Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   bouyer
Date:           Sun Sep 24 18:14:44 UTC 2006

Modified Files:
        src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU
        src/sys/arch/xen/conf: files.xen
        src/sys/arch/xen/i386: locore.S
        src/sys/arch/xen/include: hypervisor.h
        src/sys/arch/xen/xen: privcmd.c

Log Message:
The Xen folks says everyone should use hypercall call page now, make it so.
Old hypercall call method still still available with
options XEN_NO_HYPERCALLPAGE
but this is disabled by default (xen-3.0.2-2 supports hypercall call page
just fine).
While there add a VIRT_BASE= string in __xen_guest section; from
Bastian Blank on port-xen@.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/conf/XEN3_DOMU
cvs rdiff -r1.46 -r1.47 src/sys/arch/xen/conf/files.xen
cvs rdiff -r1.17 -r1.18 src/sys/arch/xen/i386/locore.S
cvs rdiff -r1.21 -r1.22 src/sys/arch/xen/include/hypervisor.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/xen/xen/privcmd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index