qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] -net PCI bus order reversed since 1.14.0
@ 2011-05-10  7:51 Rob Landley
  2011-05-11  9:30 ` Rob Landley
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Landley @ 2011-05-10  7:51 UTC (permalink / raw)
  To: qemu-devel

Until recently, -net options used to add interfaces to linux in the same
order they went on the command line, so the first one you listed on the
qemu command line would become eth0, the second -net became eth1, and so
on.  Now they're added in _reverse_ order, so the _last_ one on the
command line is eth0.

I bisected the behavior change to commit
60c07d933c66c4b30a83b7ccbc8a0cb3df1b2d0e but don't understand why it
changes this behavior.  (Probably making udev do something stupid, but
it happens consistently both before and after...)

Rob

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

end of thread, other threads:[~2011-05-11  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10  7:51 [Qemu-devel] -net PCI bus order reversed since 1.14.0 Rob Landley
2011-05-11  9:30 ` Rob Landley

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).