acrn-hypervisor/hypervisor/include
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
..
arch/x86 hv:Move several inline APIs from vm.h to *.c 2019-01-29 11:29:59 +08:00
common hv: Add bit representation for MSI addr and data 2019-01-26 23:25:34 +08:00
debug hv:Move several inline APIs from vm.h to *.c 2019-01-29 11:29:59 +08:00
dm HV: remove unused mptable info 2019-01-18 11:50:00 +08:00
lib hv: remove the usage of 'atoi()' 2018-12-26 13:50:26 +08:00
public HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00