acrn-hypervisor/hypervisor/include
Huihuang Shi 5189bcd272 HV:treewide:fix "Attempt to change parameter passed by value"
In the function scope,the parameter should not be
changed as Misra required.
V1->V2 recover some violations because of ldra's false positive.
V2->V3 sync local variable' type to parameter's type with the prefix of const.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-26 09:35:52 +08:00
..
arch/x86 HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
common add hypercall hc_sos_offline_cpu support 2018-07-25 17:18:14 +08:00
debug hv:Change shell_init to void type 2018-07-25 17:06:44 +08:00
lib HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
public add hypercall hc_sos_offline_cpu support 2018-07-25 17:18:14 +08:00
hv_debug.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hv_lib.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hypervisor.h hv: mmu: revisit mmu modify page table attributes 2018-07-19 11:11:32 +08:00