Re: [Qemu-devel] [PATCH] monitor: Show combined protection bits in "info mem"

2011-08-21 Thread Blue Swirl
Thanks, applied. On Mon, Aug 15, 2011 at 3:22 AM, Austin Clements wrote: > 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. > > Sig

[Qemu-devel] [PATCH] monitor: Show combined protection bits in "info mem"

2011-08-14 Thread Austin Clements
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 --- monitor.c | 10 +++--- 1 files changed, 7 inse