acrn-hypervisor/hypervisor/include/common
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
..
hypercall.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
irq.h doc: hv: add comments to irq APIs for documentation 2018-11-02 15:34:36 -07:00
ptdev.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
schedule.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00