mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
Two improvements: Firstly, disable EOI VMEXIT for all vectors by default. Only the level sensitive irq need to set it due to need emulate send EOI to vioapic to clear Remote IRR bit. Secondly, to clear RVI(Requesting virtual interrupt) and SVI(Servicing virtual interrupt) bits. Signed-off-by: Yu Wang <yu1.wang@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>