Re: [PATCH 06/30] nVMX: Decoding memory operands of VMX instructions

2011-05-09 Thread Avi Kivity
On 05/08/2011 11:18 AM, Nadav Har'El wrote: This patch includes a utility function for decoding pointer operands of VMX instructions issued by L1 (a guest hypervisor) + /* +* TODO: throw #GP (and return 1) in various cases that the VM* +* instructions require it - e.g., off

[PATCH 06/30] nVMX: Decoding memory operands of VMX instructions

2011-05-08 Thread Nadav Har'El
This patch includes a utility function for decoding pointer operands of VMX instructions issued by L1 (a guest hypervisor) Signed-off-by: Nadav Har'El --- arch/x86/kvm/vmx.c | 53 +++ arch/x86/kvm/x86.c |3 +- arch/x86/kvm/x86.h |4 +++ 3 files c