ia64/xen-unstable
changeset 10028:fbf676a36ee4
[IA64] Enable VTi network by defalt
Due to dom0_vp open, we can enable VTi's network in configuration file now.
From: Zhang Xiantao <xiantao.zhang@intel.com>
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Due to dom0_vp open, we can enable VTi's network in configuration file now.
From: Zhang Xiantao <xiantao.zhang@intel.com>
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | awilliam@xenbuild.aw |
---|---|
date | Mon May 22 08:53:26 2006 -0600 (2006-05-22) |
parents | 303e1b6bf727 |
children | 72c5d8206d48 |
files | tools/examples/xmexample.vti |
line diff
1.1 --- a/tools/examples/xmexample.vti Sun May 21 07:49:46 2006 -0600 1.2 +++ b/tools/examples/xmexample.vti Mon May 22 08:53:26 2006 -0600 1.3 @@ -36,7 +36,7 @@ name = "ExampleVTIDomain" 1.4 # Random MACs are assigned if not given. 1.5 #vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ] 1.6 # type=ioemu specify the NIC is an ioemu device not netfront 1.7 -#vif = [ 'type=ioemu, bridge=xenbr0' ] 1.8 +vif = [ 'type=ioemu, bridge=xenbr0' ] 1.9 # for multiple NICs in device model, 3 in this example 1.10 #vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu'] 1.11