diff --git a/kvm-Fix-the-typo-of-vfio-pci-device-s-enable-migration-o.patch b/kvm-Fix-the-typo-of-vfio-pci-device-s-enable-migration-o.patch new file mode 100644 index 0000000..60d2190 --- /dev/null +++ b/kvm-Fix-the-typo-of-vfio-pci-device-s-enable-migration-o.patch @@ -0,0 +1,41 @@ +From 5bcee9ac3471c365a558dc950dc80a8589b98869 Mon Sep 17 00:00:00 2001 +From: Yanghang Liu +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 +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 +RH-Acked-by: Jon Maloy +RH-Commit: [1/1] 35096f1d9bcefe532adea8f79e92efad5ec904eb (yanghliu/qemu-kvm) + +Signed-off-by: Yanghang Liu +Reported-by: Mario Casquero +Reviewed-by: Michael Tokarev +Signed-off-by: Michael Tokarev +(cherry picked from commit 5f9ac963735598c1efbdce9c4a09f0a64e13d613) +Signed-off-by: Yanghang Liu +--- + 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 + diff --git a/qemu-kvm.spec b/qemu-kvm.spec index 0716cee..9396a62 100644 --- a/qemu-kvm.spec +++ b/qemu-kvm.spec @@ -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 - 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 - 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]