]> git.proxmox.com Git - mirror_qemu.git/commit
memory: hmp: add "-f" for "info mtree"
authorPeter Xu <peterx@redhat.com>
Mon, 16 Jan 2017 08:40:05 +0000 (16:40 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Jan 2017 17:07:31 +0000 (18:07 +0100)
commit57bb40c9db408f692ec0a5365a141524b5cd7680
tree56ac238287ad078b959ec85e8329a4b83d5089bd
parent4e831901465906de226b2f9f39a39db07d7a67b6
memory: hmp: add "-f" for "info mtree"

Adding one more option "-f" for "info mtree" to dump the flat views of
all the address spaces.

This will be useful to debug the memory rendering logic, also it'll be
much easier with it to know what memory region is handling what address
range.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <1484556005-29701-3-git-send-email-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hmp-commands-info.hx
include/exec/memory.h
memory.c
monitor.c