• D
    Fix leak in hotplug code in QEMU driver · e3a0c80f
    Daniel P. Berrange 提交于
    The hotplug code in QEMU was leaking memory because although the
    inner device object was being moved into the main virDomainDefPtr
    config object, the outer container virDomainDeviceDefPtr was not.
    
     * src/qemu/qemu_driver.c: Clarify code to show that the inner
       device object is owned by the main domain config upon
       successfull attach.
    e3a0c80f
qemu_driver.c 259.0 KB