aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>2004-11-02 21:09:32 +0000
committersmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>2004-11-02 21:09:32 +0000
commit19e5c01120126b1587a3d83236d68e1e380564c4 (patch)
treeb026f120781055a8de5865450589a402a76cc05a
parent40bab83a151bf3c6d4f95af180542f2c76c1fbc2 (diff)
downloadxen-19e5c01120126b1587a3d83236d68e1e380564c4.tar.gz
xen-19e5c01120126b1587a3d83236d68e1e380564c4.tar.bz2
xen-19e5c01120126b1587a3d83236d68e1e380564c4.zip
bitkeeper revision 1.1159.1.342 (4187f78cS7K9ViWTUbD9FoDmF50h3Q)
interface.tex: fooble
-rw-r--r--docs/src/interface.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/src/interface.tex b/docs/src/interface.tex
index 45d43186f1..1e3b14e6e0 100644
--- a/docs/src/interface.tex
+++ b/docs/src/interface.tex
@@ -506,11 +506,6 @@ available in {\tt Sched-HOWTO.txt}.
-\hypercall{physdev\_op(void *physdev\_op)}
-
-
-\hypercall{vm\_assist(unsigned int cmd, unsigned int type)}
-
@@ -892,7 +887,13 @@ Safe sharing of memory pages between guest OSes is carried out granting
access on a per page basis to individual domains. This is achieved
by using the {\tt grant\_table\_op()} hypercall.
-%\hypercall{grant\_table\_op(unsigned int cmd, void *uop, unsigned int count)}
+XXX SMH: damn, found some more calls - needs little bit more yet.
+
+\hypercall{grant\_table\_op(unsigned int cmd, void *uop, unsigned int count)}
+
+\hypercall{physdev\_op(void *physdev\_op)}
+
+\hypercall{vm\_assist(unsigned int cmd, unsigned int type)}
\section{Administrative Operations}