acrn-hypervisor/hypervisor/include/arch/x86/guest
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
..
guest_pm.h HV:fixed "Pointer param should be declared pointer to const" 2018-10-19 22:49:38 +08:00
guest.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
mptable.h HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
ucode.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.h HV:treewide:rename vcpu_arch data structure 2018-11-05 15:35:49 +08:00
vioapic.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vlapic.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vm0_boot.h HV: save the cs limit field for SOS 2018-11-01 13:11:40 +08:00
vm.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vpic.h hv: revise interfaces description in vpic 2018-11-03 08:40:14 -07:00