On 2/10/26 11:10, Peter Krempa via Devel wrote:
> Add support for migration of persistent reservations.
> 
> The qemu support was just merged in.
> 
> Patches 1 and 2 are new, patch 3 is rebased on top of new capability,
> patch 4 is identical to the RFC version.
> 
> Peter Krempa (4):
>   qemucapabilitiestest: Update 'caps_11.0.0_x86_64' to
>     'v10.2.0-1114-gb3abdfa486'
>   qemucapabilitiestest: Update 'caps_11.0.0_aarch64' to
>     t'v10.2.0-1114-gb3abdfa486'
>   qemu: capabilities: Introduce QEMU_CAPS_DEVICE_SCSI_BLOCK_MIGRATE_PR
>   qemu: Implement support for persistent reservation migration control
> 
>  docs/formatdomain.rst                         |    3 +
>  src/conf/domain_conf.c                        |   21 +
>  src/conf/schemas/storagecommon.rng            |    5 +
>  src/conf/storage_source_conf.c                |   10 +
>  src/conf/storage_source_conf.h                |    2 +
>  src/qemu/qemu_capabilities.c                  |    4 +
>  src/qemu/qemu_capabilities.h                  |    3 +
>  src/qemu/qemu_command.c                       |    4 +
>  src/qemu/qemu_validate.c                      |   16 +
>  .../caps_11.0.0_aarch64.replies               | 3631 +++++++++--------
>  .../caps_11.0.0_aarch64.xml                   |    9 +-
>  .../caps_11.0.0_x86_64.replies                | 3557 ++++++++--------
>  .../caps_11.0.0_x86_64.xml                    |   11 +-
>  ...irtio-scsi-reservations.x86_64-latest.args |    2 +-
>  .../disk-virtio-scsi-reservations.xml         |    2 +-
>  15 files changed, 3681 insertions(+), 3599 deletions(-)
> 

Reviewed-by: Michal Privoznik <[email protected]>

Michal

Reply via email to