• W
    Fix data structure handling when controllers are attached · 24cc058e
    Wolfgang Mauerer 提交于
    * src/qemu/qemu_driver.c: in qemudDomainAttachDevice(), one must not
      delete the data part when the operation succeeds because it is
      required later on. The correct pattern to handlethe parsed
      representation of the device information on success
      is dev->data.controller = NULL; virDomainDeviceDefFree(dev);,
      which leaves the structure pointed at by data in memory.
    24cc058e
qemu_driver.c 262.8 KB