qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] pr-manager/qemu-pr-helper patches for QEMU 3.0
@ 2018-06-28 19:57 Paolo Bonzini
  2018-06-28 19:57 ` [Qemu-devel] [PATCH 1/6] pr-helper: fix --socket-path default in help Paolo Bonzini
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Paolo Bonzini @ 2018-06-28 19:57 UTC (permalink / raw)
  To: qemu-devel

The first three patches are more or less trivial bugfixes.  The
last three allow libvirt to know the status of the qemu-pr-helper
process that is attached to a running QEMU instance.

Thanks,

Paolo

v1->v2: new patch for non-Linux portability
	issue event as soon as the socket is disconnected
	do not include full object path in event
	renamed "is_connected" field to "connected"

Paolo Bonzini (6):
  pr-helper: fix --socket-path default in help
  pr-helper: fix assertion failure on failed multipath PERSISTENT
    RESERVE IN
  pr-manager-helper: avoid SIGSEGV when writing to the socket fail
  pr-manager: put stubs in .c file
  pr-manager: add query-pr-managers QMP command
  pr-manager-helper: report event on connection/disconnection

 include/scsi/pr-manager.h | 11 ++--------
 qapi/block.json           | 52 +++++++++++++++++++++++++++++++++++++++++++++++
 scsi/Makefile.objs        |  1 +
 scsi/pr-manager-helper.c  | 28 +++++++++++++++++++++++++
 scsi/pr-manager-stub.c    | 30 +++++++++++++++++++++++++++
 scsi/pr-manager.c         | 45 ++++++++++++++++++++++++++++++++++++++++
 scsi/qemu-pr-helper.c     | 21 +++++++++++--------
 7 files changed, 171 insertions(+), 17 deletions(-)
 create mode 100644 scsi/pr-manager-stub.c

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-06-29 10:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28 19:57 [Qemu-devel] [PATCH v2 0/6] pr-manager/qemu-pr-helper patches for QEMU 3.0 Paolo Bonzini
2018-06-28 19:57 ` [Qemu-devel] [PATCH 1/6] pr-helper: fix --socket-path default in help Paolo Bonzini
2018-06-28 19:57 ` [Qemu-devel] [PATCH 2/6] pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE IN Paolo Bonzini
2018-06-28 19:57 ` [Qemu-devel] [PATCH 3/6] pr-manager-helper: avoid SIGSEGV when writing to the socket fail Paolo Bonzini
2018-06-28 19:57 ` [Qemu-devel] [PATCH 4/6] pr-manager: put stubs in .c file Paolo Bonzini
2018-06-28 19:57 ` [Qemu-devel] [PATCH 5/6] pr-manager: add query-pr-managers QMP command Paolo Bonzini
2018-06-28 19:57 ` [Qemu-devel] [PATCH 6/6] pr-manager-helper: report event on connection/disconnection Paolo Bonzini
2018-06-28 20:24   ` Eric Blake
2018-06-29 10:15     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).