Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 02/12/2005 22:30:24
Module Name:	src
Committed By:	bouyer
Date:		Sat Feb 12 22:30:24 UTC 2005

Modified Files:
	src/sys/arch/xen/i386 [bouyer-xen2]: pmap.c xen_machdep.c
	src/sys/arch/xen/include [bouyer-xen2]: pmap.h xenpmap.h
	src/sys/arch/xen/xen [bouyer-xen2]: privcmd.c

Log Message:
Implement pmap_remap_pages(), which remplace one or more pages in a
mapping with different pages, possibly from a foreing domain.
Use this to implement IOCTL_PRIVCMD_MMAP.


To generate a diff of this commit:
cvs rdiff -r1.6.6.5 -r1.6.6.6 src/sys/arch/xen/i386/pmap.c
cvs rdiff -r1.5.6.3 -r1.5.6.4 src/sys/arch/xen/i386/xen_machdep.c
cvs rdiff -r1.3.6.3 -r1.3.6.4 src/sys/arch/xen/include/pmap.h
cvs rdiff -r1.3.6.1 -r1.3.6.2 src/sys/arch/xen/include/xenpmap.h
cvs rdiff -r1.1.8.1 -r1.1.8.2 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.