[libvirt] [PATCH 0/3] qemu: use FD passing for monitor (and other unix sockets)

Daniel P. Berrangé posted 3 patches 6 years, 1 month ago
Failed in applying to current master (apply log)
Test syntax-check passed
src/qemu/qemu_capabilities.c |  4 ++-
src/qemu/qemu_capabilities.h |  1 +
src/qemu/qemu_command.c      | 58 ++++++++++++++++++++++++++++++++++++++++++--
src/qemu/qemu_monitor.c      | 54 ++++++++++++++++++++++++-----------------
src/qemu/qemu_monitor.h      |  1 +
src/qemu/qemu_process.c      | 27 +++++++++++++++------
tests/qemumonitortestutils.c |  1 +
7 files changed, 114 insertions(+), 32 deletions(-)
[libvirt] [PATCH 0/3] qemu: use FD passing for monitor (and other unix sockets)
Posted by Daniel P. Berrangé 6 years, 1 month ago
This series makes use of the chardev fd passing arriving in QEMU 2.12
to get rid of the startup race wrt opening the QEMU monitor.

The same thing benefits the agent too but I've not tackled that yet.

Daniel P. Berrangé (3):
  qemu: probe for -chardev 'fd' parameter for FD passing
  qemu: support passing pre-opened UNIX socket listen FD
  qemu: don't retry connect() if doing FD passing

 src/qemu/qemu_capabilities.c |  4 ++-
 src/qemu/qemu_capabilities.h |  1 +
 src/qemu/qemu_command.c      | 58 ++++++++++++++++++++++++++++++++++++++++++--
 src/qemu/qemu_monitor.c      | 54 ++++++++++++++++++++++++-----------------
 src/qemu/qemu_monitor.h      |  1 +
 src/qemu/qemu_process.c      | 27 +++++++++++++++------
 tests/qemumonitortestutils.c |  1 +
 7 files changed, 114 insertions(+), 32 deletions(-)

-- 
2.14.3

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