Page MenuHomeFreeBSD

bhyve: import OpRegion definitions
ClosedPublic

Authored by corvink on May 10 2023, 12:45 PM.
Tags
None
Referenced Files
F156898235: D40037.id121842.diff
Sun, May 17, 4:39 AM
F156843540: D40037.id.diff
Sat, May 16, 8:43 PM
Unknown Object (File)
Thu, May 14, 4:12 AM
Unknown Object (File)
Sat, May 9, 1:19 AM
Unknown Object (File)
Thu, May 7, 2:07 PM
Unknown Object (File)
Wed, May 6, 11:14 PM
Unknown Object (File)
Tue, May 5, 11:40 PM
Unknown Object (File)
Sun, May 3, 10:03 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 51437
Build 48328: arc lint + arc unit

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.