acrn-hypervisor/hypervisor/arch/x86/guest
Xiangyang Wu b76c92bf3e HV:treewide:Update cpu_id type as uint_16
There are extra type conversion in the HV since cpu_id
type is uint32_t and the return value type of get_cpu_id
is uint16_t. BTW, the name of cpu_id is not clear enough
to express its usage.

So the following updates are made in this patch:
Update cpu_id type as unit_16 to reduce type casting;
Update related temporary variables type;
Update related print argument;
Change the input parameter name of interrupt_init as
cpu_id to keep align with function implement;
Rename cpu_id as pcpu_id as needed.

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-04 16:39:26 +08:00
..
guest.c HV:Treewide:Update the type of vcpu id as uint16_t 2018-07-04 14:28:52 +08:00
instr_emul_wrapper.c HV:guest:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
instr_emul_wrapper.h HV:guest:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
instr_emul.c HV:guest:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
instr_emul.h instr_emul: remove unnecessary params in __decode_instruction 2018-06-11 12:14:43 +08:00
pm.c HV:guest:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
ucode.c HV:guest:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
vcpu.c HV:treewide:Update cpu_id type as uint_16 2018-07-04 16:39:26 +08:00
vioapic.c hv: add ioapic reset function 2018-07-02 16:12:54 +08:00
vlapic_priv.h hv:merge struct lapic and lapic_regs to lapic_regs 2018-07-02 10:49:14 +08:00
vlapic.c HV:Treewide:Update the type of vcpu id as uint16_t 2018-07-04 14:28:52 +08:00
vm.c HV:guest:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
vmcall.c HV: Make all trace event prefix consist with TRACE 2018-07-02 10:46:41 +08:00
vmsr.c HV:guest:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
vpic.c HV:treewide:Update return type of function ffs64 and ffz64 2018-07-02 15:11:22 +08:00