mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-04 01:49:28 +00:00
- inject exception based on exception_info - inject exception according to priority - for previous not injected vector - idt_vectoring_info, here only take care about types for SW exception & external interrupt, the HW exception & NMI will be taken care by vmexit_handler in the following commit "correct idt_vectoring_info handling" Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Tian, Kevin <kevin.tian@intel.com>