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-changelog

[Xen-changelog] [IA64] Enable VTi network by defalt

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID fbf676a36ee44558d54db9ebb43a5fe7971d669d
# Parent  303e1b6bf727ad0642602f4035a5ab70f6ffbe79
[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@xxxxxxxxx>
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 tools/examples/xmexample.vti |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 303e1b6bf727 -r fbf676a36ee4 tools/examples/xmexample.vti
--- a/tools/examples/xmexample.vti      Sun May 21 07:49:46 2006 -0600
+++ b/tools/examples/xmexample.vti      Mon May 22 08:53:26 2006 -0600
@@ -36,7 +36,7 @@ name = "ExampleVTIDomain"
 # Random MACs are assigned if not given.
 #vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ]
 # type=ioemu specify the NIC is an ioemu device not netfront
-#vif = [ 'type=ioemu, bridge=xenbr0' ]
+vif = [ 'type=ioemu, bridge=xenbr0' ]
 # for multiple NICs in device model, 3 in this example
 #vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu']
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] Enable VTi network by defalt, Xen patchbot-unstable <=