mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 12:49:24 +00:00
hv: Leave interrupts disabled during vmexit - ACRN partition mode
Since vmexit handling in ACRN partition mode is not complex (since no SOS and all devices passthru), interrupts can stay disabled in root mode during vmexit handling. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
This commit is contained in:
committed by
wenlingz
parent
348422dba6
commit
43741ba5e3
@@ -389,11 +389,7 @@ external_interrupt_save_frame:
|
||||
/* Put current stack pointer into 1st param register (rdi) */
|
||||
movq %rsp, %rdi
|
||||
|
||||
#ifdef CONFIG_PARTITION_MODE
|
||||
call partition_mode_dispatch_interrupt
|
||||
#else
|
||||
call dispatch_interrupt
|
||||
#endif
|
||||
|
||||
/*
|
||||
* We disable softirq path from interrupt IRET, since right now all IRQ
|
||||
|
Reference in New Issue
Block a user