Subject: CVS commit: [netbsd-4] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 05/03/2007 05:11:21
Module Name:	src
Committed By:	snj
Date:		Thu May  3 05:11:21 UTC 2007

Modified Files:
	src/sys/arch/xen/xen [netbsd-4]: privcmd.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #599):
	sys/arch/xen/xen/privcmd.c: revision 1.16
IOCTL_PRIVCMD_MMAPBATCH: mimic linux behavior and return no error
even if a pmap_enter_ma() (the underlying hypercall, really) returns one.
The fact that the mapping failed is notified to the called by oring
0xF0000000 to the mfn.  This makes Xen 3.0.4 HVM work.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.2.1 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.