[libvirt] [PATCH v2 0/3] qemu: Fix hotplug of guest agent

Martin Kletzander mkletzan at redhat.com
Thu Apr 28 14:43:39 UTC 2016


v2:
 - mostly a rebase, it was almost ACKed but not completely, just to
   make sure let's see it again with everything done.
 - use /tmp for paths in tests (automatically fixed by rebasing on top
   of commit 1893b6df117b)

v1:
 - https://www.redhat.com/archives/libvir-list/2016-March/msg01454.html


Martin Kletzander (3):
  qemuhotplugtest: Allow testing of live data
  qemu: Move channel path generation out of command creation
  qemu: Generate channel target paths on hotplug as well

 src/qemu/qemu_command.c                            | 25 ++--------
 src/qemu/qemu_command.h                            |  5 +-
 src/qemu/qemu_domain.c                             | 20 ++++++++
 src/qemu/qemu_domain.h                             |  4 ++
 src/qemu/qemu_hotplug.c                            |  3 ++
 src/qemu/qemu_process.c                            | 12 +++--
 tests/qemuhotplugtest.c                            | 37 ++++++++++----
 .../qemuhotplug-hotplug-base+qemu-agent-detach.xml | 58 ++++++++++++++++++++++
 .../qemuhotplug-hotplug-base+qemu-agent.xml        | 58 ++++++++++++++++++++++
 .../qemuhotplug-qemu-agent-detach.xml              |  5 ++
 .../qemuhotplugtestdata/qemuhotplug-qemu-agent.xml |  5 ++
 11 files changed, 193 insertions(+), 39 deletions(-)
 create mode 100644 tests/qemuhotplugtestdata/qemuhotplug-hotplug-base+qemu-agent-detach.xml
 create mode 100644 tests/qemuhotplugtestdata/qemuhotplug-hotplug-base+qemu-agent.xml
 create mode 100644 tests/qemuhotplugtestdata/qemuhotplug-qemu-agent-detach.xml
 create mode 100644 tests/qemuhotplugtestdata/qemuhotplug-qemu-agent.xml

--
2.8.1




More information about the libvir-list mailing list