Re: [Qemu-devel] [PATCH, RFT] monitor: implement x86 info tlb for PAE and long modes

2010-12-11 Thread Blue Swirl
On Tue, Dec 7, 2010 at 10:08 AM, Alexander Graf wrote: > > On 06.12.2010, at 19:38, Blue Swirl wrote: > >> On Mon, Dec 6, 2010 at 11:12 AM, Alexander Graf wrote: >>> >>> On 05.12.2010, at 17:25, Blue Swirl wrote: >>> 'info tlb' didn't show correct information for PAE mode and x86_64 lon

Re: [Qemu-devel] [PATCH, RFT] monitor: implement x86 info tlb for PAE and long modes

2010-12-07 Thread Alexander Graf
On 06.12.2010, at 19:38, Blue Swirl wrote: > On Mon, Dec 6, 2010 at 11:12 AM, Alexander Graf wrote: >> >> On 05.12.2010, at 17:25, Blue Swirl wrote: >> >>> 'info tlb' didn't show correct information for PAE mode and >>> x86_64 long mode. >>> >>> Implement the missing modes. Also print NX bit

Re: [Qemu-devel] [PATCH, RFT] monitor: implement x86 info tlb for PAE and long modes

2010-12-07 Thread Ian Campbell
On Mon, 2010-12-06 at 18:41 +, Blue Swirl wrote: > On Mon, Dec 6, 2010 at 1:05 PM, Ian Campbell wrote: > > On Mon, 2010-12-06 at 12:12 +0100, Alexander Graf wrote: > >> On 05.12.2010, at 17:25, Blue Swirl wrote: > >> > >> > 'info tlb' didn't show correct information for PAE mode and > >> > x86

Re: [Qemu-devel] [PATCH, RFT] monitor: implement x86 info tlb for PAE and long modes

2010-12-06 Thread Blue Swirl
On Mon, Dec 6, 2010 at 1:05 PM, Ian Campbell wrote: > On Mon, 2010-12-06 at 12:12 +0100, Alexander Graf wrote: >> On 05.12.2010, at 17:25, Blue Swirl wrote: >> >> > 'info tlb' didn't show correct information for PAE mode and >> > x86_64 long mode. >> > >> > Implement the missing modes. Also print

Re: [Qemu-devel] [PATCH, RFT] monitor: implement x86 info tlb for PAE and long modes

2010-12-06 Thread Blue Swirl
On Mon, Dec 6, 2010 at 11:12 AM, Alexander Graf wrote: > > On 05.12.2010, at 17:25, Blue Swirl wrote: > >> '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

Re: [Qemu-devel] [PATCH, RFT] monitor: implement x86 info tlb for PAE and long modes

2010-12-06 Thread Ian Campbell
On Mon, 2010-12-06 at 12:12 +0100, Alexander Graf wrote: > On 05.12.2010, at 17:25, Blue Swirl wrote: > > > '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

Re: [Qemu-devel] [PATCH, RFT] monitor: implement x86 info tlb for PAE and long modes

2010-12-06 Thread Alexander Graf
On 05.12.2010, at 17:25, Blue Swirl wrote: > '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 > --- > > I didn't

[Qemu-devel] [PATCH, RFT] monitor: implement x86 info tlb for PAE and long modes

2010-12-05 Thread Blue Swirl
'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 --- I didn't find an OS that enabled PAE, please test and report. --- monito