From e76de305cc1d1661df8f8a4e98bf5da45b8fc8da Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Fri, 19 Feb 2021 21:27:56 +0800 Subject: [PATCH] spec: Update patch and changelog with !71 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 e781638..2af3d2a 100644 --- a/qemu.spec +++ b/qemu.spec @@ -306,6 +306,9 @@ Patch0293: migration-Add-zstd-support-in-multi-thread-compressi.patch Patch0294: migration-Add-compress_level-sanity-check.patch Patch0295: doc-Update-multi-thread-compression-doc.patch Patch0296: configure-Enable-test-and-libs-for-zstd.patch +Patch0297: ati-use-vga_read_byte-in-ati_cursor_define.patch +Patch0298: sd-sdhci-assert-data_count-is-within-fifo_buffer.patch +Patch0299: msix-add-valid.accepts-methods-to-check-address.patch BuildRequires: flex BuildRequires: bison @@ -685,6 +688,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 + * Thu Feb 04 2021 Huawei Technologies Co., Ltd - migration: Add multi-thread compress method - migration: Refactoring multi-thread compress migration