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)
Tue, Oct 14, 1:22 AM
Unknown Object (File)
Fri, Oct 10, 10:52 PM
Unknown Object (File)
Fri, Oct 10, 10:52 PM
Unknown Object (File)
Fri, Oct 10, 10:52 PM
Unknown Object (File)
Fri, Oct 10, 4:45 PM
Unknown Object (File)
Thu, Oct 9, 8:51 PM
Unknown Object (File)
Sun, Oct 5, 3:11 PM
Unknown Object (File)
Thu, Oct 2, 1:42 PM

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