acrn-hypervisor/hypervisor/bsp/uefi
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
..
clearlinux HV: change vuart port (used by SOS) to ttyS2 2018-11-02 13:00:54 +08:00
efi hv: mmu: add static paging table allocation for hypervisor 2018-11-02 13:15:48 +08:00
cmdline.c hv: pgtable: fix 'Use of function like macro' 2018-09-07 11:11:06 +08:00
uefi.c HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00