acrn-hypervisor/hypervisor/arch/x86
huihuang.shi 2f3953a99a fix "warning:ISO C forbids 'return' with expression,in function returning void"
returning void function must return void.

Signed-off-by: huihuang.shi <huihuang.shi@intel.com>
2018-05-25 15:35:50 +08:00
..
debug HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
guest fix "warning:ISO C forbids 'return' with expression,in function returning void" 2018-05-25 15:35:50 +08:00
assign.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
cpu_primary.S HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
cpu_secondary.S HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
cpu_state_tbl.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
cpu.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
cpuid.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
ept.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
gdt.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
idt.S initial import 2018-05-11 14:44:28 +08:00
interrupt.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
intr_lapic.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
intr_main.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
io.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
ioapic.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
irq.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
mmu.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
notify.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
retpoline-thunk.S retpoline: add indirect thunk support 2018-05-15 17:19:36 +08:00
softirq.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
timer.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
trusty.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
vmexit.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
vmx_asm.S Jmp to vm_exit directly to avoid calling vmlaunch again if vm-entry fails in vmresume 2018-05-15 17:19:37 +08:00
vmx.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
vtd.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00