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)
Fri, May 15, 3:29 PM
Unknown Object (File)
Wed, May 13, 6:07 PM
Unknown Object (File)
Wed, May 13, 5:42 PM
Unknown Object (File)
Wed, May 13, 3:11 PM
Unknown Object (File)
Wed, May 13, 1:47 PM
Unknown Object (File)
Tue, May 12, 10:32 AM
Unknown Object (File)
Tue, May 12, 1:22 AM
Unknown Object (File)
Sun, May 10, 12: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