From 4c3f78aea2a85520c8a089a85cc58ed08841021c Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Mon, 18 Jan 2021 16:47:17 +0800 Subject: [PATCH] spec: reorder the changelog Nothing but just reorder the changelog. Signed-off-by: Ying Fang --- qemu.spec | 47 +++++++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/qemu.spec b/qemu.spec index 67fddad5..e49c98e9 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 33 +Release: 34 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 @@ -579,6 +579,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Jan 18 2021 Huawei Technologies Co., Ltd +- reorder changelog + * Fri Jan 15 2021 Huawei Technologies Co., Ltd - memory: clamp cached translation in case it points to an MMIO region @@ -597,17 +600,27 @@ getent passwd qemu >/dev/null || \ * Fri Dec 11 2020 Huawei Technologies Co., Ltd - hostmem: Fix up free host_nodes list right after visited -* Thu Aug 6 2020 Huawei Technologies Co., Ltd -- tests: Disalbe filemonitor testcase +* Wed Dec 9 2020 Huawei Technologies Co., Ltd +- target/arm: Fix write redundant values to kvm + +* Wed Nov 18 2020 Huawei Technologies Co., Ltd +- ati: check x y display parameter values * Fri Nov 13 2020 Huawei Technologies Co., Ltd - json: Fix a memleak in parse_pair() +* 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 + * Wed Oct 21 2020 Huawei Technologies Co., Ltd - net: remove an assert call in eth_get_gso_type -* Wed Nov 18 2020 Huawei Technologies Co., Ltd -- ati: check x y display parameter values +* Wed Oct 14 2020 Prasad J Pandit +- pci: check bus pointer before dereference +- hw/ide: check null block before _cancel_dma_sync * Mon Sep 21 2020 Huawei Technologies Co., Ltd - target/arm: Add isar_feature tests for PAN + ATS1E1 @@ -637,19 +650,8 @@ getent passwd qemu >/dev/null || \ - target/arm: only set ID_PFR1_EL1.GIC for AArch32 guest - target/arm: clear EL2 and EL3 only when kvm is not enabled -* Wed Oct 14 2020 Prasad J Pandit -- pci: check bus pointer before dereference -- hw/ide: check null block before _cancel_dma_sync - -* Thu May 21 2020 BALATON Zoltan -- hw/net/xgmac: Fix buffer overflow in xgmac_enet_send() -- hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_raw_fragment() -- sm501: Convert printf + abort to qemu_log_mask -- sm501: Shorten long variable names in sm501_2d_operation -- sm501: Use BIT(x) macro to shorten constant -- sm501: Clean up local variables in sm501_2d_operation -- sm501: Replace hand written implementation with pixman where possible - +* Thu Aug 6 2020 Huawei Technologies Co., Ltd +- tests: Disalbe filemonitor testcase * Thu Sep 24 2020 Huawei Technologies Co., Ltd - enrich commit info for some patches - rename some patches for slirp @@ -695,6 +697,15 @@ getent passwd qemu >/dev/null || \ - bt: use size_t type for length parameters instead of int - log: Add some logs on VM runtime path +* Thu May 21 2020 BALATON Zoltan +- hw/net/xgmac: Fix buffer overflow in xgmac_enet_send() +- hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_raw_fragment() +- sm501: Convert printf + abort to qemu_log_mask +- sm501: Shorten long variable names in sm501_2d_operation +- sm501: Use BIT(x) macro to shorten constant +- sm501: Clean up local variables in sm501_2d_operation +- sm501: Replace hand written implementation with pixman where possible + * Fri May 15 2020 Huawei Technologies Co., Ltd. - ide: Fix incorrect handling of some PRDTs in ide_dma_cb() - ati-vga: Fix checks in ati_2d_blt() to avoid crash -- Gitee