From 685292d605fd04cd83fc4212d7260e438e11acf4 Mon Sep 17 00:00:00 2001 From: Zhongrui Tang Date: Wed, 6 Oct 2021 17:40:22 +0800 Subject: [PATCH] Modify changelogs in spec file which are out of order that caused compile error. Signed-off-by: Zhongrui Tang --- qemu.spec | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/qemu.spec b/qemu.spec index 47c8263..a473290 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 58 +Release: 59 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 @@ -811,6 +811,7 @@ getent passwd qemu >/dev/null || \ * Mon May 17 2021 Huawei Technologies Co., Ltd - add strip for block-iscsi.so, block-rbd.so and block-ssh.so. + * Wed May 12 2021 Chen Qun - arm/cpu: Fixed function undefined error at compile time under arm @@ -840,13 +841,13 @@ getent passwd qemu >/dev/null || \ - block-backend: Stop retrying when draining - block: Add sanity check when setting retry parameters +* Sat Apr 17 2021 Chuan Zheng +- dirtyrate: add migration dirtyrate feature + * Fri Apr 16 2021 Huawei Technologies Co., Ltd - add qemu-block-rbd package - add qemu-block-ssh package -* Sat Apr 17 2021 Chuan Zheng -- dirtyrate: add migration dirtyrate feature - * Thu Mar 18 2021 Chen Qun - net: vmxnet3: validate configuration values during activate (CVE-2021-20203) @@ -864,15 +865,6 @@ getent passwd qemu >/dev/null || \ * Fri Jan 15 2021 Huawei Technologies Co., Ltd - memory: clamp cached translation in case it points to an MMIO region -* Wed Dec 9 2020 Huawei Technologies Co., Ltd -- target/arm: Fix write redundant values to kvm - -* Wed Nov 11 2020 Huawei Technologies Co., Ltd -- hw: usb: hcd-ohci: check for processed TD before retire -- hw: ehci: check return value of 'usb_packet_map' -- hw: usb: hcd-ohci: check len and frame_number variables -- hw/net/e1000e: advance desc_offset in case of null descriptor - * Fri Dec 11 2020 Huawei Technologies Co., Ltd - slirp: check pkt_len before reading protocol header for fixing CVE-2020-29129 and CVE-2020-29130 @@ -940,15 +932,15 @@ getent passwd qemu >/dev/null || \ * Fri Sep 11 2020 Huawei Technologies Co., Ltd - slirp/src/ip6_input.c: fix out-of-bounds read information vulnerablity -* Thu Aug 6 2020 Huawei Technologies Co., Ltd -- tests: Disalbe filemonitor testcase - * Thu Aug 27 2020 Huawei Technologies Co., Ltd - hw/usb/core.c: fix buffer overflow in do_token_setup function * Wed Aug 12 2020 Huawei Technologies Co., Ltd - backport upstream patch to support SHPCHotplug in arm +* Thu Aug 6 2020 Huawei Technologies Co., Ltd +- tests: Disalbe filemonitor testcase + * Fri Jul 24 2020 Huawei Technologies Co., Ltd - es1370: check total frame count against current frame - exec: set map length to zero when returning NULL -- Gitee