mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-15 18:29:02 +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> |
||
---|---|---|
.. | ||
hv_main.c | ||
hypercall.c | ||
ptdev.c | ||
schedule.c | ||
softirq.c | ||
stack_protector.c | ||
trusty_hypercall.c | ||
vm_load.c |