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)
Dec 23 2024, 7:12 AM
Unknown Object (File)
Dec 22 2024, 6:07 AM
Unknown Object (File)
Dec 5 2024, 6:35 AM
Unknown Object (File)
Nov 25 2024, 2:10 PM
Unknown Object (File)
Nov 25 2024, 3:52 AM
Unknown Object (File)
Nov 22 2024, 7:41 PM
Unknown Object (File)
Nov 22 2024, 6:07 PM
Unknown Object (File)
Nov 21 2024, 7:43 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