acrn-hypervisor/hypervisor/debug
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
..
console.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
dump.c HV:treewide:rename vcpu_arch data structure 2018-11-05 15:35:49 +08:00
hypercall.c HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
logmsg.c hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
npk_log.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
printf.c hv:Clear up printf related definition 2018-09-28 13:59:38 +08:00
profiling.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
sbuf.c hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
shell.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
shell_priv.h hv: fix integer violations 2018-11-02 11:05:32 +08:00
uart16550.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
uart16550.h hv: fix integer violations 2018-11-02 11:05:32 +08:00
vuart.c HV: change vuart port (used by SOS) to ttyS2 2018-11-02 13:00:54 +08:00