acrn-hypervisor/hypervisor/common
Xiangyang Wu ace4f48c9a HV:treewide:rename vcpu_arch data structure
For data structure types "struct vcpu_arch", its name
shall follow Naming convention.

Naming convention rule:If the data structure type is
used by multi modules, its corresponding logic resource
is exposed to external components (such as SOS, UOS),
and its name meaning is simplistic (such as vcpu, vm),
its name needs prefix "acrn_". Variable name can be
shortened from its data structure type name.

The following udpates are made:
struct vcpu_arch arch_vcpu-->struct acrn_vcpu_arch arch

Tracked-On: #861

Signed-off-by: Xiangyang Wu <xiangyang.wu@linux.intel.com>
2018-11-05 15:35:49 +08:00
..
hv_main.c HV:treewide:rename vcpu_arch data structure 2018-11-05 15:35:49 +08:00
hypercall.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
io_request.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
ptdev.c HV: fix bug by improving intr delay timer handling 2018-10-25 13:30:47 +08:00
schedule.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
softirq.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: add compile time assert for static checks 2018-08-14 13:05:06 +08:00
trusty_hypercall.c HV:treewide:rename vcpu_arch data structure 2018-11-05 15:35:49 +08:00
vm_load.c HV:treewide:rename vcpu_arch data structure 2018-11-05 15:35:49 +08:00