[libvirt] [PATCH 0/7] Couple of PR fixes and improvements

Michal Privoznik posted 7 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1530701062.git.mprivozn@redhat.com
Test syntax-check passed
There is a newer version of this series
src/conf/domain_conf.c       |   3 +-
src/libvirt_private.syms     |   1 +
src/qemu/qemu_domain.c       |  21 +++----
src/qemu/qemu_monitor.c      |  40 ++++++++++++
src/qemu/qemu_monitor.h      |  20 ++++++
src/qemu/qemu_monitor_json.c | 113 ++++++++++++++++++++++++++++++++++
src/qemu/qemu_monitor_json.h |   4 ++
src/qemu/qemu_process.c      | 143 +++++++++++++++++++++++++++++++++++++++++--
src/util/virstoragefile.c    |  20 +++++-
src/util/virstoragefile.h    |   6 +-
10 files changed, 349 insertions(+), 22 deletions(-)
[libvirt] [PATCH 0/7] Couple of PR fixes and improvements
Posted by Michal Privoznik 5 years, 9 months ago
QEMU implemented event when pr-manager connects to/disconnects from
pr-helper process. Also, it implemented query command to learn the
pr-manager state on libvirtd restart. Whilst working on patches for
this, I've noticed couple of other bugs too.

Michal Privoznik (7):
  qemuProcessStartPRDaemonHook: Try to set NS iff domain was started
    with one
  qemuDomainValidateStorageSource: Relax PR validation
  virStoragePRDefFormat: Suppress path formatting for migratable XML
  virstoragefile: Introduce virStorageSourceChainGetManagedPRAlias
  qemu: Wire up PR_MANAGER_STATUS_CHANGED event
  qemu_monitor: Introduce qemuMonitorJSONGetPRManagerInfo
  qemu: Fetch pr-helper process info on reconnect

 src/conf/domain_conf.c       |   3 +-
 src/libvirt_private.syms     |   1 +
 src/qemu/qemu_domain.c       |  21 +++----
 src/qemu/qemu_monitor.c      |  40 ++++++++++++
 src/qemu/qemu_monitor.h      |  20 ++++++
 src/qemu/qemu_monitor_json.c | 113 ++++++++++++++++++++++++++++++++++
 src/qemu/qemu_monitor_json.h |   4 ++
 src/qemu/qemu_process.c      | 143 +++++++++++++++++++++++++++++++++++++++++--
 src/util/virstoragefile.c    |  20 +++++-
 src/util/virstoragefile.h    |   6 +-
 10 files changed, 349 insertions(+), 22 deletions(-)

-- 
2.16.4

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