Page MenuHomeFreeBSD

x86/xen: move shared page setup to early init handler
ClosedPublic

Authored by royger on Feb 16 2024, 12:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 2, 7:43 AM
Unknown Object (File)
Sat, Nov 1, 11:35 AM
Unknown Object (File)
Fri, Oct 31, 4:31 PM
Unknown Object (File)
Thu, Oct 30, 7:32 PM
Unknown Object (File)
Sun, Oct 26, 4:45 AM
Unknown Object (File)
Fri, Oct 17, 11:38 PM
Unknown Object (File)
Oct 14 2025, 3:21 AM
Unknown Object (File)
Oct 3 2025, 4:05 PM

Details

Summary

As done with the hypercall page, move the setup fo the shared info page into
the newly introduced helper, which the aim of having a single helper and call
site used by both HVM and PV in order to setup the basic Xen environment.

Sponsored by: Cloud Software Group

Diff Detail

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

Event Timeline

markj added inline comments.
sys/x86/xen/hvm.c
237

Indentation here is wrong.

This revision is now accepted and ready to land.Feb 19 2024, 2:09 PM