Page MenuHomeFreeBSD

bhyve: copy OpRegion into guest memory
ClosedPublic

Authored by corvink on May 10 2023, 12:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 3:55 AM
Unknown Object (File)
Thu, Oct 17, 5:49 PM
Unknown Object (File)
Wed, Oct 16, 8:46 PM
Unknown Object (File)
Mon, Oct 14, 10:51 PM
Unknown Object (File)
Mon, Oct 14, 3:39 PM
Unknown Object (File)
Oct 12 2024, 8:02 AM
Unknown Object (File)
Oct 9 2024, 11:11 PM
Unknown Object (File)
Oct 8 2024, 11:25 PM
Subscribers

Details

Summary

This makes the OpRegion accessible by the guest. However, the guest
doesn't know the address of the OpRegion. This will be fixed by an
upcoming commit.

The range of the OpRegion is added to the e820 table. This allows the
guest firmware to easily pick up this range and to reserve it properly.

Diff Detail

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

Event Timeline

markj added inline comments.
usr.sbin/bhyve/pci_gvt-d.c
205
This revision is now accepted and ready to land.May 11 2023, 2:58 PM
This revision was automatically updated to reflect the committed changes.