acrn-hypervisor/hypervisor/include
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
..
arch/x86 HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
common HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
debug HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
dm hv: resolve the negative impacts to UOS MSI/MSI-X remapping 2018-11-01 21:22:10 +08:00
lib hv: mmu: remove alloc_page() API 2018-11-02 13:15:48 +08:00
public HV: io: add structure and API docs 2018-11-04 20:30:38 -08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h hv: mmu: add pre-assumption for hpa2gpa 2018-10-23 09:12:51 +08:00