mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
parent
00eadf9791
commit
5a21431c31
@ -385,6 +385,9 @@ template <typename T> bool Sup::Vcpu_impl<T>::_check_and_request_irq_window()
|
||||
{
|
||||
PVMCPU pVCpu = &_vmcpu;
|
||||
|
||||
if (VMCPU_FF_TEST_AND_CLEAR(pVCpu, VMCPU_FF_UPDATE_APIC))
|
||||
APICUpdatePendingInterrupts(pVCpu);
|
||||
|
||||
if (VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS))
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user