From 5f9ac963735598c1efbdce9c4a09f0a64e13d613 Mon Sep 17 00:00:00 2001 From: Yanghang Liu Date: Fri, 21 Nov 2025 17:43:41 +0800 Subject: [PATCH] Fix the typo of vfio-pci device's enable-migration option Signed-off-by: Yanghang Liu Reported-by: Mario Casquero Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- 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 8b8bc5a421..b46b1305a7 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -3871,7 +3871,7 @@ static void vfio_pci_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