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
F157696361: D38402.id119492.diff
Sun, May 24, 4:42 AM
F157652083: D38402.id.diff
Sat, May 23, 5:59 PM
Unknown Object (File)
Sat, May 23, 12:10 PM
Unknown Object (File)
Sun, May 17, 1:39 AM
Unknown Object (File)
Tue, May 12, 12:18 AM
Unknown Object (File)
Mon, May 11, 11:52 PM
Unknown Object (File)
Mon, May 11, 11:37 PM
Unknown Object (File)
Sat, May 9, 12:27 AM
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