Re: [libvirt] [PATCH 22/23] qemu: monitor: Extract the top level format node when querying disks

2017-03-24 Thread Eric Blake
On 03/15/2017 11:37 AM, Peter Krempa wrote: > To allow matching the node names gathered via 'query-named-block-nodes' > we need to query and then use the top level nodes from 'query-block'. > Add the data to the structure returned by qemuMonitorGetBlockInfo. > --- > src/qemu/qemu_domain.h |

[libvirt] [PATCH 22/23] qemu: monitor: Extract the top level format node when querying disks

2017-03-15 Thread Peter Krempa
To allow matching the node names gathered via 'query-named-block-nodes' we need to query and then use the top level nodes from 'query-block'. Add the data to the structure returned by qemuMonitorGetBlockInfo. --- src/qemu/qemu_domain.h | 1 + src/qemu/qemu_monitor.c | 12 +++-