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-ia64-devel

RE: [Xen-ia64-devel] [PATCH]Update xmexample.vti

To: "You, Yongkang" <yongkang.you@xxxxxxxxx>, <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-ia64-devel] [PATCH]Update xmexample.vti
From: "You, Yongkang" <yongkang.you@xxxxxxxxx>
Date: Wed, 21 Jun 2006 19:00:10 +0800
Delivery-date: Wed, 21 Jun 2006 04:00:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcaVIJdSz8LKHmE1SPWqoWY2CAqCTwAAO+SQ
Thread-topic: [Xen-ia64-devel] [PATCH]Update xmexample.vti
Missing sign :

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.

Best Regards,
Yongkang (Kangkang) 永康

Signed-off-by: You Yongkang <yongkang.you@xxxxxxxxx>
-----------------
--- a/tools/examples/xmexample.vti      2006-06-21 08:02:26.000000000 +0800
+++ b/tools/examples/xmexample.vti      2006-06-21 18:22:41.000000000 +0800
@@ -27,6 +27,9 @@
 # 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
 #cpus = "0"        # all vcpus run on CPU0
@@ -94,6 +97,10 @@
 # no graphics, use serial port
 #nographic=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 +115,14 @@
 #-----------------------------------------------------------------------------
 #    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-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>