Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/xen/xen
Module Name: src
Committed By: cegger
Date: Mon Aug 18 23:09:37 UTC 2008
Modified Files:
src/sys/arch/xen/xen: privcmd.c
Log Message:
IOCTL_PRIVCMD_MMAPBATCH used guest physical address 0x0 to mark a page as
invalid.
Since we have to treat 0x0 as a valid page, this got broken in rev. 1.26.
Introduce INVALID_PAGE as magic value and restore the check.
This unbreaks IOCTL_PRIVCMD_MMAPBATCH while allowing to launch HVM guests.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 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