mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
hv: x2apic support for acrn
All the platforms supported by ACRN supports x2APIC. So enabled x2APIC for ACRN hv. Removed any code that is needed for xAPIC mode of operation. Tracked-On: #1455 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com> Reviewed by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
committed by
wenlingz
parent
19abb419c6
commit
09193c3913
@@ -709,7 +709,7 @@ static void dmar_fault_msi_write(struct dmar_drhd_rt *dmar_uint,
|
||||
{
|
||||
uint32_t data;
|
||||
uint32_t addr_low;
|
||||
uint8_t lapic_id = get_cur_lapic_id();
|
||||
uint32_t lapic_id = get_cur_lapic_id();
|
||||
|
||||
data = DMAR_MSI_DELIVERY_LOWPRI | vector;
|
||||
/* redirection hint: 0
|
||||
|
Reference in New Issue
Block a user