Sorry, made mistake here (the `len` argument is not applied). Will send the fixed version as v2 patchset. > int get_vmx_mem_address(struct kvm_vcpu *vcpu, unsigned long exit_qualification, > - u32 vmx_instruction_info, bool wr, gva_t *ret) > + u32 vmx_instruction_info, bool wr, int len, gva_t *ret) > { > gva_t off; > bool exn; -- Eugene