Jiri Denemark 65c27e2935 qemu: Refactor qemuMonitorGetBlockInfo
QEMU always sends details about all available block devices as an answer
for "info block"/"query-block" command. On the other hand, our
qemuMonitorGetBlockInfo was made for a single block devices queries
only. Thus, when asking for multiple devices, we asked qemu multiple
times to always get the same answer from which different parts were
filtered. This patch makes qemuMonitorGetBlockInfo return a hash table
of all block devices, which may later be used for getting details about
specific devices.
2012-01-27 13:07:56 +01:00
..
2011-12-20 09:32:23 -07:00
2012-01-24 12:19:51 +01:00
2012-01-24 12:19:51 +01:00
2012-01-24 12:19:51 +01:00
2011-11-18 16:10:01 +00:00