]> git.proxmox.com Git - mirror_qemu.git/commit
Fix docs for block stats monitor command
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 13 May 2010 10:30:50 +0000 (06:30 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 17 May 2010 08:20:05 +0000 (10:20 +0200)
commit21955137eefb30e2137682046ea456f32c059300
tree0857947b2a58a779022c256d59eeb3f54d6c7f00
parentaf474591e5521978194ee099497202c6818f2359
Fix docs for block stats monitor command

The 'parent' field in the 'query-blockstats' monitor command is
part of the top level block device QDict, not part of the 2nd
level 'stats' QDict.

* block.c: Fix docs for 'parent' field in block stats monitor
  command output

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c