aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-08-22 09:53:51 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-08-22 09:53:51 +0100
commit7878f447f13856db8037d219cbc456fb16bc8959 (patch)
tree45c71e1750abecf8d4886cfbc6035e9f25ef2079
parentc8cb30cfc87a568945ebaef079a7f06bda61eeb0 (diff)
downloadxen-7878f447f13856db8037d219cbc456fb16bc8959.tar.gz
xen-7878f447f13856db8037d219cbc456fb16bc8959.tar.bz2
xen-7878f447f13856db8037d219cbc456fb16bc8959.zip
Document how 4gb_segment_notify notifys
-rw-r--r--docs/src/interface.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/interface.tex b/docs/src/interface.tex
index 458d0b4ae3..e596b63535 100644
--- a/docs/src/interface.tex
+++ b/docs/src/interface.tex
@@ -431,8 +431,8 @@ And the available types are:
\item[VMASST\_TYPE\_4gb\_segments] Provide emulated support for
instructions that rely on 4GB segments (such as the techniques used
by some TLS solutions).
-\item[VMASST\_TYPE\_4gb\_segments\_notify] Provide a callback to the
- guest if the above segment fixups are used: allows the guest to
+\item[VMASST\_TYPE\_4gb\_segments\_notify] Provide a callback (via trap number
+ 15) to the guest if the above segment fixups are used: allows the guest to
display a warning message during boot.
\item[VMASST\_TYPE\_writable\_pagetables] Enable writable pagetable
mode - described above.