We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6176f07 commit e5914bfCopy full SHA for e5914bf
vmm_core/virt_whp/src/vtl2.rs
@@ -114,7 +114,7 @@ impl Vtl2InterceptState {
114
InterceptType::RetargetUnknownDeviceId => self
115
.retarget_unknown_device_id
116
.swap(false, Ordering::SeqCst),
117
- InterceptType::Eoi => self.eoi.swap(true, Ordering::SeqCst),
+ InterceptType::Eoi => self.eoi.swap(false, Ordering::SeqCst),
118
}
119
120
0 commit comments