* Mon Dec 01 2025 Jon Maloy <jmaloy@redhat.com> - 10.1.0-6

- kvm-Fix-the-typo-of-vfio-pci-device-s-enable-migration-o.patch [RHEL-129949]
- Resolves: RHEL-129949
  ([rhel9] Fix the typo under vfio-pci device's enable-migration option )
This commit is contained in:
Jon Maloy 2025-12-01 14:08:13 -05:00
parent 10ac927262
commit d6522d447b
2 changed files with 49 additions and 1 deletions

View File

@ -0,0 +1,41 @@
From 5bcee9ac3471c365a558dc950dc80a8589b98869 Mon Sep 17 00:00:00 2001
From: Yanghang Liu <yanghliu@redhat.com>
Date: Tue, 25 Nov 2025 14:44:43 +0800
Subject: [PATCH] Fix the typo of vfio-pci device's enable-migration option
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
RH-Author: YangHang Liu <None>
RH-MergeRequest: 429: RHEL9: Fix the typo of vfio-pci device's enable-migration option
RH-Jira: RHEL-129949
RH-Acked-by: Cédric Le Goater <clg@redhat.com>
RH-Acked-by: Jon Maloy <jmaloy@redhat.com>
RH-Commit: [1/1] 35096f1d9bcefe532adea8f79e92efad5ec904eb (yanghliu/qemu-kvm)
Signed-off-by: Yanghang Liu <yanghliu@redhat.com>
Reported-by: Mario Casquero <mcasquer@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(cherry picked from commit 5f9ac963735598c1efbdce9c4a09f0a64e13d613)
Signed-off-by: Yanghang Liu <yanghliu@redhat.com>
---
hw/vfio/pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c
index 83ecffb535..7c057ee2f9 100644
--- a/hw/vfio/pci.c
+++ b/hw/vfio/pci.c
@@ -3847,7 +3847,7 @@ static void vfio_pci_dev_class_init(ObjectClass *klass, const void *data)
"(DEBUG)");
object_class_property_set_description(klass, /* 5.2, 8.0 non-experimetal */
"enable-migration",
- "Enale device migration. Also requires a host VFIO PCI "
+ "Enable device migration. Also requires a host VFIO PCI "
"variant or mdev driver with migration support enabled");
object_class_property_set_description(klass, /* 8.1 */
"vf-token",
--
2.51.1

View File

@ -149,7 +149,7 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \
Summary: QEMU is a machine emulator and virtualizer
Name: qemu-kvm
Version: 10.1.0
Release: 5%{?rcrel}%{?dist}%{?cc_suffix}
Release: 6%{?rcrel}%{?dist}%{?cc_suffix}
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
# Epoch 15 used for RHEL 8
# Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)
@ -224,6 +224,8 @@ Patch39: kvm-vfio-Disable-VFIO-migration-with-MultiFD-support.patch
Patch40: kvm-ram-block-attributes-fix-interaction-with-hugetlb-me.patch
# For RHEL-126693 - [RHEL 9]snp guest fail to boot with hugepage
Patch41: kvm-ram-block-attributes-Unify-the-retrieval-of-the-bloc.patch
# For RHEL-129949 - [rhel9] Fix the typo under vfio-pci device's enable-migration option
Patch42: kvm-Fix-the-typo-of-vfio-pci-device-s-enable-migration-o.patch
# For RHEL-11424 - [IBM 9.6 FEAT] KVM: Full boot order support - qemu part
@ -1938,6 +1940,11 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
%endif
%changelog
* Mon Dec 01 2025 Jon Maloy <jmaloy@redhat.com> - 10.1.0-6
- kvm-Fix-the-typo-of-vfio-pci-device-s-enable-migration-o.patch [RHEL-129949]
- Resolves: RHEL-129949
([rhel9] Fix the typo under vfio-pci device's enable-migration option )
* Tue Nov 25 2025 Jon Maloy <jmaloy@redhat.com> - 10.1.0-5
- kvm-ram-block-attributes-fix-interaction-with-hugetlb-me.patch [RHEL-126693]
- kvm-ram-block-attributes-Unify-the-retrieval-of-the-bloc.patch [RHEL-126693]