|
@@ -3360,6 +3360,8 @@ static const Property vfio_pci_dev_properties[] = {
|
|
VFIO_FEATURE_ENABLE_REQ_BIT, true),
|
|
VFIO_FEATURE_ENABLE_REQ_BIT, true),
|
|
DEFINE_PROP_BIT("x-igd-opregion", VFIOPCIDevice, features,
|
|
DEFINE_PROP_BIT("x-igd-opregion", VFIOPCIDevice, features,
|
|
VFIO_FEATURE_ENABLE_IGD_OPREGION_BIT, false),
|
|
VFIO_FEATURE_ENABLE_IGD_OPREGION_BIT, false),
|
|
|
|
+ DEFINE_PROP_BIT("x-igd-lpc", VFIOPCIDevice, features,
|
|
|
|
+ VFIO_FEATURE_ENABLE_IGD_LPC_BIT, false),
|
|
DEFINE_PROP_ON_OFF_AUTO("x-igd-legacy-mode", VFIOPCIDevice,
|
|
DEFINE_PROP_ON_OFF_AUTO("x-igd-legacy-mode", VFIOPCIDevice,
|
|
igd_legacy_mode, ON_OFF_AUTO_AUTO),
|
|
igd_legacy_mode, ON_OFF_AUTO_AUTO),
|
|
DEFINE_PROP_ON_OFF_AUTO("enable-migration", VFIOPCIDevice,
|
|
DEFINE_PROP_ON_OFF_AUTO("enable-migration", VFIOPCIDevice,
|