acrn-hypervisor/hypervisor/dm
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
..
hw HV: find and hide serial PCI dev from service OS 2018-12-03 13:20:35 +08:00
vpci hv: fix MISRA-C violations "Pointer param should be declared pointer to const." 2018-12-19 13:03:03 +08:00
vioapic.c hv: refine a few functions to only one exit point 2018-12-19 09:17:30 +08:00
vpic.c hv: refine a few functions to only one exit point 2018-12-19 09:17:30 +08:00
vrtc.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00