acrn-hypervisor/hypervisor/include/arch/x86/guest
Mingqiang Chi c43d0e4f01 hv:Changed several APIs to void type
Since these APIs always return 0,
change them to void type,
vcpu_set_cr0()
vmx_write_cr0()
vcpu_set_cr4()
vmx_write_cr4()
kick_notification()
tsc_deadline_handler()
dmar_fault_handler()
ptdev_interrupt_handler()

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2018-08-23 08:54:54 +08:00
..
gpr.h hv: move define of struct cpu_gp_regs to a separate headfile 2018-08-09 16:43:58 +08:00
guest_pm.h hv: treewide: fix 'No definition in system for prototyped procedure' 2018-07-20 10:38:32 +08:00
guest.h hv: vmx: fix 'Array has no bounds specified' 2018-08-21 13:03:28 +08:00
mptable.h HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
ucode.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vcpu.h hv:Changed several APIs to void type 2018-08-23 08:54:54 +08:00
vioapic.h hv: vioapic: fix 'No definition in system for prototyped procedure' 2018-08-21 09:53:55 +08:00
vlapic.h hv: fix 'No definition in system for prototyped procedure' 2018-08-22 13:11:25 +08:00
vm0_boot.h hv: move boot_ctx offset definitions 2018-08-14 13:05:06 +08:00
vm.h HV: check secure/normal world for EPTP in gpa2hpa 2018-08-17 14:31:43 +08:00
vpic.h hv:fix return value violations for vpic/vioapic 2018-08-16 09:01:08 +08:00