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)
Mon, Mar 2, 9:45 AM
Unknown Object (File)
Mon, Mar 2, 1:08 AM
Unknown Object (File)
Feb 8 2026, 7:14 PM
Unknown Object (File)
Dec 1 2025, 11:50 AM
Unknown Object (File)
Nov 28 2025, 1:37 PM
Unknown Object (File)
Nov 24 2025, 2:59 PM
Unknown Object (File)
Nov 23 2025, 10:00 PM
Unknown Object (File)
Nov 17 2025, 4:04 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