History log of /freebsd-10-stable/sys/i386/xen/locore.s
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 254671 22-Aug-2013 gibbs

Rename definition of HYPERVISOR_VIRT_START to avoid conflict with
upstream Xen definition found in xen/interface/arch-x86/xen-x86_32.h.

Submitted by: Roger Pau Monné
Reviewed by: gibbs
MFC after: 2 weeks


# 201716 07-Jan-2010 alc

Eliminate unused variables (see r137912).


# 197108 11-Sep-2009 kmacy

fix UP compilation


# 196724 31-Aug-2009 adrian

Revert previous commit; that was left-over junk in the tree.


# 196723 31-Aug-2009 adrian

Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c.


# 184039 18-Oct-2008 kmacy

GC unused values


# 182697 02-Sep-2008 kmacy

enable the xen_guest string so that the freebsd xen kernel will
at least pass muster with the loader on 3.0.3

Note that this doesn't actually make it work as Xen 3.0.3
appears to disallow recursive mappings on the page directory


# 181747 15-Aug-2008 kmacy

Compile fixes for xen build.

MFC after: 1 month.


# 181641 12-Aug-2008 kmacy

Import i386 xen sub-arch files.

MFC after: 2 weeks