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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avi Kivity
Date: Sunday, April 25, 2010 - 2:46 am

On 04/25/2010 10:00 AM, Xiao Guangrong wrote:

The calculation is really

   shift = (PT32_LEVEL_BITS - PT64_LEVEL_BITS) * level;

(and please don't use a variable called offset to hold a shift count)


-- 
error compiling committee.c: too many arguments to function

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH v2 1/10] KVM MMU: fix for calculating gpa in in ..., Avi Kivity, (Sun Apr 25, 2:46 am)