Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131670932
D28237.id82569.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
650 B
Referenced Files
None
Subscribers
None
D28237.id82569.diff
View Options
Index: sys/amd64/vmm/io/vioapic.c
===================================================================
--- sys/amd64/vmm/io/vioapic.c
+++ sys/amd64/vmm/io/vioapic.c
@@ -364,9 +364,11 @@
/*
* Generate an interrupt if the following conditions are met:
* - previous interrupt has been EOIed
+ * - pin trigger mode is level
* - pin level is asserted
*/
if ((vioapic->rtbl[pin].reg & IOART_REM_IRR) == 0 &&
+ (vioapic->rtbl[pin].reg & IOART_TRGRMOD) == IOART_TRGRLVL &&
(vioapic->rtbl[pin].acnt > 0)) {
VIOAPIC_CTR2(vioapic, "ioapic pin%d: asserted at rtbl "
"write, acnt %d", pin, vioapic->rtbl[pin].acnt);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 5:23 AM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23564367
Default Alt Text
D28237.id82569.diff (650 B)
Attached To
Mode
D28237: bhyve/ioapic: only account for asserted line in edge mode
Attached
Detach File
Event Timeline
Log In to Comment