• D
    Only initialize/cleanup libpciaccess once · 2215050e
    Daniel P. Berrange 提交于
    libpciaccess has many bugs in its pci_system_init/cleanup
    functions that makes calling them multiple times unwise.
    eg it will double close() FDs, and leak other FDs.
    
    * src/node_device/node_device_udev.c: Only initialize
      libpciaccess once
    2215050e
node_device_udev.c 46.0 KB