[libvirt] [PATCH 0/4] qemu: Handle managed persisten reservations separately

Peter Krempa pkrempa at redhat.com
Thu May 31 17:30:21 UTC 2018


Keep the handling of the singleton managed pr-manager-helper object
separate from the unmanaged ones which are instantiated
one-per-disk-source.

This applies on top of my branch collecting all ACKed postings of
recent blockdev-related work. Current version can be fetched by:

git fetch git://pipo.sk/pipo/libvirt.git blockdev-staging

Peter Krempa (4):
  util: storage: Add helper for determining whether a backing chain
    requires PR
  qemu: command: Pass in 'src' rather than 'disk' to
    qemuBuildPRManagerInfoProps
  qemu: command: Return props as return value in
    qemuBuildPRManagerInfoProps
  qemu: Split handling of managed and unmanaged persistent reservations

 src/conf/domain_conf.c                             |   2 +-
 src/libvirt_private.syms                           |   1 +
 src/qemu/qemu_command.c                            | 123 ++++++++++++++-------
 src/qemu/qemu_command.h                            |   4 +-
 src/qemu/qemu_hotplug.c                            | 101 ++++++++---------
 src/util/virstoragefile.c                          |  14 +++
 src/util/virstoragefile.h                          |   3 +
 ...isk-virtio-scsi-reservations.x86_64-latest.args |   4 +-
 8 files changed, 154 insertions(+), 98 deletions(-)

-- 
2.16.2




More information about the libvir-list mailing list