diff --git a/qemu.spec b/qemu.spec index eea903c8209a9513258bbcdbbd2e040d5c30c929..54edd235751de9f92aed890a0c5f3a658dec9b0a 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 31 +Release: 32 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY @@ -552,46 +552,40 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Jan 18 2021 Huawei Technologies Co., Ltd +- reorder the changelog + * Fri Jan 15 2021 Huawei Technologies Co., Ltd - memory: clamp cached translation in case it points to an MMIO region * Fri Dec 11 2020 Huawei Technologies Co., Ltd - hostmem: Fix up free host_nodes list right after visited -* 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 * Mon Dec 14 2020 Huawei Technologies Co., Ltd - tests: Disable filemonitor testcase +* 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 -* 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 Sep 24 2020 Huawei Technologies Co., Ltd - enrich commit info for some patches - rename some patches for slirp @@ -637,6 +631,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