]> git.proxmox.com Git - qemu.git/commit
monitor: implement x86 info mem for PAE and long modes
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 18:56:27 +0000 (18:56 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 18:56:27 +0000 (18:56 +0000)
commit1b3cba6e91ab55a158e49bc5398fd76e67c695a8
tree75671d78f3812a4a0ec21fe4c96874d123242cd5
parentd65aaf3773e4be7ae97df9d867cbe9b36e2fb8a1
monitor: implement x86 info mem for PAE and long modes

'info mem' didn't show correct information for PAE mode and
x86_64 long mode.

Fix by implementing the output for missing modes.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
monitor.c