[PATCH v3 0/2] block/qapi: include child references in block device info

Fiona Ebner posted 2 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250702123204.325470-1-f.ebner@proxmox.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
block/qapi.c               | 12 ++++++++++--
qapi/block-core.json       | 18 +++++++++++++++++-
tests/qemu-iotests/184.out |  8 ++++++++
3 files changed, 35 insertions(+), 3 deletions(-)
[PATCH v3 0/2] block/qapi: include child references in block device info
Posted by Fiona Ebner 4 months, 2 weeks ago
Changes in v3:
* Add patch to make @node-name non-optional for @BlockDeviceInfo.
* Drop superfluous check for child->bs being non-NULL.
* Make @node-name non-optional and expect it to be set.
* Use 'block/qapi' rather than just 'block' as commit title prefix.

Fiona Ebner (2):
  block/qapi: include child references in block device info
  block/qapi: make @node-name in @BlockDeviceInfo non-optional

 block/qapi.c               | 12 ++++++++++--
 qapi/block-core.json       | 18 +++++++++++++++++-
 tests/qemu-iotests/184.out |  8 ++++++++
 3 files changed, 35 insertions(+), 3 deletions(-)

-- 
2.47.2
Re: [PATCH v3 0/2] block/qapi: include child references in block device info
Posted by Kevin Wolf 4 months ago
Am 02.07.2025 um 14:31 hat Fiona Ebner geschrieben:
> Changes in v3:
> * Add patch to make @node-name non-optional for @BlockDeviceInfo.
> * Drop superfluous check for child->bs being non-NULL.
> * Make @node-name non-optional and expect it to be set.
> * Use 'block/qapi' rather than just 'block' as commit title prefix.
> 
> Fiona Ebner (2):
>   block/qapi: include child references in block device info
>   block/qapi: make @node-name in @BlockDeviceInfo non-optional

Thanks, applied to the block branch.

Kevin