mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
vfio: Document 'use-legacy-x86-rom' property
Commit350785d41d("ramfb: Add property to control if load the romfile") introduced the `use-legacy-x86-rom` property for the `vfio-pci-nohotplug` device. Add documentation for the property. Fixes:d5fcf0d960("hw/i386: Add the ramfb romfile compatibility") Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Link: https://lore.kernel.org/qemu-devel/20250805065543.120091-1-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
@@ -3901,6 +3901,9 @@ static void vfio_pci_nohotplug_dev_class_init(ObjectClass *klass,
|
||||
"x-ramfb-migrate",
|
||||
"Override default migration support for ramfb support "
|
||||
"(DEBUG)");
|
||||
object_class_property_set_description(klass, /* 10.1 */
|
||||
"use-legacy-x86-rom",
|
||||
"Controls loading of a legacy VGA BIOS ROM");
|
||||
}
|
||||
|
||||
static const TypeInfo vfio_pci_nohotplug_dev_info = {
|
||||
|
||||
Reference in New Issue
Block a user