[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |