• D
    Support hot-unplug for USB devices in QEMU · 8c82479d
    Daniel P. Berrange 提交于
    Previously hot-unplug could not be supported for USB devices
    in QEMU, since usb_del required the guest visible address
    which libvirt never knows. With 'device_del' command we can
    now unplug based on device alias, so support that.
    
    * src/qemu/qemu_driver.c: Use device_del to remove USB devices
    8c82479d
qemu_driver.c 284.3 KB