update changelog
Signed-off-by: yezengruan <yezengruan@huawei.com>
This commit is contained in:
parent
ce1ce575d6
commit
af63dcf8b2
103
qemu.spec
103
qemu.spec
@ -1,6 +1,6 @@
|
||||
Name: qemu
|
||||
Version: 6.2.0
|
||||
Release: 32
|
||||
Release: 33
|
||||
Epoch: 2
|
||||
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
||||
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
||||
@ -702,51 +702,54 @@ getent passwd qemu >/dev/null || \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 27 2022 yezengruan <yezengruan@huawei.com>
|
||||
* Wed Apr 27 2022 yezengruan <yezengruan@huawei.com> - 6.2.0-33
|
||||
- update the format of changelog
|
||||
|
||||
* Wed Apr 27 2022 yezengruan <yezengruan@huawei.com> - 6.2.0-32
|
||||
- vfio/pci: Ascend710 change to bar2 quirk
|
||||
|
||||
* Fri Apr 15 2022 yezengruan <yezengruan@huawei.com>
|
||||
* Fri Apr 15 2022 yezengruan <yezengruan@huawei.com> - 6.2.0-31
|
||||
- vhost-vsock: detach the virqueue element in case of error (CVE-2022-26354)
|
||||
- virtio-net: fix map leaking on error during receive (CVE-2022-26353)
|
||||
|
||||
* Wed Mar 30 2022 yezengruan <yezengruan@huawei.com>
|
||||
* Wed Mar 30 2022 yezengruan <yezengruan@huawei.com> - 6.2.0-30
|
||||
- scsi-bus: fix incorrect call for blk_error_retry_reset_timeout()
|
||||
- Revert "monitor: limit io error qmp event to at most once per 60s"
|
||||
|
||||
* Fri Mar 25 2022 Jinhua Cao <caojinhua1@huawei.com>
|
||||
* Fri Mar 25 2022 Jinhua Cao <caojinhua1@huawei.com> - 6.2.0-29
|
||||
- qemu-img create: 'cache' paramter only use for reg file image
|
||||
|
||||
* Thu Mar 24 2022 Yan Wang <wangyan122@huawei.com>
|
||||
* Thu Mar 24 2022 Yan Wang <wangyan122@huawei.com> - 6.2.0-28
|
||||
- spec: add hw-usb-host rpm package
|
||||
|
||||
* Fri Mar 18 2022 yezengruan <yezengruan@huawei.com>
|
||||
* Fri Mar 18 2022 yezengruan <yezengruan@huawei.com> - 6.2.0-27
|
||||
- coro: support live patch for libcare
|
||||
- add patch for sw64 support
|
||||
|
||||
* Tue Mar 15 2022 jiangdawei <jiangdawei15@huawei.com>
|
||||
* Tue Mar 15 2022 jiangdawei <jiangdawei15@huawei.com> - 6.2.0-26
|
||||
- cflags: add ftls-mode=initial-exec
|
||||
|
||||
* Tue Mar 15 2022 yezengruan <yezengruan@huawei.com>
|
||||
* Tue Mar 15 2022 yezengruan <yezengruan@huawei.com> - 6.2.0-25
|
||||
- sw_64: Add sw64 architecture support
|
||||
- update BinDir
|
||||
|
||||
* Mon Mar 14 2022 jiangdawei <jiangdawei15@huawei.com>
|
||||
* Mon Mar 14 2022 jiangdawei <jiangdawei15@huawei.com> - 6.2.0-24
|
||||
- qemu.spec: Add --enable-debug parameter to configure
|
||||
|
||||
* Thu Mar 03 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Thu Mar 03 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-23
|
||||
- tools/virtiofsd: Add rseq syscall to the seccomp allowlist
|
||||
|
||||
* Thu Mar 03 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Thu Mar 03 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-23
|
||||
- scsi-bus: fix unmatched object_unref()
|
||||
|
||||
* Sat Feb 26 2022 Yan Wang <wangyan122@huawei.com>
|
||||
* Sat Feb 26 2022 Yan Wang <wangyan122@huawei.com> - 6.2.0-22
|
||||
- pl011-reset-read-FIFO-when-UARTTIMSC-0-UARTICR-0xfff.patch
|
||||
- qcow2-fix-memory-leak-in-qcow2_read_extensions.patch
|
||||
- scsi-disk-define-props-in-scsi_block_disk-to-avoid-m.patch
|
||||
- pcie-Add-pcie-root-port-fast-plug-unplug-feature.patch
|
||||
- pcie-Compat-with-devices-which-do-not-support-Link-W.patch
|
||||
|
||||
* Wed Feb 23 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Wed Feb 23 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-21
|
||||
- acpi/madt: Factor out the building of MADT GICC struct
|
||||
- hw/arm/virt: Assign virt_madt_cpu_entry to acpi_ged madt_cpu hook
|
||||
- arm/virt/acpi: Factor out CPPC building from DSDT CPU aml
|
||||
@ -774,19 +777,19 @@ getent passwd qemu >/dev/null || \
|
||||
- arm/virt: Pre-sizing MADT-GICC GICv3 and Pre-park KVM vCPU
|
||||
- arm/virt: Start up CPU hot-plug and cold-plug
|
||||
|
||||
* Mon Feb 21 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Mon Feb 21 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-20
|
||||
- i386/cpu: fix compile error in all target configure
|
||||
|
||||
* Mon Feb 21 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Mon Feb 21 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-19
|
||||
- pl031: support rtc-timer property for pl031
|
||||
|
||||
* Mon Feb 21 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Mon Feb 21 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-19
|
||||
- target/arm: Fix some compile errors
|
||||
|
||||
* Mon Feb 21 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Mon Feb 21 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-19
|
||||
- Revert "qmp: add command to query used memslots of vhost-net and vhost-user"
|
||||
|
||||
* Thu Feb 17 2022 imxcc <xingchaochao@huawei.com>
|
||||
* Thu Feb 17 2022 imxcc <xingchaochao@huawei.com> - 6.2.0-19
|
||||
- qapi/machine.json: Fix incorrect description for die-id
|
||||
- tests/unit/test-smp-parse: Pass machine type as
|
||||
- tests/unit/test-smp-parse: Split the 'generic' test in
|
||||
@ -815,26 +818,26 @@ getent passwd qemu >/dev/null || \
|
||||
- arm64: Add the cpufreq device to show cpufreq info to
|
||||
- update BinDir
|
||||
|
||||
* Thu Feb 17 2022 imxcc <xingchaochao@huawei.com>
|
||||
* Thu Feb 17 2022 imxcc <xingchaochao@huawei.com> - 6.2.0-18
|
||||
- bios-tables-test: Update expected q35/SSDT.dimmpxm file
|
||||
- spec: add BinDir
|
||||
|
||||
* Tue Feb 15 2022 Liuxiangdong <liuxiangdong5@huawei.com>
|
||||
* Tue Feb 15 2022 Liuxiangdong <liuxiangdong5@huawei.com> - 6.2.0-17
|
||||
- feature: disable spice protocol
|
||||
|
||||
* Mon Feb 14 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Mon Feb 14 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-16
|
||||
- log: Delete redudant qemu_log
|
||||
|
||||
* Mon Feb 14 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Mon Feb 14 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-15
|
||||
- qemu-img: add qemu-img direct create
|
||||
|
||||
* Mon Feb 14 2022 eillon <yezhenyu2@huawei.com>
|
||||
* Mon Feb 14 2022 eillon <yezhenyu2@huawei.com> - 6.2.0-15
|
||||
- seabios: add check to avoid dereference NULL pointer
|
||||
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-14
|
||||
- bugfix: irq: Avoid covering object refcount of qemu_irq
|
||||
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-13
|
||||
- virtio-scsi: bugfix: fix qemu crash for hotplug scsi disk with dataplane
|
||||
- virtio: net-tap: bugfix: del net client if net_init_tap_one failed
|
||||
- virtio: bugfix: clean up callback when del virtqueue
|
||||
@ -857,7 +860,7 @@ getent passwd qemu >/dev/null || \
|
||||
- vhost-user-scsi: add support for SPDK hot upgrade
|
||||
- i6300esb watchdog: bugfix: Add a runstate transition
|
||||
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-13
|
||||
- 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
|
||||
@ -865,12 +868,12 @@ getent passwd qemu >/dev/null || \
|
||||
- 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 <kuhn.chenqun@huawei.com>
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-13
|
||||
- log: Add log at boot & cpu init for aarch64
|
||||
- feature: Add log for each modules
|
||||
- feature: Add logs for vm start and destroy
|
||||
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-12
|
||||
- linux-headers: update against 5.10 and manual clear vfio dirty log series
|
||||
- vfio: Maintain DMA mapping range for the container
|
||||
- vfio/migration: Add support for manual clear vfio dirty log
|
||||
@ -911,7 +914,7 @@ getent passwd qemu >/dev/null || \
|
||||
- vfio/common: Fix incorrect address alignment in vfio_dma_map_ram_section
|
||||
- vfio/common: Add address alignment check in vfio_listener_region_del
|
||||
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-11
|
||||
- log: Add some logs on VM runtime path
|
||||
- qdev/monitors: Fix reundant error_setg of qdev_add_device
|
||||
- bios-tables-test: Allow changes to q35/SSDT.dimmpxm file
|
||||
@ -924,14 +927,14 @@ getent passwd qemu >/dev/null || \
|
||||
- monitor: Discard BLOCK_IO_ERROR event when VM rebooted
|
||||
- monitor: limit io error qmp event to at most once per 60s
|
||||
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-11
|
||||
- util/log: add CONFIG_DISABLE_QEMU_LOG macro
|
||||
|
||||
* Sat Feb 12 2022 Yan Wang <wangyan122@huawei.com>
|
||||
* Sat Feb 12 2022 Yan Wang <wangyan122@huawei.com> - 6.2.0-11
|
||||
- ipxe: IPv6 add support for IPv6 protocol
|
||||
- u-boot: Use post increment only in inffast.c
|
||||
|
||||
* Sat Feb 12 2022 jiangdongxu <jiangdongxu1@huawei.com>
|
||||
* Sat Feb 12 2022 jiangdongxu <jiangdongxu1@huawei.com> - 6.2.0-10
|
||||
- seabios: convert value of be16_to_cpu to u64 before shifting
|
||||
- seabios: do not give back high ram
|
||||
- seabios: fix memory leak when pci check
|
||||
@ -939,19 +942,19 @@ getent passwd qemu >/dev/null || \
|
||||
- seabios: increase the seabios minibiostable
|
||||
- seabios: increase the seabios high mem zone size
|
||||
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-9
|
||||
- hw/net/rocker: fix security vulnerability
|
||||
- tests: Disable filemonitor testcase
|
||||
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-8
|
||||
- hw/usb: reduce the vpcu cost of UHCI when VNC disconnect
|
||||
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-8
|
||||
- freeclock: add qmp command to get time offset of vm in seconds
|
||||
- freeclock: set rtc_date_diff for arm
|
||||
- freeclock: set rtc_date_diff for X86
|
||||
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-8
|
||||
- target/arm: convert isar regs to array
|
||||
- target/arm: parse cpu feature related options
|
||||
- target/arm: register CPU features for property
|
||||
@ -966,11 +969,11 @@ getent passwd qemu >/dev/null || \
|
||||
- target/arm: clear EL2 and EL3 only when kvm is not enabled
|
||||
- target/arm: Update the ID registers of Kunpeng-920
|
||||
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-8
|
||||
- i386: cache passthrough: Update Intel CPUID4.EAX[25:14] based on vCPU topo
|
||||
- i386: cache passthrough: Update AMD 8000_001D.EAX[25:14] based on vCPU topo
|
||||
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Fri Feb 11 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-8
|
||||
- nbd/server.c: fix invalid read after client was already free
|
||||
- qemu-nbd: make native as the default aio mode
|
||||
- qemu-nbd: set timeout to qemu-nbd socket
|
||||
@ -982,7 +985,7 @@ getent passwd qemu >/dev/null || \
|
||||
- block: bugfix: Don't pause vm when NOSPACE EIO happened
|
||||
- scsi: bugfix: fix division by zero
|
||||
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com>
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com> - 6.2.0-8
|
||||
- migration: skip cache_drop for bios bootloader and
|
||||
- ps2: fix oob in ps2 kbd
|
||||
- Currently, while kvm and qemu can not handle some kvm
|
||||
@ -990,33 +993,33 @@ getent passwd qemu >/dev/null || \
|
||||
- monitor/qmp: drop inflight rsp if qmp client broken
|
||||
- oslib-posix: optimise vm startup time for 1G hugepage
|
||||
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com>
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com> - 6.2.0-7
|
||||
- scsi-bus: Refactor the code that retries requests
|
||||
- scsi-disk: Add support for retry on errors
|
||||
- block-backend: Stop retrying when draining
|
||||
- block: Add sanity check when setting retry parameters
|
||||
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com>
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com> - 6.2.0-7
|
||||
- vfio/pci: Ascend310 need 4Bytes quirk in bar4
|
||||
- vfio/pci: Ascend710 need 4Bytes quirk in bar0
|
||||
- vfio/pci: Ascend910 need 4Bytes quirk in bar0
|
||||
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com>
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com> - 6.2.0-7
|
||||
- hugepages: hugepages files maybe leftover
|
||||
- Patch0024: target-i386: Modify the VM's physical bits value set
|
||||
|
||||
* Fri Feb 11 2022 Yan Wang <wangyan122@huawei.com>
|
||||
* Fri Feb 11 2022 Yan Wang <wangyan122@huawei.com> - 6.2.0-7
|
||||
- log: disable qemu_log function for "make check V=1"
|
||||
|
||||
* Fri Feb 11 2022 Yan Wang <wangyan122@huawei.com>
|
||||
* Fri Feb 11 2022 Yan Wang <wangyan122@huawei.com> - 6.2.0-6
|
||||
- chardev/baum: disable unused brlapi
|
||||
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com>
|
||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com> - 6.2.0-5
|
||||
- Revert "cpu: parse +/- feature to avoid failure"
|
||||
- Revert "cpu: add Cortex-A72 processor kvm target support"
|
||||
- cpu: add Cortex-A72 processor kvm target support
|
||||
|
||||
* Thu Feb 10 2022 imxcc <xingchaochao@huawei.com>
|
||||
* Thu Feb 10 2022 imxcc <xingchaochao@huawei.com> - 6.2.0-4
|
||||
- qapi/block-core: Add retry option for error action
|
||||
- qapi/block-core: Add retry option for error action
|
||||
- block-backend: Introduce retry timer
|
||||
@ -1033,14 +1036,14 @@ getent passwd qemu >/dev/null || \
|
||||
- migration: Add compress_level sanity check
|
||||
- doc: Update multi-thread compression doc
|
||||
|
||||
* Wed Feb 09 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
* Wed Feb 09 2022 Chen Qun <kuhn.chenqun@huawei.com> - 6.2.0-3
|
||||
- cpu: parse +/- feature to avoid failure
|
||||
- cpu: add Kunpeng-920 cpu support
|
||||
- cpu: add Cortex-A72 processor kvm target support
|
||||
- add Phytium's CPU models: FT-2000+ and Tengyun-S2500.
|
||||
|
||||
* Tue Feb 8 2022 Xiangdong Liu <liuxiangdong5@huawei.com>
|
||||
* Tue Feb 8 2022 Xiangdong Liu <liuxiangdong5@huawei.com> - 6.2.0-2
|
||||
- net/dump.c: Suppress spurious compiler warning
|
||||
|
||||
* Thu Jan 27 2022 Xiangdong Liu <liuxiangdong5@huawei.com>
|
||||
* Thu Jan 27 2022 Xiangdong Liu <liuxiangdong5@huawei.com> - 6.2.0-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user