aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc/xend.tex
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-23 17:14:38 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-23 17:14:38 +0100
commitdb51cd09d37ea44b126bb259f9392248afd768e6 (patch)
treeed705b8f9972a1c97c5a993a3fc41e9ec4013321 /docs/misc/xend.tex
parentae95fdf65a72c9e66226cb1df49407a1101e129d (diff)
downloadxen-db51cd09d37ea44b126bb259f9392248afd768e6.tar.gz
xen-db51cd09d37ea44b126bb259f9392248afd768e6.tar.bz2
xen-db51cd09d37ea44b126bb259f9392248afd768e6.zip
Remove all traces of the obsolete BVT scheduler.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'docs/misc/xend.tex')
-rw-r--r--docs/misc/xend.tex8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/misc/xend.tex b/docs/misc/xend.tex
index 8f044c6221..e58ae6be80 100644
--- a/docs/misc/xend.tex
+++ b/docs/misc/xend.tex
@@ -337,14 +337,6 @@ Python client interface in {\tt xen.xend.XendClient}.
{\tt xend\_domain\_pincpu(self, id, cpu)}\\:
Pin a domain to a cpu.
-\item {\tt POST /domain/[dom] bvt\_set(mcuadv, warp, warpl, warpu)},\\
- {\tt xend\_domain\_cpu\_bvt\_set(dom, mcuadv, warp, warpl, warpu)}:\\
- Set BVT scheduler parameters.
-
-\item {\tt POST /domain/[dom] atropos\_set(period, slice, latency, xtratime)},\\
- {\tt xend\_domain\_cpu\_atropos\_set(dom, period, slice, latency, xtratime)}:\\
- Set atropos scheduler parameters.
-
\item {\tt POST /domain/[dom] maxmem\_set(memory)},\\
{\tt xend\_domain\_maxmem\_set(dom, memory)}:\\
Set domain maximum memory limit.