• D
    Introduce internal QEMU monitor APIs for drive + device hotadd · 5ec6cf7f
    Daniel P. Berrange 提交于
    The way QEMU is started has been changed to use '-device' and
    the new style '-drive' syntax. This needs to be mirrored in
    the hotplug code, requiring addition of two new APIs.
    
    * src/qemu/qemu_monitor.h, src/qemu/qemu_monitor.c: Define APIs
      qemuMonitorAddDevice() and qemuMonitorAddDrive()
    * src/qemu/qemu_monitor_json.c, src/qemu/qemu_monitor_json.h,
      src/qemu/qemu_monitor_text.c, src/qemu/qemu_monitor_text.h:
      Implement the new monitor APIs
    5ec6cf7f
qemu_monitor_text.h 6.8 KB