acrn-hypervisor/hypervisor/arch/x86/guest
Huihuang Shi 625e51d18a fix "goto detected:exception_inject"
V1->V2:
    rename is_exception_inject to has_exception.
V2->V3:
    remove the else statement and add new if statement to check
has_exception.

Misra C requires not allowed to use goto.

Tracked-On: #861
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-09 23:06:25 +08:00
..
guest.c HV: remove multi-returns in few routine in guest.c 2019-01-03 15:58:10 +08:00
instr_emul.c fix "goto detected:exception_inject" 2019-01-09 23:06:25 +08:00
instr_emul.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
pm.c hv: rename register_io_emulation_handler 2019-01-08 11:28:13 +08:00
ucode.c hv: refine coding style for ucode.c 2018-12-19 09:44:42 +08:00
vcpu.c HV: modularization to refine boot/bsp related code. 2019-01-08 08:46:15 +08:00
vcpuid.c hv: disable more features from guest CPUID 2019-01-09 23:04:41 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c HV: remove multi returns in vlapic_set_apicbase 2019-01-03 15:58:10 +08:00
vm.c HV: modularization to refine boot/bsp related code. 2019-01-08 08:46:15 +08:00
vmcall.c hv: vmcall: fix "goto detected" violations 2018-12-24 09:57:43 +08:00
vmsr.c hv: disable more features from guest CPUID 2019-01-09 23:04:41 +08:00
vmtrr.c hv: refine a few functions to only one exit point 2018-12-19 09:17:30 +08:00