Re: [Qemu-devel] [PATCH 3/6] block: Introduce query-block-node

2014-09-18 Thread Markus Armbruster
Kevin Wolf writes: > This new command is a renamed version of query-named-block-nodes > with an additional argument that allows querying only one specific > BlockDriverState instead of getting a list for all of them. > > Signed-off-by: Kevin Wolf > --- > block.c | 15 +

[Qemu-devel] [PATCH 3/6] block: Introduce query-block-node

2014-09-16 Thread Kevin Wolf
This new command is a renamed version of query-named-block-nodes with an additional argument that allows querying only one specific BlockDriverState instead of getting a list for all of them. Signed-off-by: Kevin Wolf --- block.c | 15 +-- blockdev.c| 8 +++