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, Jan 24, 5:26 PM
Unknown Object (File)
Dec 19 2024, 8:12 PM
Unknown Object (File)
Dec 11 2024, 8:45 AM
Unknown Object (File)
Dec 2 2024, 7:13 PM
Unknown Object (File)
Nov 23 2024, 2:37 AM
Unknown Object (File)
Nov 22 2024, 10:42 AM
Unknown Object (File)
Nov 17 2024, 10:07 PM
Unknown Object (File)
Nov 17 2024, 10:01 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 Not Applicable
Unit
Tests Not Applicable