[PATCH 0/6] qemu: Add detection of 'blockdev-reopen'

Peter Krempa posted 6 patches 2 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1627033243.git.pkrempa@redhat.com
NEWS.rst                                      |    6 +
src/qemu/qemu_block.c                         |   32 +-
src/qemu/qemu_block.h                         |    5 +
src/qemu/qemu_capabilities.c                  |    1 +
.../domaincapsdata/qemu_6.1.0-q35.x86_64.xml  |    2 +-
.../domaincapsdata/qemu_6.1.0-tcg.x86_64.xml  |    2 +-
tests/domaincapsdata/qemu_6.1.0.x86_64.xml    |    2 +-
.../caps_6.1.0.x86_64.replies                 | 4245 +++++++++--------
.../caps_6.1.0.x86_64.xml                     |    8 +-
tests/qemumonitorjsontest.c                   |   28 +
10 files changed, 2312 insertions(+), 2019 deletions(-)
[PATCH 0/6] qemu: Add detection of 'blockdev-reopen'
Posted by Peter Krempa 2 years, 9 months ago
Note that the capability update patch is waiting for a series of fixes
as current qemu master breaks with libvirt.

Full version can be fetched from:

git fetch https://gitlab.com/pipo.sk/libvirt.git blockdev-reopen

Peter Krempa (6):
  tests: qemucapabilities: Update capabilities for qemu-6.1.0-rc0 on
    x86_64
  qemuBlockReopenFormat: Extract @src handling and monitor invocation
  qemuBlockReopenFormatMon: Adapt to new argument format of
    'blockdev-reopen'
  qemumonitorjsontest: Add test case for 'blockdev-reopen'
  qemu: capabilities: Enable detection of QEMU_CAPS_BLOCKDEV_REOPEN
  NEWS: Mention enablement of incremental backups

 NEWS.rst                                      |    6 +
 src/qemu/qemu_block.c                         |   32 +-
 src/qemu/qemu_block.h                         |    5 +
 src/qemu/qemu_capabilities.c                  |    1 +
 .../domaincapsdata/qemu_6.1.0-q35.x86_64.xml  |    2 +-
 .../domaincapsdata/qemu_6.1.0-tcg.x86_64.xml  |    2 +-
 tests/domaincapsdata/qemu_6.1.0.x86_64.xml    |    2 +-
 .../caps_6.1.0.x86_64.replies                 | 4245 +++++++++--------
 .../caps_6.1.0.x86_64.xml                     |    8 +-
 tests/qemumonitorjsontest.c                   |   28 +
 10 files changed, 2312 insertions(+), 2019 deletions(-)

-- 
2.31.1

Re: [PATCH 0/6] qemu: Add detection of 'blockdev-reopen'
Posted by Pavel Hrdina 2 years, 9 months ago
On Fri, Jul 23, 2021 at 11:43:52AM +0200, Peter Krempa wrote:
> Note that the capability update patch is waiting for a series of fixes
> as current qemu master breaks with libvirt.
> 
> Full version can be fetched from:
> 
> git fetch https://gitlab.com/pipo.sk/libvirt.git blockdev-reopen
> 
> Peter Krempa (6):
>   tests: qemucapabilities: Update capabilities for qemu-6.1.0-rc0 on
>     x86_64
>   qemuBlockReopenFormat: Extract @src handling and monitor invocation
>   qemuBlockReopenFormatMon: Adapt to new argument format of
>     'blockdev-reopen'
>   qemumonitorjsontest: Add test case for 'blockdev-reopen'
>   qemu: capabilities: Enable detection of QEMU_CAPS_BLOCKDEV_REOPEN
>   NEWS: Mention enablement of incremental backups

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>