Files
acrn-hypervisor/hypervisor/arch/x86
Jason Chen CJ 9a604ed00e correct idt_vectoring_info handling
filter out HW exception and NMI from idt_vectoring_info first:
- queue HW exception through vcpu_queue_exception
- make NMI request through vcpu_make_request
this is a complement patch for previous commit "exception: refine exception
injection path", here take care un-injected vectors for types HW exception &
NMI, the previous commit take care SW exception & external interrupt.

Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Tian, Kevin <kevin.tian@intel.com>
2018-05-30 13:51:49 +08:00
..
2018-05-25 10:45:56 +08:00
2018-05-11 14:44:28 +08:00
2018-05-25 10:45:56 +08:00
2018-05-25 10:45:56 +08:00
2018-05-30 13:51:49 +08:00
2018-05-25 10:45:56 +08:00
2018-05-29 14:13:44 +08:00