]> git.ipfire.org Git - thirdparty/qemu.git/commit
block: Expose block limits for images in QMP
authorKevin Wolf <kwolf@redhat.com>
Fri, 24 Oct 2025 12:30:38 +0000 (14:30 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 29 Oct 2025 11:10:10 +0000 (12:10 +0100)
commitd2634e18286a5772f04cc724e64f8b16a2124587
treecfbbdb11ab37c2886e4b7c6a1a4ed28d01ef8382
parent46dd683d56b1328cb2bc923914bfd7ac590064f7
block: Expose block limits for images in QMP

This information can be useful both for debugging and for management
tools trying to configure guest devices with the optimal limits
(possibly across multiple hosts). There is no reason not to make it
available, so just add it to BlockNodeInfo.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Hanna Czenczek <hreitz@redhat.com>
Message-ID: <20251024123041.51254-3-kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qapi.c
qapi/block-core.json
tests/qemu-iotests/184
tests/qemu-iotests/184.out
tests/qemu-iotests/common.filter