]> Git Repo - qemu.git/commit
block: List anonymous device BBs in query-block
authorKevin Wolf <[email protected]>
Tue, 11 Jul 2017 12:00:57 +0000 (14:00 +0200)
committerKevin Wolf <[email protected]>
Tue, 18 Jul 2017 13:14:36 +0000 (15:14 +0200)
commitec18b0a93a0b8f6f9a72bf2461dc7a0930391bfa
treee1e5e0ea07313f13ff463c04d222abffa2493d4f
parentd5b68844e6f7c13d30b46cc92ba468e5f92119a6
block: List anonymous device BBs in query-block

Instead of listing only monitor-owned BlockBackends in query-block, also
add those anonymous BlockBackends that are owned by a qdev device and as
such under the control of the user.

This allows using query-block to inspect BlockBackends for the modern
configuration syntax with -blockdev and -device.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: John Snow <[email protected]>
block/qapi.c
hmp.c
This page took 0.026484 seconds and 4 git commands to generate.