qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] emulated lance device crashes in debian-sparc32


From: Mark Glines
Subject: Re: [Qemu-devel] emulated lance device crashes in debian-sparc32
Date: Sat, 19 May 2007 15:08:03 -0700

On Sat, 19 May 2007 22:08:23 +0300
"Blue Swirl" <address@hidden> wrote:
> This patch fixes the crash. But I'm not convinced it's the right one,
> perhaps the default net parameter logic could be improved instead:
>     /* init network clients */
>     if (nb_net_clients == 0) {
>         /* if no clients, we use a default config */
>         pstrcpy(net_clients[0], sizeof(net_clients[0]),
>                 "nic");
>         pstrcpy(net_clients[1], sizeof(net_clients[0]),
>                 "user");
>         nb_net_clients = 2;
>     }
> 
> Also one of the network options could be a black hole kind of device,
> such that unlike the "none" type, the device exists, it just can't
> send or receive anything.

I've verified your patch fixes the crash for me.  But I'm curious, have
I been running qemu in a nonstandard fashion, then?  (Should I be
specifying more than just "-net user", normally?)

If so, I can make up a patch to amend the documentation.

Thanks!

Mark




reply via email to

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