qemu bsd elfload patch

This commit is contained in:
Andrea Fioraldi
2020-02-17 14:21:31 +01:00
parent 20bcd4009b
commit d606018ddb
2 changed files with 44 additions and 0 deletions

View File

@ -147,6 +147,7 @@ cd qemu-$VERSION || exit 1
echo "[*] Applying patches..."
patch -p1 <../patches/elfload.diff || exit 1
patch -p1 <../patches/bsd-elfload.diff || exit 1
patch -p1 <../patches/cpu-exec.diff || exit 1
patch -p1 <../patches/syscall.diff || exit 1
patch -p1 <../patches/translate-all.diff || exit 1