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] avoid networking in VTI

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 3ff676ec59f2ad942077f617ab023f37cb806672
# Parent  218591a0cb7ecf2d04c4abf76de862ea28d8eb5f
[IA64] avoid networking in VTI

It's currently not working.

From: Zhang Xiantao <xiantao.zhang@xxxxxxxxx>

diff -r 218591a0cb7e -r 3ff676ec59f2 tools/examples/xmexample.vti
--- a/tools/examples/xmexample.vti      Thu Mar 23 13:28:26 2006 -0700
+++ b/tools/examples/xmexample.vti      Thu Mar 23 14:14:20 2006 -0700
@@ -32,7 +32,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] avoid networking in VTI, Xen patchbot -unstable <=