acrn-hypervisor/hypervisor/arch/x86/guest
Shiqing Gao 98aa74bd6b hv: treewide: fix 'No default case in switch statement'
MISRAC requires that a switch statement shall contain a default clause.

This patch add the default clause and some comments for the ones
violated the rule.

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-08-10 16:49:31 +08:00
..
guest.c hv: treewide: fix 'inline function should be declared static' 2018-08-10 10:16:04 +08:00
instr_emul.c hv: treewide: fix 'No default case in switch statement' 2018-08-10 16:49:31 +08:00
instr_emul.h HV: instr_emul: Remove dead code 2018-08-07 12:09:22 +08:00
mptable.c HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
pm.c hv:cleanup vmid related code 2018-08-06 12:27:53 +08:00
ucode.c hv: get correct fault address for copy_to/from_gva 2018-08-09 14:46:13 +08:00
vcpu.c hv: init: rm the code of creating guest init page table 2018-08-09 16:43:58 +08:00
vioapic.c hv: pirq: do not indicate priority when allocate vector 2018-08-10 10:20:31 +08:00
vlapic_priv.h HV:VLAPIC:add suffix "_fn" for function pointer 2018-07-31 10:33:22 +08:00
vlapic.c hv: treewide: fix 'No default case in switch statement' 2018-08-10 16:49:31 +08:00
vm.c HV: Add vm_id entry to VM description in partitioning mode 2018-08-10 10:26:38 +08:00
vmcall.c HV: trusty: new hypercall to save/restore context of secure world 2018-08-09 15:09:15 +08:00
vmsr.c vcpu: add get/set register APIs 2018-08-07 09:55:13 +08:00
vpic.c hv: treewide: fix 'No default case in switch statement' 2018-08-10 16:49:31 +08:00