acrn-hypervisor/hypervisor/include/arch/x86/guest
Chaohong guo 971eb84c20 HV: add const qualifier for functions' argments in vlapic.c
If a argment is not changed in function, MISRA recommends to add const
qualifier for that argement.

Tracked-On: #861
Signed-off-by: Chaohong guo <chaohong.guo@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-02 16:22:11 +08:00
..
guest.h hv:fix MISRA-C violations in create_vm 2018-12-20 18:47:57 +08:00
guest_pm.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
mptable.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
ucode.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.h scheduler: make scheduling based on struct sched_object 2018-12-21 10:34:15 +08:00
vcpuid.h modulization: move virtual cpuid stuff into guest dir 2018-12-13 09:08:02 +08:00
vioapic.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vlapic.h HV: add const qualifier for functions' argments in vlapic.c 2019-01-02 16:22:11 +08:00
vm.h hv: coding style: refine the remaining functions to one exit point 2018-12-21 19:39:56 +08:00
vm0_boot.h hv: coding style: use the defined data type __packed 2019-01-02 09:35:00 +08:00
vmtrr.h modularization: clean up namings in vMTRR module 2018-12-14 09:43:06 +08:00
vpic.h doc: always use 'None' for functions not returning a value 2018-11-30 14:55:17 +08:00