acrn-hypervisor/hypervisor/arch/x86/guest
Xiangyang Wu 3446e84ea5 HV:treewide:rename struct timer as struct hv_timer
The variable timer's name is identical with struct
timer s name. This MISRA C violation is detected
by static analysis tool.
According to naming convention rule: If the data
structure type is used by multi modules, its
corresponding logic resource is only used by
hypervisor/host and isn't exposed to external
components (such as SOS, UOS), its name meaning
is simplistic (such as timer), its name needs prefix
"hv_".

Rename struct timer as struct hv_timer.
Replace regular expression:s/struct timer\([ ),;\t\*]\+\)
/struct hv_timer\1

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
..
guest.c HV: Rename functions beginning with "_" 2018-07-30 10:11:54 +08:00
instr_emul_wrapper.c HV: io: unify vhm_request req and mem_io in vcpu 2018-07-27 10:50:19 +08:00
instr_emul_wrapper.h hv: cpu: align general-purpose register layout with vmx 2018-07-25 13:05:38 +08:00
instr_emul.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
instr_emul.h HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
pm.c HV: Fix new MISRAC violations for brackets 2018-07-16 11:02:38 +08:00
ucode.c HV: Bracket for the same level of precendence 2018-07-24 10:10:39 +08:00
vcpu.c HV: Rename functions beginning with "_" 2018-07-30 10:11:54 +08:00
vioapic.c HV:treewide:fix "Reference parameter to procedure is reassigned" 2018-07-27 12:17:12 +08:00
vlapic_priv.h HV:treewide:rename struct timer as struct hv_timer 2018-07-30 10:16:36 +08:00
vlapic.c HV:treewide:rename struct timer as struct hv_timer 2018-07-30 10:16:36 +08:00
vm.c HV: Rename functions beginning with "_" 2018-07-30 10:11:54 +08:00
vmcall.c hv: hypercall: add support to change guest page write permission 2018-07-26 12:46:34 +08:00
vmsr.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
vpic.c HV:treewide:rename struct vpic as struct acrn_vpic 2018-07-27 11:27:12 +08:00