Page MenuHomeFreeBSD

bhyve: add helper to read pci ids from bhyve config
ClosedPublic

Authored by corvink on Feb 6 2023, 2:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 25, 4:29 PM
Unknown Object (File)
Sat, Apr 19, 4:18 AM
Unknown Object (File)
Tue, Apr 15, 5:38 PM
Unknown Object (File)
Mar 28 2025, 1:22 PM
Unknown Object (File)
Mar 28 2025, 1:22 PM
Unknown Object (File)
Mar 28 2025, 1:22 PM
Unknown Object (File)
Mar 28 2025, 1:22 PM
Unknown Object (File)
Mar 28 2025, 1:22 PM
Subscribers

Details

Summary

Changing the pci ids is valuable in some situations. The Intel GOP
driver requires that some pci ids of the lpc bridge are aligned with the
physical values of the host lpc bridge. Another use case are oracles
virtio driver. They require different subvendor id than the default one.
For that reason, create a helper which makes it easy to read pci ids
from bhyve config. Additionally, this helper ensures that all emulation
devices are using the same config keys.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable