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)
Fri, Jan 24, 6:01 PM
Unknown Object (File)
Fri, Jan 24, 9:44 AM
Unknown Object (File)
Thu, Jan 23, 6:38 PM
Unknown Object (File)
Mon, Jan 13, 6:33 AM
Unknown Object (File)
Mon, Jan 13, 6:26 AM
Unknown Object (File)
Mon, Jan 13, 3:53 AM
Unknown Object (File)
Nov 30 2024, 5:08 PM
Unknown Object (File)
Nov 26 2024, 11:21 PM
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