[PATCH 0/5] qemu: Fix handling of persistent reservations daemon with blockjobs

Peter Krempa posted 5 patches 10 months, 1 week ago
Failed in applying to current master (apply log)
src/conf/domain_conf.c   |   3 +
src/qemu/qemu_blockjob.c |   3 +
src/qemu/qemu_driver.c   |   5 ++
src/qemu/qemu_hotplug.c  |   4 +-
src/qemu/qemu_hotplug.h  | 175 ++++++++++++++++++++++-----------------
5 files changed, 113 insertions(+), 77 deletions(-)
[PATCH 0/5] qemu: Fix handling of persistent reservations daemon with blockjobs
Posted by Peter Krempa 10 months, 1 week ago
See 5/5

Peter Krempa (5):
  qemu_hotplug.h: Reformat according to new coding style
  virDomainDefHasManagedPR: Consider also disk's 'mirror' chain
  qemu: hotplug: Export persistent reservations manager helper functions
  qemu: blockjob: Remove persistent reservations manager when dropping
    disk images
  qemu: Attach persistent reservations manager if block-copy target
    requires it

 src/conf/domain_conf.c   |   3 +
 src/qemu/qemu_blockjob.c |   3 +
 src/qemu/qemu_driver.c   |   5 ++
 src/qemu/qemu_hotplug.c  |   4 +-
 src/qemu/qemu_hotplug.h  | 175 ++++++++++++++++++++++-----------------
 5 files changed, 113 insertions(+), 77 deletions(-)

-- 
2.48.1
Re: [PATCH 0/5] qemu: Fix handling of persistent reservations daemon with blockjobs
Posted by Michal Prívozník 10 months, 1 week ago
On 2/4/25 18:25, Peter Krempa wrote:
> See 5/5
> 
> Peter Krempa (5):
>   qemu_hotplug.h: Reformat according to new coding style
>   virDomainDefHasManagedPR: Consider also disk's 'mirror' chain
>   qemu: hotplug: Export persistent reservations manager helper functions
>   qemu: blockjob: Remove persistent reservations manager when dropping
>     disk images
>   qemu: Attach persistent reservations manager if block-copy target
>     requires it
> 
>  src/conf/domain_conf.c   |   3 +
>  src/qemu/qemu_blockjob.c |   3 +
>  src/qemu/qemu_driver.c   |   5 ++
>  src/qemu/qemu_hotplug.c  |   4 +-
>  src/qemu/qemu_hotplug.h  | 175 ++++++++++++++++++++++-----------------
>  5 files changed, 113 insertions(+), 77 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal