qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] -net PCI bus order reversed since 1.14.0


From: Rob Landley
Subject: [Qemu-devel] -net PCI bus order reversed since 1.14.0
Date: Tue, 10 May 2011 02:51:33 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10

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



reply via email to

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