]> git.proxmox.com Git - qemu.git/commit - monitor.c
monitor: Show combined protection bits in "info mem"
authorAustin Clements <amdragon@MIT.EDU>
Mon, 15 Aug 2011 03:22:28 +0000 (23:22 -0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Aug 2011 16:42:39 +0000 (16:42 +0000)
commitc76c8416be5631dfdbd13799d3c67ad670637155
tree8c9c338869a492e9916588a387696121ae2256da
parent8a94b8ca530a983dacc78bd165fa2afb95205cb0
monitor: Show combined protection bits in "info mem"

Previously, "info mem" considered and displayed only the last-level
protection bits for a memory range, which doesn't accurrately
represent the protection of that range.  Now it shows the combined
protection.

Signed-off-by: Austin Clements <amdragon@mit.edu>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
monitor.c