Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/xen/include
Module Name: src
Committed By: jym
Date: Fri Oct 24 22:06:06 UTC 2008
Modified Files:
src/sys/arch/xen/include: xenpmap.h
src/sys/arch/xen/include/amd64: hypercalls.h
src/sys/arch/xen/include/i386: hypercalls.h
Log Message:
- add mfn_to_pfn() and pfn_to_mfn() macros, for rapid conversion between
pseudo-physical and machine frame numbers.
- add HYPERVISOR_crash() for i386 and amd64. Intended to be used by a domain
to notify Xen that it crashed on purpose, and request a dump (if applicable).
No functional changes intended.
Reviewed by Christoph (cegger@).
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/xen/include/xenpmap.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/xen/include/amd64/hypercalls.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/xen/include/i386/hypercalls.h
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