[PATCH 0/4] qemu: bump qemu capabilities and use 'flat' mode of 'query-block'

Peter Krempa via Devel posted 4 patches 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1773071009.git.pkrempa@redhat.com
src/qemu/qemu_capabilities.c                  |    2 +
src/qemu/qemu_capabilities.h                  |    1 +
src/qemu/qemu_monitor.c                       |    1 +
src/qemu/qemu_monitor_json.c                  |   12 +-
src/qemu/qemu_monitor_priv.h                  |    3 +
.../caps_11.0.0_aarch64.replies               | 5587 ++++++++--------
.../caps_11.0.0_aarch64.xml                   |   39 +-
.../caps_11.0.0_x86_64.replies                | 5815 +++++++++--------
.../caps_11.0.0_x86_64.xml                    |  287 +-
9 files changed, 6254 insertions(+), 5493 deletions(-)
[PATCH 0/4] qemu: bump qemu capabilities and use 'flat' mode of 'query-block'
Posted by Peter Krempa via Devel 2 weeks ago
Peter Krempa (4):
  qemucapabilitiestest: Update 'caps_11.0.0_x86_64' to
    'v10.2.0-2062-g084a6c6e73"
  qemucapabilitiestest: Update 'caps_11.0.0_aarch64' to
    'v10.2.0-2062-g084a6c6e73"aarch
  qemu: capabilities: Introduce QEMU_CAPS_QUERY_BLOCK_FLAT
  qemu: monitor: Use 'flat' mode of 'query-block'

 src/qemu/qemu_capabilities.c                  |    2 +
 src/qemu/qemu_capabilities.h                  |    1 +
 src/qemu/qemu_monitor.c                       |    1 +
 src/qemu/qemu_monitor_json.c                  |   12 +-
 src/qemu/qemu_monitor_priv.h                  |    3 +
 .../caps_11.0.0_aarch64.replies               | 5587 ++++++++--------
 .../caps_11.0.0_aarch64.xml                   |   39 +-
 .../caps_11.0.0_x86_64.replies                | 5815 +++++++++--------
 .../caps_11.0.0_x86_64.xml                    |  287 +-
 9 files changed, 6254 insertions(+), 5493 deletions(-)

-- 
2.53.0
Re: [PATCH 0/4] qemu: bump qemu capabilities and use 'flat' mode of 'query-block'
Posted by Michal Prívozník via Devel 1 week, 6 days ago
On 3/9/26 16:43, Peter Krempa via Devel wrote:
> Peter Krempa (4):
>   qemucapabilitiestest: Update 'caps_11.0.0_x86_64' to
>     'v10.2.0-2062-g084a6c6e73"
>   qemucapabilitiestest: Update 'caps_11.0.0_aarch64' to
>     'v10.2.0-2062-g084a6c6e73"aarch
>   qemu: capabilities: Introduce QEMU_CAPS_QUERY_BLOCK_FLAT
>   qemu: monitor: Use 'flat' mode of 'query-block'
> 
>  src/qemu/qemu_capabilities.c                  |    2 +
>  src/qemu/qemu_capabilities.h                  |    1 +
>  src/qemu/qemu_monitor.c                       |    1 +
>  src/qemu/qemu_monitor_json.c                  |   12 +-
>  src/qemu/qemu_monitor_priv.h                  |    3 +
>  .../caps_11.0.0_aarch64.replies               | 5587 ++++++++--------
>  .../caps_11.0.0_aarch64.xml                   |   39 +-
>  .../caps_11.0.0_x86_64.replies                | 5815 +++++++++--------
>  .../caps_11.0.0_x86_64.xml                    |  287 +-
>  9 files changed, 6254 insertions(+), 5493 deletions(-)
> 

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

Michal
Re: [PATCH 0/4] qemu: bump qemu capabilities and use 'flat' mode of 'query-block'
Posted by Jiri Denemark via Devel 1 week, 6 days ago
On Mon, Mar 09, 2026 at 16:43:56 +0100, Peter Krempa wrote:
> Peter Krempa (4):
>   qemucapabilitiestest: Update 'caps_11.0.0_x86_64' to
>     'v10.2.0-2062-g084a6c6e73"
>   qemucapabilitiestest: Update 'caps_11.0.0_aarch64' to
>     'v10.2.0-2062-g084a6c6e73"aarch
>   qemu: capabilities: Introduce QEMU_CAPS_QUERY_BLOCK_FLAT
>   qemu: monitor: Use 'flat' mode of 'query-block'
> 
>  src/qemu/qemu_capabilities.c                  |    2 +
>  src/qemu/qemu_capabilities.h                  |    1 +
>  src/qemu/qemu_monitor.c                       |    1 +
>  src/qemu/qemu_monitor_json.c                  |   12 +-
>  src/qemu/qemu_monitor_priv.h                  |    3 +
>  .../caps_11.0.0_aarch64.replies               | 5587 ++++++++--------
>  .../caps_11.0.0_aarch64.xml                   |   39 +-
>  .../caps_11.0.0_x86_64.replies                | 5815 +++++++++--------
>  .../caps_11.0.0_x86_64.xml                    |  287 +-
>  9 files changed, 6254 insertions(+), 5493 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>