aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.vti
diff options
context:
space:
mode:
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>2006-08-14 11:35:33 -0600
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>2006-08-14 11:35:33 -0600
commitfd654d0a4d8622654a1bfb31030e355f39718f3d (patch)
treec87796cc63eaa6f3fa6dea2005bc6d43f89566a6 /tools/examples/xmexample.vti
parent879f62cd48127a3b2543b1fc927ce507c9f00d6b (diff)
downloadxen-fd654d0a4d8622654a1bfb31030e355f39718f3d.tar.gz
xen-fd654d0a4d8622654a1bfb31030e355f39718f3d.tar.bz2
xen-fd654d0a4d8622654a1bfb31030e355f39718f3d.zip
[IA64] update xmexample.vti
Keep alignment with new QEMU and control panel configuration Signed-off-by: Yongkang You <yongkang.you@intel.com>
Diffstat (limited to 'tools/examples/xmexample.vti')
-rw-r--r--tools/examples/xmexample.vti32
1 files changed, 15 insertions, 17 deletions
diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti
index fad565d160..77f55ae23e 100644
--- a/tools/examples/xmexample.vti
+++ b/tools/examples/xmexample.vti
@@ -37,11 +37,9 @@ name = "ExampleVTIDomain"
# Optionally define mac and/or bridge for the network interfaces.
# Random MACs are assigned if not given.
-#vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ]
+#vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0, model=ne2k_pci' ]
# type=ioemu specify the NIC is an ioemu device not netfront
vif = [ 'type=ioemu, bridge=xenbr0' ]
-# for multiple NICs in device model, 3 in this example
-#vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu']
#----------------------------------------------------------------------------
# Define the disk devices you want the domain to have access to, and
@@ -51,7 +49,7 @@ vif = [ 'type=ioemu, bridge=xenbr0' ]
# and MODE is r for read-only, w for read-write.
#disk = [ 'phy:hda1,hda1,r' ]
-disk = [ 'file:/var/images/xenia64.img,ioemu:hda,w' ]
+disk = [ 'file:/var/images/xenia64.img,hda,w', ',hdc:cdrom,r' ]
#----------------------------------------------------------------------------
# Set according to whether you want the domain restarted when it exits.
@@ -66,13 +64,6 @@ disk = [ 'file:/var/images/xenia64.img,ioemu:hda,w' ]
# New stuff
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
-# Advanced users only. Don't touch if you don't know what you're doing
-memmap = '/usr/lib/xen/boot/mem-map.sxp'
-
-#-----------------------------------------------------------------------------
-# Disk image for
-#cdrom=
-
#-----------------------------------------------------------------------------
# boot on floppy (a), hard disk (c) or CD-ROM (d)
#boot=[a|c|d]
@@ -89,8 +80,17 @@ sdl=1
vnc=0
#----------------------------------------------------------------------------
-# enable spawning vncviewer(only valid when vnc=1), default = 1
-vncviewer=0
+# set VNC display number, default = domid
+#vncdisplay=1
+
+#----------------------------------------------------------------------------
+# try to find an unused port for the VNC server, default = 1
+#vncunused=1
+
+#----------------------------------------------------------------------------
+# enable spawning vncviewer for domain's console
+# (only valid when vnc=1), default = 0
+#vncconsole=0
#----------------------------------------------------------------------------
# no graphics, use serial port
@@ -106,15 +106,13 @@ stdvga=0
serial='pty'
#-----------------------------------------------------------------------------
-# enable audio support
-#enable-audio=1
-
+# enable sound card support, [sb16|es1370|all|..,..], default none
+#soundhw='sb16'
#-----------------------------------------------------------------------------
# set the real time clock to local time [default=0 i.e. set to utc]
#localtime=1
-
#-----------------------------------------------------------------------------
# start in full screen
#full-screen=1 diff -r 42cab8724273 tools/libxc/xc_ia64_stubs.c