WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Update xmexample.vti

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] Update xmexample.vti
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 03 Jul 2006 10:20:31 +0000
Delivery-date: Mon, 03 Jul 2006 03:26:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Update xmexample.vti, Xen patchbot-unstable <=