• L
    qemu: set pciConnectFlags to 0 instead of PCI|HOTPLUGGABLE if device isn't PCI · b27375a9
    Laine Stump 提交于
    This patch cleans up the connect flags for certain types/models of
    devices that aren't PCI to return 0. In the future that may be used as
    an indicator to the caller about whether or not a device needs a PCI
    address. For now it's just ignored, except for in
    virDomainPCIAddressEnsureAddr() - called during device hotplug - (and
    in some cases actually needs to be re-set to PCI|HOTPLUGGABLE just in
    case someone (in some old config) has manually set a PCI address for a
    device that isn't PCI.
    b27375a9
qemu_domain_address.c 78.7 KB