Re: [PATCH 1/10] KVM MMU: fix for calculating gpa in invlpg code

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Xiao Guangrong
Date: Friday, April 23, 2010 - 5:05 am

Avi Kivity wrote:

Yes


I guess you mean 'PT64_LEVEL_BITS' not 'PT_DIRECTORY_LEVEL' here :-)

It should be q << 8 here? it hardly understand, take leve = 1 for example,
32-bit guest PTE page table mapping range is 2^(10+12), PAE's PTE page table
mapping range is 2^(9+12), so, i think it's quadrant << 9 here, and other
function like FNAME(prefetch_page), FNAME(sync_page) also are q << 9

Sorry for the double semicolons here, will fix it

Thanks,
Xiao
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/10] KVM MMU: fix for calculating gpa in invlpg code, Xiao Guangrong, (Wed Apr 21, 11:12 pm)
Re: [PATCH 1/10] KVM MMU: fix for calculating gpa in invlp ..., Xiao Guangrong, (Fri Apr 23, 5:05 am)