acrn-hypervisor/hypervisor/arch/x86/guest
Zide Chen d133f95d97 hv: fix MISRA-C violations "Pointer param should be declared pointer to const."
MIRSA-C requires the const qualifier should be applied to pointer parameters
that address data not subject to change in rule 120D.

Tracked-On #861
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-12-19 13:03:03 +08:00
..
guest.c hv: enable SMAP in hypervisor 2018-12-14 15:24:26 +08:00
instr_emul.c hv: enable SMAP in hypervisor 2018-12-14 15:24:26 +08:00
instr_emul.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
pm.c HV: modularization to refine pm related code. 2018-12-19 13:02:09 +08:00
ucode.c hv: refine coding style for ucode.c 2018-12-19 09:44:42 +08:00
vcpu.c Make ibrs_type as internal variable 2018-12-19 09:07:14 +08:00
vcpuid.c modulization: move virtual cpuid stuff into guest dir 2018-12-13 09:08:02 +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: use int32_t replace int 2018-12-12 13:08:10 +08:00
vm.c hv:refine prepare_vm0 api 2018-12-19 09:16:37 +08:00
vmcall.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vmsr.c hv: fix MISRA-C violations "Pointer param should be declared pointer to const." 2018-12-19 13:03:03 +08:00
vmtrr.c hv: refine a few functions to only one exit point 2018-12-19 09:17:30 +08:00