]> code.ossystems Code Review - openembedded-core.git/commit
qemu: Upgrade 5.0.0 -> 5.1.0
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Aug 2020 13:44:42 +0000 (14:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 16 Aug 2020 09:20:35 +0000 (10:20 +0100)
commit686b770af67fdd2251f4ddab5b0eefc8fb0870ef
tree43ee2544e20bb6ee917a7b26c56e2331b48a54f7
parentfa5d0f2c61a704436d71e5f02042fa8b2940f541
qemu: Upgrade 5.0.0 -> 5.1.0

* Drop backported CVE fixes
* Drop cpu backtrace patch from 2015 for debugging an issue which we no longer see
  (patch throws rejects, files have moved)
* Update mips patch to account for file renames
* Update chardev patch to match upstream code changes
* Update webkitgtk patch, qemumips build works ok but qemux86 musl webkitgtk still
  fails. Need to figure out the correct fix and upstream it for this, current
  revert patch is not maintainable.

Release notes for 5.1.0 mention slight qemumips performance improvements
which would be valuable to us. My tests show no improvement in qemumips
testimage execution time for core-image-sato-sdk.

Fix a ptest issue for a file looking for /usr/bin/bash when we have
/bin/bash.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 files changed:
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/qemu/qemu-native.inc
meta/recipes-devtools/qemu/qemu-native_5.1.0.bb [moved from meta/recipes-devtools/qemu/qemu-native_5.0.0.bb with 100% similarity]
meta/recipes-devtools/qemu/qemu-system-native_5.1.0.bb [moved from meta/recipes-devtools/qemu/qemu-system-native_5.0.0.bb with 100% similarity]
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/0001-Add-enable-disable-udev.patch
meta/recipes-devtools/qemu/qemu/0001-qemu-Add-missing-wacom-HID-descriptor.patch
meta/recipes-devtools/qemu/qemu/0001-qemu-Do-not-include-file-if-not-exists.patch
meta/recipes-devtools/qemu/qemu/0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch
meta/recipes-devtools/qemu/qemu/0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch
meta/recipes-devtools/qemu/qemu/0004-qemu-disable-Valgrind.patch
meta/recipes-devtools/qemu/qemu/0005-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch
meta/recipes-devtools/qemu/qemu/0006-chardev-connect-socket-to-a-spawned-command.patch
meta/recipes-devtools/qemu/qemu/0007-apic-fixup-fallthrough-to-PIC.patch
meta/recipes-devtools/qemu/qemu/0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch
meta/recipes-devtools/qemu/qemu/0009-Fix-webkitgtk-builds.patch
meta/recipes-devtools/qemu/qemu/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch
meta/recipes-devtools/qemu/qemu/0013-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-10761.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-13361.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-13362.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-13659.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-13791.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-13800.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-15863.patch [deleted file]
meta/recipes-devtools/qemu/qemu/find_datadir.patch
meta/recipes-devtools/qemu/qemu_5.1.0.bb [moved from meta/recipes-devtools/qemu/qemu_5.0.0.bb with 100% similarity]