]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
Fix the typo of vfio-pci device's enable-migration option
authorYanghang Liu <yanghliu@redhat.com>
Fri, 21 Nov 2025 09:43:41 +0000 (17:43 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 21 Nov 2025 12:53:06 +0000 (15:53 +0300)
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>
hw/vfio/pci.c

index 8b8bc5a42186d617ccfcc2307f62e19b53f46d50..b46b1305a7b6e895e26bea687f1aa4513ca48b47 100644 (file)
@@ -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",