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)
Mon, Apr 20, 8:39 PM
Unknown Object (File)
Mon, Apr 20, 3:08 AM
Unknown Object (File)
Sun, Apr 19, 9:32 PM
Unknown Object (File)
Apr 6 2026, 11:59 AM
Unknown Object (File)
Apr 6 2026, 3:21 AM
Unknown Object (File)
Mar 22 2026, 7:37 AM
Unknown Object (File)
Mar 6 2026, 4:15 PM
Unknown Object (File)
Mar 6 2026, 10:07 AM

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