On 08/04/2010 07:09 PM, Nadav Har'El wrote:
+ kvm_read_guest_virt(gva,&field_value,
+ vmcs_field_size(field_type, vcpu), vcpu, NULL);
Check for exception.
I am not sure what I should really do here... In emulating VMWRITE, we
try to read from memory the pointer of where to store the result, and
kvm_read_guest_virt fails (return !=0). What shall I do in such a case,
queue a PF_VECTOR?
Yes indeed. Plenty of kvm code does that (or needs to do it).
--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html