Files
acrn-hypervisor/hypervisor/arch/x86
Mingqiang Chi cc2c0c3a9a hv:Move several inline APIs from vm.h to *.c
-- move vm_pic() from vm.h to vpic.c since it is
   only used in vpic.c
-- move vm_ioapic() from vm.h to vioapic.c
   change vioapic_reset(struct acrn_vioapic *vioapic) -->
          vioapic_reset(struct acrn_vm *vm)
   then vm_vioapic() is only used in vioapic.c
-- move vm_vuart() from vm.h to vuart.c,
   now this api is used in vuart.c and shell.c

Tracked-On: #1842
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>
2019-01-29 11:29:59 +08:00
..
2018-12-19 09:07:14 +08:00
2019-01-25 21:30:49 +08:00
2019-01-21 18:03:31 +08:00
2018-11-13 16:28:58 +08:00
2019-01-21 18:03:31 +08:00
2019-01-26 23:25:34 +08:00
2019-01-11 09:44:10 +08:00
2019-01-21 18:03:31 +08:00
2019-01-21 18:03:31 +08:00
2018-12-25 13:25:14 +08:00
2018-12-12 13:08:10 +08:00
2019-01-11 16:52:28 +08:00
2019-01-21 18:03:31 +08:00