From: Yanghang Liu Date: Fri, 21 Nov 2025 09:43:41 +0000 (+0800) Subject: Fix the typo of vfio-pci device's enable-migration option X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f9ac963735598c1efbdce9c4a09f0a64e13d613;p=thirdparty%2Fqemu.git 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 --- 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",