acrn-hypervisor/hypervisor/include/arch/x86/guest
Xiangyang Wu fa26a16645 HV:treewide:rename vcpu data structure
For data structure types "struct vcpu", its name is identical
with variable name in the same scope. This is a MISRA C  violation.

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_".

The following udpates are made:
struct vcpu *vcpu-->struct acrn_vcpu *vcpu

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 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