Page MenuHomeFreeBSD

bhyve: Remove vmctx argument from PCI device model methods.
ClosedPublic

Authored by jhb on Jan 17 2023, 1:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 6 2025, 7:54 AM
Unknown Object (File)
Mar 6 2025, 7:54 AM
Unknown Object (File)
Mar 6 2025, 6:19 AM
Unknown Object (File)
Mar 5 2025, 11:40 PM
Unknown Object (File)
Feb 16 2025, 4:35 AM
Unknown Object (File)
Feb 15 2025, 8:09 AM
Unknown Object (File)
Jan 28 2025, 8:26 PM
Unknown Object (File)
Jan 11 2025, 3:01 AM

Details

Summary

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Diff Detail

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