qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Qemu-devel] Progress


From: Yelich, Scott D.
Subject: RE: [Qemu-devel] Progress
Date: Tue, 16 Mar 2004 09:19:55 -0500

is anyone testing / compiling on the ipaq cluster at handhelds.org?
if you need information on access, please email me.

Scott


-----Original Message-----
From: Fabrice Bellard [mailto:address@hidden
Sent: Monday, March 15, 2004 6:53 PM
To: address@hidden
Subject: Re: [Qemu-devel] Progress

Ooops, you are right !

Fabrice.

Renzo Davoli wrote:
> On Sun, Mar 14, 2004 at 11:00:03PM +0100, Fabrice Bellard wrote:
>
>>- multiple network interface support (untested)
>
>
> I have found a minor bug about this:
> the management of the -tun-fd option (changed to cope with multiple
> interfaces) is buggy, it is a for(;;) loop with no exiting break.
>
> The fix is very simple:
> *** vl.c.orig   Mon Mar 15 09:43:50 2004
> --- vl.c        Mon Mar 15 09:39:15 2004
> ***************
> *** 980,986 ****
>                           } else if (*p != '\0') {
>                               fprintf(stderr, "qemu: invalid fd for
> network interface %d\n", nb_nics);
>                               exit(1);
> !                         }
>                       }
>                   }
>                 break;
> --- 980,987 ----
>                           } else if (*p != '\0') {
>                               fprintf(stderr, "qemu: invalid fd for
> network interface %d\n", nb_nics);
>                               exit(1);
> !                         } else
> !                               break;
>                       }
>                   }
>                 break;
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
>




_______________________________________________
Qemu-devel mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/qemu-devel

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email Security 
System.
________________________________________________________________________


This mail message originated outside Commerzbank via the Internet. As a result, 
the sender's address is not verifiable.


**********************************************************************
This communication is confidential and is intended only for the person to whom 
it is addressed.  If you are not that person you are not permitted to make use 
of the information and you are requested to notify Commerzbank 
Aktiengesellschaft, New York Branch immediately that you have received it and 
then to destroy the copy in your possession.  Views expressed in this e-mail do 
not necessarily reflect the views of Commerzbank AG.
**********************************************************************





reply via email to

[Prev in Thread] Current Thread [Next in Thread]