Page MenuHomeFreeBSD

bhyve/ioapic: only account for asserted line in edge mode
ClosedPublic

Authored by royger on Jan 19 2021, 2:25 PM.
Tags
None
Referenced Files
F131670932: D28237.id82569.diff
Fri, Oct 10, 5:23 AM
F131670411: D28237.id83266.diff
Fri, Oct 10, 5:15 AM
F131625215: D28237.diff
Thu, Oct 9, 8:40 PM
Unknown Object (File)
Mon, Sep 29, 4:18 AM
Unknown Object (File)
Aug 30 2025, 3:09 AM
Unknown Object (File)
Aug 24 2025, 11:52 PM
Unknown Object (File)
Aug 22 2025, 9:33 AM
Unknown Object (File)
Aug 3 2025, 10:18 PM
Subscribers

Details

Summary

After modifying a redirection entry only try to inject an interrupt if
the pin is in level mode, pins in edge mode shouldn't take into
account the line assert status as they are triggered by edge changes,
not the line status itself.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable