acrn-hypervisor/hypervisor/release
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
..
Makefile HV: makefile: to avoid duplicated build libs 2020-05-21 15:12:21 +08:00
console.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
dump.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
hypercall.c refine hypercall 2020-08-26 14:55:24 +08:00
logmsg.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
npk_log.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
profiling.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
sbuf.c hv: bugfix for sbuf reset 2019-06-27 15:40:19 +08:00
trace.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
uart16550.c hv: pci: rename CFG read/write function for PCI-compatible Configuration Mechanism 2020-03-12 09:17:02 +08:00