Page MenuHomeFreeBSD

bhyve: allocate guest memory for graphics stolen memory
ClosedPublic

Authored by corvink on May 11 2023, 10:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 9 2024, 5:14 PM
Unknown Object (File)
Jan 27 2024, 10:36 AM
Unknown Object (File)
Jan 27 2024, 10:36 AM
Unknown Object (File)
Jan 27 2024, 10:36 AM
Unknown Object (File)
Jan 26 2024, 7:27 PM
Unknown Object (File)
Dec 23 2023, 1:56 AM
Unknown Object (File)
Dec 11 2023, 1:12 AM
Unknown Object (File)
Nov 26 2023, 12:27 AM
Subscribers

Details

Summary

The graphics stolen memory is only GPU accessible. So, we don't have to
copy any data to it as the guest will be unable to access it anyway. We
just have to allocate and reserve some memory. That's done by adding an
E820 entry for the graphics stolen memory. The guest firmware will pick
up the E820 and reserve this range.

Note that we try to reuse the host address as Intel states that newer
Tiger Lake platforms need this [1].

[1]
https://github.com/projectacrn/acrn-hypervisor/blob/e28d6fbfdfd556ff1bc3ff330e41d4ddbaa0f897/devicemodel/hw/pci/passthrough.c#L626-L629

Diff Detail

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