acrn-hypervisor/hypervisor/arch/x86/guest
Li, Fei1 e1d0f7e432 hv: instr_emul: fix decode_modrm no default case in switch statement
MISRA-C required every switch statement shall have a default label.

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-28 13:25:56 +08:00
..
guest.c hv: fix 'Expression is not Boolean' 2018-11-08 13:04:11 +08:00
instr_emul.c hv: instr_emul: fix decode_modrm no default case in switch statement 2018-11-28 13:25:56 +08:00
instr_emul.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
pm.c hv:Replace dynamic memory with static for port io 2018-11-09 13:05:04 +08:00
ucode.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.c hv: switch IA32_TSC_AUX between host/guest through VM Controls 2018-11-27 09:26:29 +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: vlapic: fix "Procedure has more than one exit point" 2018-11-27 14:43:16 +08:00
vm.c hv: Add IO request completion polling feature 2018-11-21 14:35:12 +08:00
vmcall.c hv: hypercall: clean up HV_DEBUG usage 2018-11-20 10:01:50 +08:00
vmsr.c hv: switch IA32_TSC_AUX between host/guest through VM Controls 2018-11-27 09:26:29 +08:00