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)
Fri, Dec 13, 11:15 PM
Unknown Object (File)
Nov 21 2024, 6:48 AM
Unknown Object (File)
Sep 18 2024, 11:04 PM
Unknown Object (File)
Sep 17 2024, 7:35 PM
Unknown Object (File)
Sep 17 2024, 10:54 AM
Unknown Object (File)
Sep 4 2024, 11:33 PM
Unknown Object (File)
Sep 4 2024, 12:17 PM
Unknown Object (File)
Jul 3 2024, 11:23 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