Page MenuHomeFreeBSD

bhyve: import OpRegion definitions
ClosedPublic

Authored by corvink on May 10 2023, 12:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 2:49 PM
Unknown Object (File)
Sep 24 2024, 11:23 PM
Unknown Object (File)
Sep 24 2024, 10:33 AM
Unknown Object (File)
Sep 23 2024, 9:16 AM
Unknown Object (File)
Sep 17 2024, 4:55 AM
Unknown Object (File)
Sep 9 2024, 2:50 AM
Unknown Object (File)
Sep 8 2024, 7:55 AM
Unknown Object (File)
Sep 8 2024, 12:38 AM
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 51411
Build 48302: arc lint + arc unit

Event Timeline

usr.sbin/bhyve/pci_gvt-d.h
5

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

35

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.