mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-09 20:35:44 +00:00
use copy_from_gva in vie_init, if copy_from_gva meet -EFAULT, inject #PF. And for decode_instruction, if return -EFAULT, the caller should keep return path with successful status. v2: - remove vm_restart_instruction when inject #PF Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>