All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Glines <mark@glines.org>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com
Subject: Re: [Qemu-devel] emulated lance device crashes in debian-sparc32
Date: Sat, 19 May 2007 15:08:03 -0700	[thread overview]
Message-ID: <20070519150803.40ef21f2@chirp> (raw)
In-Reply-To: <f43fc5580705191208k2edf616s340e28bf729788d7@mail.gmail.com>

On Sat, 19 May 2007 22:08:23 +0300
"Blue Swirl" <blauwirbel@gmail.com> 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	other threads:[~2007-05-19 22:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-19 14:16 [Qemu-devel] emulated lance device crashes in debian-sparc32 Mark Glines
2007-05-19 17:03 ` Blue Swirl
2007-05-19 19:08   ` Blue Swirl
2007-05-19 22:08     ` Mark Glines [this message]
2007-05-20  7:10       ` Blue Swirl
2007-05-20  9:11         ` Mark Glines
2007-05-20 10:25           ` Paul Brook
2007-05-20 13:15             ` Mark Glines
2007-05-20 13:51               ` Paul Brook
2007-05-20 15:45             ` Blue Swirl
2007-05-20 19:45               ` Blue Swirl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070519150803.40ef21f2@chirp \
    --to=mark@glines.org \
    --cc=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.