acrn-hypervisor/hypervisor/arch/x86/guest
Yan, Like 17f4cd18a3 hv: fix dest of IPI for CPU with lapic_pt
With lapic_pt based on vlapic, guest always see vitual apic_id.
We need to convert the virtual apic_id from guest to physical apic_id
before writing ICR.

SMP for VM with lapic_pt is supported with this fix.

Tracked-On: #2351
Signed-off-by: Yan, Like <like.yan@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-31 18:18:44 +08:00
..
assign.c hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
ept.c hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
guest.c hv:no need to use lock for the bit operations of local variable 2019-01-31 08:25:33 +08:00
instr_emul.c HV: modularization cleanup instr_emul header file 2019-01-22 10:50:30 +08:00
io_emul.c hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
pm.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
trusty.c hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
ucode.c hv: refine coding style for ucode.c 2018-12-19 09:44:42 +08:00
vcpu.c schedule: add magic number at the bottom of schedule stack 2019-01-31 11:28:29 +08:00
vcpuid.c hv: extend lapic pass-through for DM launched VM 2019-01-28 19:47:33 +08:00
virq.c hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
virtual_cr.c hv: replace improper use of panic with ASSERT 2019-01-31 11:09:39 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c hv: fix dest of IPI for CPU with lapic_pt 2019-01-31 18:18:44 +08:00
vm.c HV: modularization improve UEFI macro control code 2019-01-30 16:11:39 +08:00
vmcall.c hv: vmexit: add handler for vmexit not supported for guest 2019-01-29 13:13:38 +08:00
vmcs.c hv: fix dest of IPI for CPU with lapic_pt 2019-01-31 18:18:44 +08:00
vmexit.c hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
vmsr.c hv: extend lapic pass-through for DM launched VM 2019-01-28 19:47:33 +08:00
vmtrr.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
vmx_asm.S hv:move some files to guest folder 2019-01-30 20:43:04 +08:00