Displaying 1 result from an estimated 1 matches for "pvh_v2".
2013 Oct 28
5
FreeBSD PVH guest support
...arly init functions (like fetching the e820 map or
starting the APs).
The attached patch contains all this changes, and allows a SMP FreeBSD
guest to fully boot (and AFAIK work) under this new PVH mode. The patch
can also be found on my git repo:
git://xenbits.xen.org/people/royger/freebsd.git pvh_v2
The patch touches quite a lot of the early init, so I''ve Cced the
persons that maintain those areas, so they can review it.
In order to test it, and since the PVH changes are not yet merged into
upstream Xen, the use of a patched Xen is necessary. I''ve collected the
patches f...