• D
    Remove virConnectPtr from USB/PCI device iterators · ce71b865
    Daniel P. Berrange 提交于
    All callers now pass a NULL virConnectPtr into the USB/PCi device
    iterator functions. Therefore the virConnectPtr arg can now be
    removed from these functions
    
    * src/util/hostusb.h, src/util/hostusb.c: Remove virConnectPtr
      from usbDeviceFileIterate
    * src/util/pci.c, src/util/pci.h: Remove virConnectPtr arg from
      pciDeviceFileIterate
    * src/qemu/qemu_security_dac.c, src/security/security_selinux.c: Update
      to drop redundant virConnectPtr arg
    ce71b865
pci.c 37.9 KB