# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID f771bbaa93ce65f5587774236d32ec9842518ab4
# Parent 2d60987140b6aa33a3c1c98a4bcf058982c4df18
[IA64] Update xmexample.vti
This simple patch is just to update xmexample.vti
1. Add "vcpus" for supporting SMP VTI.
2. Add serial='pty' for using "xm console" of VTI.
3. Add usb device supporting for VTI.
4. Use cirrus logic accelerated VGA.
Signed-off-by: You Yongkang <yongkang.you@xxxxxxxxx>
---
tools/examples/xmexample.vti | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletion(-)
diff -r 2d60987140b6 -r f771bbaa93ce tools/examples/xmexample.vti
--- a/tools/examples/xmexample.vti Wed Jun 21 10:30:15 2006 -0600
+++ b/tools/examples/xmexample.vti Wed Jun 21 10:40:20 2006 -0600
@@ -26,6 +26,9 @@ memory = 256
# A name for your domain. All domains must have different names.
name = "ExampleVTIDomain"
+
+# the number of cpus guest platform has, default=1
+#vcpus=1
# List of which CPUS this domain is allowed to use, default Xen picks
#cpus = "" # leave to Xen to pick
@@ -81,7 +84,6 @@ memmap = '/usr/lib/xen/boot/mem-map.sxp'
# enable SDL library for graphics, default = 0
sdl=1
-stdvga=1
#----------------------------------------------------------------------------
# enable VNC library for graphics, default = 1
vnc=0
@@ -94,6 +96,14 @@ vncviewer=0
# no graphics, use serial port
#nographic=0
+#----------------------------------------------------------------------------
+# enable stdvga, default = 0 (use cirrus logic device model)
+stdvga=0
+
+#-----------------------------------------------------------------------------
+# serial port re-direct to pty deivce, /dev/pts/n
+# then xm console or minicom can connect
+serial='pty'
#-----------------------------------------------------------------------------
# enable audio support
@@ -108,3 +118,14 @@ vncviewer=0
#-----------------------------------------------------------------------------
# start in full screen
#full-screen=1 diff -r 42cab8724273 tools/libxc/xc_ia64_stubs.c
+
+#-----------------------------------------------------------------------------
+# Enable USB support (specific devices specified at runtime through the
+# monitor window)
+#usb=1
+
+# Enable USB mouse support (only enable one of the following, `mouse' for
+# PS/2 protocol relative mouse, `tablet' for
+# absolute mouse)
+#usbdevice='mouse'
+#usbdevice='tablet'
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|