Files
acrn-hypervisor/hypervisor/arch/x86/guest
Mingqiang Chi 53b11d1048 refine hypercall
-- use an array to fast locate the hypercall handler
   to replace switch case.
-- uniform hypercall handler as below:
   int32_t (*handler)(sos_vm, target_vm, param1, param2)

Tracked-On: #4958
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
2020-08-26 14:55:24 +08:00
..
2020-01-14 10:21:23 +08:00
2020-06-19 16:13:20 +08:00
2020-07-23 20:15:57 +08:00
2019-07-19 16:47:06 +08:00
2020-08-26 14:55:24 +08:00
2020-08-26 14:55:24 +08:00
2020-06-18 14:05:56 +08:00
2019-05-07 09:10:13 +08:00
2020-02-25 09:08:14 +08:00