[PATCH v7 01/19] xen: add PV/PVH kernel entry point
Konstantin Belousov
kostikbel at gmail.com
Fri Dec 20 07:36:55 UTC 2013
Thank you for doing the split.
On Thu, Dec 19, 2013 at 07:54:38PM +0100, Roger Pau Monne wrote:
> Add the PV/PVH entry point and the low level functions for PVH
> initialization.
> ---
> sys/amd64/amd64/locore.S | 53 +++++++++++++++++++++++++++++++
> sys/amd64/amd64/machdep.c | 72 ++++++++++++++++++++++++++++++++++++++++++
> sys/amd64/include/asmacros.h | 26 +++++++++++++++
The changes to the three files above all protected by #ifdef XENHVM.
IMO it is more logical to move the code into xen-specific files.
The support would be localized and somewhat postpone morphing the
sys/amd64 into the maze of #ifdefs, which is the sys/i386 already.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-xen/attachments/20131220/6f123bea/attachment.sig>
More information about the freebsd-xen
mailing list