Hi Fred,
If so, we need to comment the line Vnif option to disable VTi domain's
network temporarily. :)
Alex, please help to check in this one:)
diff -r 11325d1c412c tools/examples/xmexample.vti
--- a/tools/examples/xmexample.vti Wed Mar 22 17:04:43 2006
+++ b/tools/examples/xmexample.vti Thu Mar 23 11:05:59 2006
@@ -32,7 +32,7 @@
# 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']
Thanks
-Xiantao
> -----Original Message-----
> From: Yang, Fred
> Sent: 2006年3月22日 23:13
> To: Zhang, Xiantao; xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> Subject: RE: [Xen-ia64-devel] Fix vti domain qemu break issue
>
> Xiantao,
>
> This patch should only for community reference. This code shouldn't be
> checked
> upstream due to it changes common code and it is only a tempory solution
> before
> VNIF/P2M from Isaku is ready.
>
> -Fred
>
> Zhang, Xiantao wrote:
> > Sorry for forgetting last mail's subject.
> >
> > Thanks
> > -Xiantao
> >
> >> -----Original Message-----
> >> From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
> >> [mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
> >> Zhang, Xiantao Sent: 2006年3月22日 14:19
> >> To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> >> Subject: [Xen-ia64-devel] (no subject)
> >>
> >> This patch fixes VTI domain breaking issue caused by cset 9231.
> >> Root cause: cset 9231 save the ioemu vnif info into the xenstore,
> >> which cause control panel to wait for the VNIF backend device.
> >> Unfortunately, ia64 dom0 vnif backend is not ready currently due to
> >> the p2m issue. In this case, control panel will get VNIF timeout
> >> error and stop domain creation. What patch do: Since vnif backend
> >> will not be ready soon, this patch bypass this issue by adding
> >> backend=no option in control panel. When ia64 dom0 vnif backend is
> >> ready, we can safely remove this patch.
> >>
> >> Thanks
> >> -Xiantao
> >
> > _______________________________________________
> > Xen-ia64-devel mailing list
> > Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-ia64-devel
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|