Re: [PATCH] KVM: Fix EPT identity page location

2009-08-04 Thread Avi Kivity
On 08/03/2009 07:23 PM, Sheng Yang wrote: Should be new ept_identity_map_addr rather than old macro. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

[PATCH] KVM: Fix EPT identity page location

2009-08-03 Thread Sheng Yang
Should be new ept_identity_map_addr rather than old macro. Signed-off-by: Sheng Yang sh...@linux.intel.com --- arch/x86/kvm/vmx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 7931c72..c5aaa1b 100644 ---