From cf2a6631e67bf3f9562e264728b569ab5b20f03a Mon Sep 17 00:00:00 2001 From: yezengruan Date: Wed, 30 Mar 2022 10:08:05 +0800 Subject: [PATCH] spec: Update release version with !273 fix some IO hang bugs Signed-off-by: yezengruan --- qemu.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index d150804..3c2f4f7 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 29 +Release: 30 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 @@ -237,6 +237,8 @@ Patch0223: tools-virtiofsd-Add-rseq-syscall-to-the-seccomp-allo.patch Patch0224: sw_64-Add-sw64-architecture-support.patch Patch0225: coro-support-live-patch-for-libcare.patch Patch0226: qemu-img-create-cache-paramter-only-use-for-reg-file.patch +Patch0227: scsi-bus-fix-incorrect-call-for-blk_error_retry_rese.patch +Patch0228: Revert-monitor-limit-io-error-qmp-event-to-at-most-o.patch BuildRequires: flex BuildRequires: gcc @@ -697,6 +699,10 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Mar 30 2022 yezengruan +- scsi-bus: fix incorrect call for blk_error_retry_reset_timeout() +- Revert "monitor: limit io error qmp event to at most once per 60s" + * Fri Mar 25 2022 Jinhua Cao - qemu-img create: 'cache' paramter only use for reg file image