aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>2006-07-12 19:16:12 +0100
committerchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>2006-07-12 19:16:12 +0100
commit472b6cb97799ea76e32821c6d9a1ebbd7db17948 (patch)
tree6b72bd11ee712c64f9408d86f89a4711766c9739 /tools/examples/xmexample.hvm
parent8f4b90220c984d0a6e207cf91ec2b08d2ece19d4 (diff)
downloadxen-472b6cb97799ea76e32821c6d9a1ebbd7db17948.tar.gz
xen-472b6cb97799ea76e32821c6d9a1ebbd7db17948.tar.bz2
xen-472b6cb97799ea76e32821c6d9a1ebbd7db17948.zip
Update xend to support network configuration for qemu 0.8.1 based ioemu.
Remove the ne2000 option, the network device type can now be selected on a per-device basis by adding a model= property to the device's entry in the vif list. Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 24ec59c66b..0181a2793c 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -54,7 +54,7 @@ name = "ExampleHVMDomain"
# 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' ]
@@ -146,10 +146,6 @@ stdvga=0
# then xm console or minicom can connect
serial='pty'
-#----------------------------------------------------------------------------
-# enable ne2000, default = 0(use pcnet)
-ne2000=0
-
#-----------------------------------------------------------------------------
# enable audio support