Page MenuHomeFreeBSD

bhyve: add GVT-d support for graphics gen 11 and newer
ClosedPublic

Authored by corvink on May 24 2024, 11:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 2, 9:43 AM
Unknown Object (File)
Fri, Aug 15, 12:32 AM
Unknown Object (File)
Tue, Aug 5, 2:46 PM
Unknown Object (File)
Aug 4 2025, 11:44 PM
Unknown Object (File)
Aug 2 2025, 12:00 PM
Unknown Object (File)
Jul 25 2025, 11:45 AM
Unknown Object (File)
Jul 25 2025, 7:58 AM
Unknown Object (File)
Jul 24 2025, 7:30 AM
Subscribers

Details

Summary

The BDSM (Base Data Stolen Memory) register changed. Older generations are
using a 32 bit register. On newer generations a different register address is
used and the size was changed to 64 bit to permit allocating graphics stolen
memory above 4 GB. Bhyve has to detect that and properly emulate the correct
register.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64799
Build 61683: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.May 27 2024, 3:51 PM
This revision now requires review to proceed.Jun 12 2025, 1:46 PM
markj added inline comments.
usr.sbin/bhyve/amd64/pci_gvt-d.c
80
95
This revision is now accepted and ready to land.Jun 17 2025, 12:09 PM

Fine with me once @markj's style nit is fixed.