qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] -net interface association behavior change in current -git.
@ 2011-05-12  2:39 Rob Landley
  2011-05-12 13:20 ` Vincent Palatin
  2011-05-12 14:10 ` Markus Armbruster
  0 siblings, 2 replies; 16+ messages in thread
From: Rob Landley @ 2011-05-12  2:39 UTC (permalink / raw)
  To: qemu-devel, vpalatin, blauwirbel

In 1.14.0, if I did this:

  qemu -net nic,blah -net user -net nic,blah -net tun,blah

Then the first nic would be -net user, and the second nic would be -net
tun.    In current -git, -net user attaches to the second interface and
-net tun attaches to the first, I.E. the order is reversed.

Either way the first -nic becomes eth0 in Linux and the second becomes
eth1 (I can manually assign mac addresses in order to confirm which is
which), but eth0 used to be the -net user interface and now eth1 is the
-net user interface.

I bisected this to commit 60c07d933c66c4b30a83b but I don't know why it
changed the behavior, and I can't find _documentation_ on having
multiple interfaces transports hooked up to the same qemu instance
anyway.  (It used to work, but possibly that was an accident?)

Any ideas?

Rob

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-05-16 14:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12  2:39 [Qemu-devel] -net interface association behavior change in current -git Rob Landley
2011-05-12 13:20 ` Vincent Palatin
2011-05-13  1:10   ` Rob Landley
2011-05-13  1:19     ` Vincent Palatin
2011-05-13  1:49       ` Rob Landley
2011-05-13  6:39         ` Jan Kiszka
2011-05-13 10:31           ` Rob Landley
2011-05-13 10:57             ` Jan Kiszka
2011-05-13  6:15       ` Brad Hards
2011-05-12 14:10 ` Markus Armbruster
2011-05-13  1:48   ` Rob Landley
2011-05-13  6:54     ` Markus Armbruster
2011-05-13 10:34       ` Rob Landley
2011-05-13 12:19         ` Markus Armbruster
2011-05-13 21:45           ` Rob Landley
2011-05-16 14:12             ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).