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
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
Unknown Object (File)
Jul 28 2025, 5:34 AM
Unknown Object (File)
Jul 27 2025, 11:17 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