[libvirt] [PATCH v3 0/4] qemu: Allow concurrent access to monitor and guest agent

Michal Privoznik posted 4 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1529481705.git.mprivozn@redhat.com
Test syntax-check passed
src/qemu/THREADS.txt   | 112 +++++++++++++++++++++++---
src/qemu/qemu_domain.c | 211 ++++++++++++++++++++++++++++++++++++++++---------
src/qemu/qemu_domain.h |  30 +++++++
src/qemu/qemu_driver.c | 124 ++++++++++++++++++++---------
4 files changed, 390 insertions(+), 87 deletions(-)
[libvirt] [PATCH v3 0/4] qemu: Allow concurrent access to monitor and guest agent
Posted by Michal Privoznik 5 years, 10 months ago
v3 of:

https://www.redhat.com/archives/libvir-list/2018-June/msg01358.html

Patches 1/4 and 2/4 are ACKed already. Patch 3/4 is new and implements
agent job acquiring when doing snapshots (as suggested by Jirka in his
review). Patch 4/4 is written differently (again as suggested by him)
although the semantic is the same as in previous version of the patch.

Michal Privoznik (4):
  qemu: Introduce qemuDomainAgentJob
  qemu: Introduce APIs for manipulating qemuDomainAgentJob
  qemuDomainSnapshotCreateActiveExternal: Grab agent job
  qemu: Switch code to use new agent job APIs

 src/qemu/THREADS.txt   | 112 +++++++++++++++++++++++---
 src/qemu/qemu_domain.c | 211 ++++++++++++++++++++++++++++++++++++++++---------
 src/qemu/qemu_domain.h |  30 +++++++
 src/qemu/qemu_driver.c | 124 ++++++++++++++++++++---------
 4 files changed, 390 insertions(+), 87 deletions(-)

-- 
2.16.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list