Re: [kvm-devel] [PATCH 1/3] Add vmmcall/vmcall to x86_emulate (v3)

2007-09-18 Thread Avi Kivity
Anthony Liguori wrote: > Add vmmcall/vmcall to x86_emulate. Future patch will implement functionality > for these instructions. > > Applied 1-3, thanks. -- error compiling committee.c: too many arguments to function -

[kvm-devel] [PATCH 1/3] Add vmmcall/vmcall to x86_emulate (v3)

2007-09-17 Thread Anthony Liguori
Add vmmcall/vmcall to x86_emulate. Future patch will implement functionality for these instructions. Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]> diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_emulate.c index 18c2b2c..a16bbd6 100644 --- a/drivers/kvm/x86_emulate.c +++ b/drivers/k