mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-30 13:05:45 +00:00
Changes: - In current design, the hypercall is only allowed calling from SOS or trusty VM, so separate the trusty hypercalls from dispatch_hypercall(). The vm parameter which referenced by hcall_xxx() should be SOS VM; - do not inject #UD for hypercalls from non-SOS, just return -ENODEV; Tracked-On: #3214 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@Intel.com>