Re: [kvm-devel] [PATCH] More struct page cleanups

2007-10-11 Thread Avi Kivity
Anthony Liguori wrote: > This time, the biggest change is gpa_to_hpa. The translation of GPA to HPA > does > not depend on the VCPU state unlike GVA to GPA so there's no need to pass in > the kvm_vcpu. > > Applied, thanks. -- error compiling committee.c: too many arguments to function

[kvm-devel] [PATCH] More struct page cleanups

2007-10-10 Thread Anthony Liguori
This time, the biggest change is gpa_to_hpa. The translation of GPA to HPA does not depend on the VCPU state unlike GVA to GPA so there's no need to pass in the kvm_vcpu. Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]> diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index 4ab487c..8859a92 1