acrn-hypervisor/hypervisor/arch/x86/guest
Shiqing Gao 96dba0d8fe hv: fix MISRA-C issues related to space or newline
This patch fixes the following issues:
- No newline after semi colon.
- No space after semi colon in for expression.
- No space between if, while, for and expresn.

v1 -> v2:
 * Fix the typo for the for loop change.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-09-03 09:35:15 +08:00
..
guest.c hv: fix MISRA-C issues related to space or newline 2018-09-03 09:35:15 +08:00
instr_emul.c hv: add gva check for the case gva is from instruction decode 2018-08-23 11:13:48 +08:00
instr_emul.h HV: instr_emul: Remove dead code 2018-08-07 12:09:22 +08:00
mptable.c hv: Device MSIs in partition mode ACRN 2018-09-03 09:32:15 +08:00
pm.c hv: fix MISRA-C issues related to for loop 2018-08-31 09:20:48 +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: code clean up regarding to guest_msrs 2018-08-28 11:08:48 +08:00
vlapic_priv.h HV: remove callbacks registration for APICv functions 2018-08-23 11:11:21 +08:00
vlapic.c hv: Device MSIs in partition mode ACRN 2018-09-03 09:32:15 +08:00
vm.c hv:Replace vioapic pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
vmcall.c hv: add a hypercall for the hypervisor NPK log 2018-08-23 11:09:25 +08:00
vmsr.c hv: code clean up regarding to guest_msrs 2018-08-28 11:08:48 +08:00