Re: [PATCH] kvm: fix set_ept_identity_addr() in pae

2009-08-04 Thread Avi Kivity
On 08/03/2009 07:23 PM, Sheng Yang wrote: The argument to kernel space should be u64 rather than unsigned long. 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 maj

[PATCH] kvm: fix set_ept_identity_addr() in pae

2009-08-03 Thread Sheng Yang
The argument to kernel space should be u64 rather than unsigned long. Signed-off-by: Sheng Yang --- qemu-kvm-x86.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-kvm-x86.c b/qemu-kvm-x86.c index 492dbc5..5fa89e8 100644 --- a/qemu-kvm-x86.c +++ b/qemu-kvm-x86.c @@