From: Dmitry Antipov <dmantipov@yandex.ru>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Redundant VDE network
Date: Mon, 08 Dec 2014 21:05:33 +0300 [thread overview]
Message-ID: <5485E86D.4090806@yandex.ru> (raw)
In-Reply-To: <CAJSP0QXgtRgFOejBTbaPnr_7xOaD7k4fcmgDbTu4s1+H1mfJoQ@mail.gmail.com>
On 12/08/2014 08:53 PM, Stefan Hajnoczi wrote:
> Try:
>
> qemu-system-sparc -m 256 \
> -netdev vde,sock=/tmp/vde0,id=vde0 \
> -device ne2k_pci,netdev=vde0 \
> -netdev vde,sock=/tmp/vde1,id=vde1 \
> -device ne2k_pci,netdev=vde1 \
> -hda vm0.img
>
> The is the newer syntax and it should work better.
qemu-system-sparc -m 256 \
-netdev vde,sock=/tmp/vde0,id=vde0 -device ne2k_pci,netdev=vde0 \
-netdev vde,sock=/tmp/vde1,id=vde1 -device ne2k_pci,netdev=vde1 \
-hda vm0.img
produces:
qemu-system-sparc: -device ne2k_pci,netdev=vde0: 'ne2k_pci' is not a valid device model name
IIUC hw/net/lance.c is the only emulated NIC on SPARC systems; but
qemu-system-sparc -m 256 \
-netdev vde,sock=/tmp/vde0,id=vde0 -device lance,netdev=vde0 \
-netdev vde,sock=/tmp/vde1,id=vde1 -device lance,netdev=vde1 \
-hda vm0.img
produces totally cryptic:
qemu-system-sparc: -device lance,netdev=vde0: Parameter 'driver' expects pluggable device type
Dmitry
next prev parent reply other threads:[~2014-12-08 18:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-08 15:00 [Qemu-devel] Redundant VDE network Dmitry Antipov
2014-12-08 17:53 ` Stefan Hajnoczi
2014-12-08 18:05 ` Dmitry Antipov [this message]
2014-12-09 6:29 ` Dmitry Antipov
2014-12-09 9:31 ` Mark Cave-Ayland
2014-12-09 9:37 ` Stefan Hajnoczi
2014-12-09 12:56 ` Dmitry Antipov
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=5485E86D.4090806@yandex.ru \
--to=dmantipov@yandex.ru \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/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.