]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
xen: fix initial kenv setup for legacy PVH
authorroyger <royger@FreeBSD.org>
Thu, 13 Sep 2018 07:09:41 +0000 (07:09 +0000)
committerroyger <royger@FreeBSD.org>
Thu, 13 Sep 2018 07:09:41 +0000 (07:09 +0000)
commitd10b76ea10a8b00a813f2a20eea5ef0386b09119
treea66337192a3c8b550b1dfc3e5ced53bc1c2c62f5
parent341a0c315329822f01f284ee4048c953e028d378
xen: fix initial kenv setup for legacy PVH

When adding support for the new PVH mode the kenv handling was
switched to use a boot time allocated scratch space, however the
legacy PVH early boot code was not modified to allocate such space.

Approved by: re (gjb)
Sponsored by: Citrix Systems R&D
sys/x86/xen/pv.c