Page MenuHomeFreeBSD

bhyve: Stop calling pci_lintr_request() in the NVMe device model
ClosedPublic

Authored by markj on Jun 23 2023, 10:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 17, 6:56 AM
Unknown Object (File)
Thu, Apr 17, 4:54 AM
Unknown Object (File)
Fri, Apr 11, 3:00 PM
Unknown Object (File)
Sat, Apr 5, 12:21 PM
Unknown Object (File)
Fri, Mar 28, 5:24 PM
Unknown Object (File)
Sun, Mar 23, 3:15 PM
Unknown Object (File)
Feb 11 2025, 12:17 AM
Unknown Object (File)
Feb 10 2025, 10:31 AM

Details

Summary

The device model effectively assumes that MSI-X is enabled (it never
asserts the legacy interrupt), so any guest which relies on being able
to use the legacy PCI interrupt will fail.

The WIP arm64 port does not implement legacy PCI interrupts, but NVMe
emulation is potentially useful there. Simply remove the call.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 52265
Build 49156: arc lint + arc unit