From 8eeb6bb9d48efb6893dfb198ff74b083c62089f7 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Thu, 22 Jul 2021 16:27:31 +0800 Subject: [PATCH] spec: Update patch and changelog with !167 backport some qemu-4.1 bugfix !167 virtio-net: delete also control queue when TX/RX deleted target/i386: enable monitor and ucode revision with -cpu max target/i386: set the CPUID level to 0x14 on old machine-type target/i386: kvm: initialize feature MSRs very early target/i386: add a ucode-rev property Signed-off-by: Chen Qun --- qemu.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qemu.spec b/qemu.spec index 0c50ba8..879c69d 100644 --- a/qemu.spec +++ b/qemu.spec @@ -386,6 +386,11 @@ Patch0373: block-Call-attention-to-truncation-of-long-NBD-expor.patch Patch0374: qemu-img-convert-Don-t-pre-zero-images.patch Patch0375: qcow2-Fix-qcow2_alloc_cluster_abort-for-external-dat.patch Patch0376: mirror-Wait-only-for-in-flight-operations.patch +Patch0377: virtio-net-delete-also-control-queue-when-TX-RX-dele.patch +Patch0378: target-i386-enable-monitor-and-ucode-revision-with-c.patch +Patch0379: target-i386-set-the-CPUID-level-to-0x14-on-old-machi.patch +Patch0380: target-i386-kvm-initialize-feature-MSRs-very-early.patch +Patch0381: target-i386-add-a-ucode-rev-property.patch BuildRequires: flex BuildRequires: gcc @@ -780,6 +785,13 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Jul 22 2021 Chen Qun +- virtio-net: delete also control queue when TX/RX deleted +- target/i386: enable monitor and ucode revision with -cpu max +- target/i386: set the CPUID level to 0x14 on old machine-type +- target/i386: kvm: initialize feature MSRs very early +- target/i386: add a ucode-rev property + * Thu Jul 22 2021 Chen Qun - qcow2: Fix qcow2_alloc_cluster_abort() for external data file - mirror: Wait only for in-flight operations