On Wed, 31 Jan 2018 23:42:49 +0000 "Zhang, Tina" <tina.zh...@intel.com> wrote: > > @@ -2977,6 +2984,8 @@ static void vfio_instance_init(Object *obj) static > > Property vfio_pci_dev_properties[] = { > > DEFINE_PROP_PCI_HOST_DEVADDR("host", VFIOPCIDevice, host), > > DEFINE_PROP_STRING("sysfsdev", VFIOPCIDevice, vbasedev.sysfsdev), > > + DEFINE_PROP_ON_OFF_AUTO("display", VFIOPCIDevice, > > + display, ON_OFF_AUTO_AUTO), > Not "x-display"?
x-display would mean that it's an unsupported, experimental option that libvirt wouldn't enable and downstreams might consider unsupported. Don't we want this to be a supported feature enabled through libvirt? Thanks, Alex