acrn-hypervisor/hypervisor/bsp
Xiangyang Wu 99586e32cc HV:treewide:rename vm data structure
For data structure types "struct vm", 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 vm *vm-->struct acrn_vm *vm

Tracked-On: #861

Signed-off-by: Xiangyang Wu <xiangyang.wu@linux.intel.com>
2018-11-05 15:35:49 +08:00
..
include HV: move default ACPI info to default_acpi_info.h 2018-10-19 22:38:25 +08:00
ld hv: mmu: add static paging table allocation for hypervisor 2018-11-02 13:15:48 +08:00
sbl HV: move DRHD data to platform acpi info 2018-10-18 09:26:59 +08:00
uefi HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00