acrn-hypervisor/hypervisor/arch/x86/guest
Yu Wang f96f048f71 hv: vioapic: change the variable type of pin to uint32_t
To make vioapic simpler, avoid lots of code to convert variable type
between uint8_t and uint32_t.

This patch changes all variable type of pin related variables to
uint32_t instead of original uint_8.

Signed-off-by: Yu Wang <yu1.wang@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-08-06 12:32:35 +08:00
..
guest.c hv:cleanup vmid related code 2018-08-06 12:27:53 +08:00
instr_emul_wrapper.c HV: Rename functions, variables starting with "_" 2018-08-03 12:49:01 +08:00
instr_emul_wrapper.h HV: instr_emul: Move op_byte from vie_op to instr_emul_vie 2018-08-03 13:05:12 +08:00
instr_emul.c HV: instr_emul: Move op_byte from vie_op to instr_emul_vie 2018-08-03 13:05:12 +08:00
instr_emul.h HV: instr_emul: Using size2mask array directly 2018-08-03 13:05:12 +08:00
mptable.c HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
pm.c hv:cleanup vmid related code 2018-08-06 12:27:53 +08:00
ucode.c HV: Bracket for the same level of precendence 2018-07-24 10:10:39 +08:00
vcpu.c hv:cleanup vmid related code 2018-08-06 12:27:53 +08:00
vioapic.c hv: vioapic: change the variable type of pin to uint32_t 2018-08-06 12:32:35 +08:00
vlapic_priv.h HV:VLAPIC:add suffix "_fn" for function pointer 2018-07-31 10:33:22 +08:00
vlapic.c hv:cleanup vmid related code 2018-08-06 12:27:53 +08:00
vm.c hv:cleanup vmid related code 2018-08-06 12:27:53 +08:00
vmcall.c hv:cleanup vmid related code 2018-08-06 12:27:53 +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:cleanup vmid related code 2018-08-06 12:27:53 +08:00