direct-io.hg
annotate .hg-to-bk @ 115:11615a0ad0f1
bitkeeper revision 1.22.1.2 (3e3ea191XZbqn2wImmnYu75uh_kNuQ)
mm.h, hypervisor-if.h, memory.c, domain.c:
Added update interface for the MPT. DOM0 no longer has direct write privileges.
mm.h, hypervisor-if.h, memory.c, domain.c:
Added update interface for the MPT. DOM0 no longer has direct write privileges.
author | kaf24@labyrinth.cl.cam.ac.uk |
---|---|
date | Mon Feb 03 17:06:25 2003 +0000 (2003-02-03) |
parents | fe3bada5b25b |
children | d7d0a23b2e07 |
rev | line source |
---|---|
kaf24@7 | 1 #!/bin/sh -x |
kaf24@7 | 2 set -e |
smh22@56 | 3 mkdir -p xenolinux-2.4.16-sparse |
smh22@56 | 4 mkdir -p xenolinux-2.4.16-sparse/include |
smh22@56 | 5 mkdir -p xenolinux-2.4.16-sparse/include/asm-xeno |
smh22@56 | 6 ln -s ../../../xen-2.4.16/include/hypervisor-ifs xenolinux-2.4.16-sparse/include/asm-xeno/hypervisor-ifs |
kaf24@7 | 7 (find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true |
smh22@1 | 8 exit 0 |