aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
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/src
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/src')
-rw-r--r--docs/src/interface.tex4
-rw-r--r--docs/src/user.tex5
2 files changed, 3 insertions, 6 deletions
diff --git a/docs/src/interface.tex b/docs/src/interface.tex
index c9017c71fe..9a598406a1 100644
--- a/docs/src/interface.tex
+++ b/docs/src/interface.tex
@@ -209,8 +209,8 @@ implement timeout values when they block.
Xen offers a uniform API for CPU schedulers. It is possible to choose
from a number of schedulers at boot and it should be easy to add more.
-The SEDF, BVT, and Credit schedulers are part of the normal Xen
-distribution. BVT and SEDF will be going away and their use should be
+The SEDF and Credit schedulers are part of the normal Xen
+distribution. SEDF will be going away and its use should be
avoided once the credit scheduler has stabilized and become the default.
The Credit scheduler provides proportional fair shares of the
host's CPUs to the running domains. It does this while transparently
diff --git a/docs/src/user.tex b/docs/src/user.tex
index 8f07cdcf02..eeb2b26245 100644
--- a/docs/src/user.tex
+++ b/docs/src/user.tex
@@ -3179,7 +3179,7 @@ editing \path{grub.conf}.
\item [ tbuf\_size=xxx ] Set the size of the per-cpu trace buffers, in
pages (default 0).
\item [ sched=xxx ] Select the CPU scheduler Xen should use. The
- current possibilities are `credit' (default), `sedf', and `bvt'.
+ current possibilities are `credit' (default), and `sedf'.
\item [ apic\_verbosity=debug,verbose ] Print more detailed
information about local APIC and IOAPIC configuration.
\item [ lapic ] Force use of local APIC even when left disabled by
@@ -4135,9 +4135,6 @@ as it will forward multicasts received from other machines on the subnet.
\begin{description}
-\item[BVT] The BVT scheduler is used to give proportional fair shares
- of the CPU to domains.
-
\item[Domain] A domain is the execution context that contains a
running {\bf virtual machine}. The relationship between virtual
machines and domains on Xen is similar to that between programs and