]> git.proxmox.com Git - qemu.git/commit - monitor.c
monitor: implement x86 info tlb for PAE and long modes
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 18:56:24 +0000 (18:56 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 18:56:24 +0000 (18:56 +0000)
commitd65aaf3773e4be7ae97df9d867cbe9b36e2fb8a1
tree495bbdac3d50064da12a6aa97e778c2debd34b97
parentfa82e9c300df6f7b8bd44a26ac752c4ea5da02c1
monitor: implement x86 info tlb for PAE and long modes

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

Implement the missing modes. Also print NX bit for PAE and long modes.
Fix off-by-one error in 32 bit mode mask.

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