]> git.proxmox.com Git - mirror_qemu.git/commit
monitor: Fix "info mem" to print the last memory range
authorAustin Clements <amdragon@MIT.EDU>
Mon, 15 Aug 2011 03:22:04 +0000 (23:22 -0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Aug 2011 16:42:36 +0000 (16:42 +0000)
commit8a94b8ca530a983dacc78bd165fa2afb95205cb0
treec160478aa043c4d67b2626b7d43c51067a79422e
parentb49ca72dd7c6157324656694a924ad1d781e2916
monitor: Fix "info mem" to print the last memory range

"info mem" groups its output into contiguous ranges with identical
protection bits, but previously forgot to print the last range.

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