From e540b82f510d8820344a5306ed8368255aaeb2b7 Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Fri, 19 Feb 2021 21:27:55 +0800 Subject: [PATCH] spec: Update patch and changelog with !72 ati: use vga_read_byte in ati_cursor_define sd: sdhci: assert data_count is within fifo_buffer msix: add valid.accepts methods to check address Signed-off-by: Alex Chen --- qemu.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qemu.spec b/qemu.spec index bc0f678..f0c1917 100644 --- a/qemu.spec +++ b/qemu.spec @@ -234,6 +234,9 @@ Patch0221: hw-usb-hcd-ohci-check-len-and-frame_number-variables.patch Patch0222: hw-net-e1000e-advance-desc_offset-in-case-of-null-de.patch Patch0223: target-arm-Fix-write-redundant-values-to-kvm.patch Patch0224: memory-clamp-cached-translation-in-case-it-points-to.patch +Patch0225: ati-use-vga_read_byte-in-ati_cursor_define.patch +Patch0226: sd-sdhci-assert-data_count-is-within-fifo_buffer.patch +Patch0227: msix-add-valid.accepts-methods-to-check-address.patch BuildRequires: flex BuildRequires: bison @@ -579,6 +582,11 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Feb 19 2021 Huawei Technologies Co., Ltd +- ati: use vga_read_byte in ati_cursor_define +- sd: sdhci: assert data_count is within fifo_buffer +- msix: add valid.accepts methods to check address + * Mon Jan 18 2021 Huawei Technologies Co., Ltd - reorder the changelog