From 322d6152981b24523f7c1bb29feb85ebd2ff5563 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Thu, 22 Jul 2021 21:28:32 +0800 Subject: [PATCH] spec: Update patch and changelog with !168 migration: Rate limit inside host pages !168 migration: use migration_is_active to represent active state migration: Rate limit inside host pages Signed-off-by: Chen Qun --- qemu.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qemu.spec b/qemu.spec index c02c609..f893e37 100644 --- a/qemu.spec +++ b/qemu.spec @@ -391,6 +391,8 @@ 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 +Patch0382: migration-use-migration_is_active-to-represent-activ.patch +Patch0383: migration-Rate-limit-inside-host-pages.patch BuildRequires: flex BuildRequires: gcc @@ -785,6 +787,10 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Jul 22 2021 Chen Qun +- migration: use migration_is_active to represent active state +- migration: Rate limit inside host pages + * 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