Displaying 1 result from an estimated 1 matches for "hvm_copy_from_guest_virt".
2008 Mar 10
0
[PATCH] SVM: handle page faults in emaulted instruction fetches
Deal with failures in hvm_copy_from_guest_virt when fetching instructions
in the various SVM emulation paths. Since we know that the instruction
was fetchable by the hardware, we can usually just return from the VMEXIT
and try again; whatever caused us to fail will cause the hardware to
fail next time and we''ll get the correct exit co...