• L
    pci: new utility functions · 50a8d850
    Laine Stump 提交于
    * virPCIDeviceFindByIDs - find a device on a list w/o creating an object
        This makes searching for an existing device on a list lighter weight.
    
    * virPCIDeviceCopy - make a copy of an existing virPCIDevice object.
    
    * virPCIDeviceGetDriverPathAndName - construct new strings containing
        1) the name of the driver bound to this device.
        2) the full path to the sysfs config for that driver.
        (This code was lifted from virPCIDeviceUnbindFromStub, and replaced
        there with a call to this new function).
    50a8d850
libvirt_private.syms 45.9 KB