On Tue, Jun 02, 2015 at 14:34:13 +0200, Jiri Denemark wrote:
"query-block-jobs" QMP command returns all running block
jobs at once,
while qemuMonitorBlockJobInfo would only report one. This is not very
nice in case we need to check several block jobs. This patch refactors
the monitor code to always parse all block jobs and store them in a
hash.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
Notes:
Version 2:
- new patch
ACK,
Peter