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)
Sun, Sep 1, 11:13 AM
Unknown Object (File)
Aug 23 2024, 2:52 AM
Unknown Object (File)
Aug 18 2024, 9:45 PM
Unknown Object (File)
Aug 16 2024, 2:09 AM
Unknown Object (File)
Jul 28 2024, 9:15 PM
Unknown Object (File)
Jul 16 2024, 10:20 AM
Unknown Object (File)
Jul 10 2024, 3:51 PM
Unknown Object (File)
Jun 30 2024, 1:39 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