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)
Mar 15 2024, 1:12 AM
Unknown Object (File)
Dec 20 2023, 5:08 AM
Unknown Object (File)
Oct 31 2023, 9:42 PM
Unknown Object (File)
Oct 14 2023, 6:01 AM
Unknown Object (File)
Oct 14 2023, 6:01 AM
Unknown Object (File)
Oct 3 2023, 9:57 PM
Unknown Object (File)
Sep 24 2023, 2:39 AM
Unknown Object (File)
Sep 9 2023, 4:26 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