[libvirt] [PATCH 0/7] qemu: Fix removable devices without a tray

Peter Krempa pkrempa at redhat.com
Tue May 24 13:17:23 UTC 2016


Peter Krempa (7):
  qemu: Move struct qemuDomainDiskInfo to qemu_domain.h
  qemu: Extract more information about qemu drives
  qemu: Move and rename qemuDomainCheckEjectableMedia to
    qemuProcessRefreshDisks
  qemu: process: Fix and improve disk data extraction
  qemu: hotplug: Extract code for waiting for tray eject
  qemu: hotplug: Fix error reported when cdrom tray is locked
  qemu: hotplug: wait for the tray to eject only for drives with a tray

 src/qemu/qemu_conf.h         |   7 ---
 src/qemu/qemu_domain.h       |  13 ++++
 src/qemu/qemu_hotplug.c      | 141 ++++++++++++++++---------------------------
 src/qemu/qemu_hotplug.h      |   3 -
 src/qemu/qemu_migration.c    |   2 +-
 src/qemu/qemu_monitor.c      |  18 ------
 src/qemu/qemu_monitor.h      |   3 -
 src/qemu/qemu_monitor_json.c |  12 ++--
 src/qemu/qemu_process.c      |  58 +++++++++++++++++-
 src/qemu/qemu_process.h      |   5 ++
 tests/qemumonitorjsontest.c  |  25 +++++++-
 11 files changed, 157 insertions(+), 130 deletions(-)

-- 
2.8.2




More information about the libvir-list mailing list