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, Jun 24, 2:48 PM
Unknown Object (File)
Sun, Jun 23, 1:43 AM
Unknown Object (File)
Sat, Jun 22, 3:11 AM
Unknown Object (File)
Sat, Jun 15, 10:10 PM
Unknown Object (File)
Sat, Jun 15, 7:40 PM
Unknown Object (File)
May 18 2024, 3:37 AM
Unknown Object (File)
Apr 22 2024, 5:58 PM
Unknown Object (File)
Feb 26 2024, 10:28 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 Skipped
Unit
Tests Skipped

Event Timeline

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

Indentation here is wrong.

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