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
Unknown Object (File)
Fri, Apr 24, 5:41 AM
Unknown Object (File)
Wed, Apr 22, 8:22 AM
Unknown Object (File)
Tue, Apr 21, 3:39 PM
Unknown Object (File)
Tue, Apr 21, 6:49 AM
Unknown Object (File)
Mon, Apr 20, 11:06 AM
Unknown Object (File)
Wed, Apr 15, 1:23 PM
Unknown Object (File)
Sat, Apr 11, 2:26 AM
Unknown Object (File)
Thu, Apr 9, 10:15 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