Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159364104
D28236.id82568.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
701 B
Referenced Files
None
Subscribers
None
D28236.id82568.diff
View Options
Index: sys/amd64/vmm/io/vioapic.c
===================================================================
--- sys/amd64/vmm/io/vioapic.c
+++ sys/amd64/vmm/io/vioapic.c
@@ -363,12 +363,10 @@
/*
* Generate an interrupt if the following conditions are met:
- * - pin is not masked
* - previous interrupt has been EOIed
* - pin level is asserted
*/
- if ((vioapic->rtbl[pin].reg & IOART_INTMASK) == IOART_INTMCLR &&
- (vioapic->rtbl[pin].reg & IOART_REM_IRR) == 0 &&
+ if ((vioapic->rtbl[pin].reg & IOART_REM_IRR) == 0 &&
(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
Sun, Jun 14, 7:59 AM (17 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33945755
Default Alt Text
D28236.id82568.diff (701 B)
Attached To
Mode
D28236: bhyve/vioapic: remove an extra pin masked check
Attached
Detach File
Event Timeline
Log In to Comment