From f8f7dd42e802d21f27d22b758584f839df4ce2dd Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Fri, 26 Feb 2021 16:27:55 +0800 Subject: [PATCH] spec: Update patch and changelog with !78 block-backend: Stop retrying when draining Signed-off-by: Alex Chen --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 8ecfdb4..38f6211 100644 --- a/qemu.spec +++ b/qemu.spec @@ -310,6 +310,7 @@ 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 Patch0300: ide-atapi-check-io_buffer_index-in-ide_atapi_cmd_rep.patch +Patch0301: block-backend-Stop-retrying-when-draining.patch BuildRequires: flex BuildRequires: bison @@ -689,6 +690,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Feb 26 2021 Huawei Technologies Co., Ltd +- block-backend: Stop retrying when draining + * Fri Feb 26 2021 Huawei Technologies Co., Ltd - ide:atapi: check io_buffer_index in ide_atapi_cmd_reply_end