diff --git a/qemu.spec b/qemu.spec index cf84c60..0cbf967 100644 --- a/qemu.spec +++ b/qemu.spec @@ -140,6 +140,12 @@ Patch0127: vfio-common-Add-address-alignment-check-in-vfio_list.patch Patch0128: log-Add-log-at-boot-cpu-init-for-aarch64.patch Patch0129: feature-Add-log-for-each-modules.patch Patch0130: feature-Add-logs-for-vm-start-and-destroy.patch +Patch0131: bugfix-fix-some-illegal-memory-access-and-memory-lea.patch +Patch0132: bugfix-fix-possible-memory-leak.patch +Patch0133: bugfix-fix-eventfds-may-double-free-when-vm_id-reuse.patch +Patch0134: block-mirror-fix-file-system-went-to-read-only-after.patch +Patch0135: bugfix-fix-mmio-information-leak-and-ehci-vm-escape-.patch +Patch0136: target-i386-Fix-the-RES-memory-inc-which-caused-by-t.patch BuildRequires: flex BuildRequires: gcc @@ -584,6 +590,14 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Sat Feb 12 2022 Chen Qun +- bugfix: fix some illegal memory access and memory leak +- bugfix: fix possible memory leak +- bugfix: fix eventfds may double free when vm_id reused in ivshmem +- block/mirror: fix file-system went to read-only after block-mirror +- bugfix: fix mmio information leak and ehci vm escape 0-day vulnerability +- target-i386: Fix the RES memory inc which caused by the coroutine created + * Sat Feb 12 2022 Chen Qun - log: Add log at boot & cpu init for aarch64 - feature: Add log for each modules