- kvm-ram-block-attributes-fix-interaction-with-hugetlb-me.patch [RHEL-126708] - kvm-ram-block-attributes-Unify-the-retrieval-of-the-bloc.patch [RHEL-126708] - kvm-hw-s390x-Fix-a-possible-crash-with-passed-through-vi.patch [RHEL-128085] - kvm-Fix-the-typo-of-vfio-pci-device-s-enable-migration-o.patch [RHEL-130704] - Resolves: RHEL-126708 ([RHEL 10]snp guest fail to boot with hugepage) - Resolves: RHEL-128085 (VM crashes during boot when virtio device is attached through vfio_ccw) - Resolves: RHEL-130704 ([rhel10] Fix the typo under vfio-pci device's enable-migration option )
38 lines
1.7 KiB
Diff
38 lines
1.7 KiB
Diff
From 0509eb94d2f166cfd3a24aa5fd14e1af76af8dea Mon Sep 17 00:00:00 2001
|
|
From: Yanghang Liu <yanghliu@redhat.com>
|
|
Date: Mon, 24 Nov 2025 23:02:37 +0800
|
|
Subject: [PATCH 4/4] Fix the typo of vfio-pci device's enable-migration option
|
|
|
|
RH-Author: YangHang Liu <None>
|
|
RH-MergeRequest: 428: RHEL10: Fix the typo of vfio-pci device's enable-migration option
|
|
RH-Jira: RHEL-130704
|
|
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
RH-Commit: [1/1] bcf8b2089f687d02b5f0a48dd1e3dfc4664946e0 (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.47.3
|
|
|