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

Michal Privoznik posted 3 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1529312746.git.mprivozn@redhat.com
Test syntax-check passed
There is a newer version of this series
src/qemu/THREADS.txt   | 112 ++++++++++++++++++++++++++---
src/qemu/qemu_domain.c | 191 ++++++++++++++++++++++++++++++++++++++++---------
src/qemu/qemu_domain.h |  30 ++++++++
src/qemu/qemu_driver.c |  91 ++++++++++++++---------
4 files changed, 345 insertions(+), 79 deletions(-)
[libvirt] [PATCH v2 0/3] qemu: Allow concurrent access to monitor and guest agent
Posted by Michal Privoznik 5 years, 10 months ago
v2 of:

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

diff to v1:
- extended THREADS.txt documentation
- added more comments
- merged 3/4 to 1/4 in original patch set
(I think that's everything that was pointed out in John's review)

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

 src/qemu/THREADS.txt   | 112 ++++++++++++++++++++++++++---
 src/qemu/qemu_domain.c | 191 ++++++++++++++++++++++++++++++++++++++++---------
 src/qemu/qemu_domain.h |  30 ++++++++
 src/qemu/qemu_driver.c |  91 ++++++++++++++---------
 4 files changed, 345 insertions(+), 79 deletions(-)

-- 
2.16.4

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