Page MenuHomeFreeBSD

bhyve: import OpRegion definitions
ClosedPublic

Authored by corvink on May 10 2023, 12:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 30, 5:29 PM
Unknown Object (File)
Sat, Nov 30, 5:07 PM
Unknown Object (File)
Thu, Nov 21, 5:29 AM
Unknown Object (File)
Fri, Nov 15, 7:54 AM
Unknown Object (File)
Wed, Nov 13, 1:36 AM
Unknown Object (File)
Tue, Nov 12, 10:53 AM
Unknown Object (File)
Tue, Nov 12, 10:50 AM
Unknown Object (File)
Nov 6 2024, 2:49 PM
Subscribers

Details

Summary

Those definitions are required for the GVT-d emulation to parse the
OpRegion.

Diff Detail

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

Event Timeline

usr.sbin/bhyve/pci_gvt-d.h
5 ↗(On Diff #121793)

This file comes directly from edk2, but is missing the corresponding copyright header.

35 ↗(On Diff #121793)

Please use __packed, to be consistent with the rest of bhyve.

  • use copyright header from edk2
  • make use of __packed instead of pragma pack
This revision is now accepted and ready to land.May 11 2023, 2:37 PM
This revision was automatically updated to reflect the committed changes.