Page MenuHomeFreeBSD

bhyve: import OpRegion definitions
ClosedPublic

Authored by corvink on May 10 2023, 12:45 PM.
Tags
None
Referenced Files
F119175178: D40037.diff
Fri, Jun 6, 2:08 AM
Unknown Object (File)
Thu, May 15, 6:00 AM
Unknown Object (File)
Mon, May 12, 10:35 PM
Unknown Object (File)
Sat, May 10, 6:08 AM
Unknown Object (File)
Apr 29 2025, 11:23 AM
Unknown Object (File)
Apr 26 2025, 9:44 AM
Unknown Object (File)
Apr 25 2025, 4:51 PM
Unknown Object (File)
Apr 24 2025, 11:29 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.