acrn-hypervisor/hypervisor/include
Xiangyang Wu 33fdfd05f1 HV:treewide:rename struct vlapic as struct acrn_vlapic
There are many naming violations detected by static analysis
tool. Data structure type name is the same as variable name.
According to naming convention rules, If the data structure
type is used by multi modules and its name meaning is
simplistic (such as vcpu, vm), its name needs prefix "acrn_".

Rename struct vlapic as struct acrn_vlapic
Replace regular expression:s/struct vlapic\([ ),;\t\*]\+\)/struct acrn_vlapic\1

Signed-off-by: Xiangyang Wu <xiangyang.wu@linux.intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-27 11:27:12 +08:00
..
arch/x86 HV:treewide:rename struct vlapic as struct acrn_vlapic 2018-07-27 11:27:12 +08:00
common hv: hypercall: add support to change guest page write permission 2018-07-26 12:46:34 +08:00
debug hv:Change shell_init to void type 2018-07-25 17:06:44 +08:00
lib HV: cleanup sprintf&string.c MISRA-C issues 2018-07-27 10:50:54 +08:00
public HV: io: unify vhm_request req and mem_io in vcpu 2018-07-27 10:50:19 +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