Peter Krempa 96c0f57a82 qemu: monitor: return block stats data as a hash to avoid disk mixup
The current block stats code matched up the disk name with the actual
stats by the order in the data returned from qemu. This unfortunately
isn't right as qemu may return the disks in any order. Fix this by
returning a hash of stats and index them by the disk alias.
2014-09-30 11:01:55 +02:00
..
2014-09-18 09:05:21 +02:00
2014-09-18 09:05:21 +02:00
2014-04-28 17:52:45 -06:00
2014-09-23 08:11:50 +02:00