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)
Wed, Dec 10, 11:22 PM
Unknown Object (File)
Fri, Dec 5, 4:29 AM
Unknown Object (File)
Thu, Dec 4, 6:39 PM
Unknown Object (File)
Wed, Dec 3, 2:09 PM
Unknown Object (File)
Fri, Nov 28, 1:39 AM
Unknown Object (File)
Tue, Nov 25, 10:29 PM
Unknown Object (File)
Nov 12 2025, 11:58 PM
Unknown Object (File)
Nov 8 2025, 1:12 PM

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