Files
acrn-hypervisor/hypervisor/arch/x86
Xiangyang Wu 8205c9a482 HV:INSTR_EMUL:Rename struct vie, vie_op, and emul_ctxt
For data struct type struct vie, emul_ctxt, its name
is identical with variable name in the same scope.
This MISRA C violation is detected by static analysis
tool.
According to naming convention rule: If the data structure
type is used by only one module and its name meaning is
simplistic, its name needs prefix shorten module name.
Follow the same rule, data structure name "vie_op" needs
to be renamed;

The following updates are made in this patch:
struct vie-->struct instr_emul_vie
struct vie_op-->struct instr_emul_vie_op
struct emul_ctxt-->struct instr_emul_ctxt

Signed-off-by: Xiangyang Wu <xiangyang.wu@linux.intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-30 10:16:36 +08:00
..
2018-07-16 10:35:54 +08:00
2018-07-25 15:29:34 +08:00
2018-07-30 10:11:54 +08:00
2018-07-25 15:29:34 +08:00
2018-07-25 15:29:34 +08:00
2018-07-26 12:46:34 +08:00
2018-07-26 12:46:34 +08:00
2018-07-30 10:11:54 +08:00
2018-07-25 15:29:34 +08:00
2018-07-24 10:56:24 +08:00