• D
    Add APIs for sending 'usb_add' command for host devices · 61ea9c89
    Daniel P. Berrange 提交于
    One API adds an exact device based on bus+dev, the other adds
    any device matching vendor+product
    
    * src/qemu/qemu_monitor.c, src/qemu/qemu_monitor.h: Add new
      qemuMonitorAddUSBDeviceExact() and qemuMonitorAddUSBDeviceMatch()
      commands.
    * src/qemu/qemu_driver.c: Switch over to using the new
        qemuMonitorAddUSBDeviceExact() and qemuMonitorAddUSBDeviceMatch()
    61ea9c89
qemu_driver.c 205.3 KB