[Qemu-devel] Commit 5632ae46 broke the network on mips.

2012-01-21 Thread Rob Landley
commit 5632ae46: "mips_malta: move i8259 initialization after piix4 initialization" broke the network on mips. It still comes up, but doesn't pass packets. Try this: wget http://landley.net/aboriginal/bin/system-image-mips.tar.bz2 tar xvjf system-image-mips.tar.bz2 cd system-image-mips .

Re: [Qemu-devel] Commit 5632ae46 broke the network on mips.

2012-01-21 Thread Stefan Weil
Am 21.01.2012 20:04, schrieb Rob Landley: commit 5632ae46: "mips_malta: move i8259 initialization after piix4 initialization" broke the network on mips. It still comes up, but doesn't pass packets. Try this: wget http://landley.net/aboriginal/bin/system-image-mips.tar.bz2 tar xvjf system

Re: [Qemu-devel] Commit 5632ae46 broke the network on mips.

2012-01-22 Thread Rob Landley
On 01/22/2012 01:06 AM, Stefan Weil wrote: > Am 21.01.2012 20:04, schrieb Rob Landley: >> commit 5632ae46: "mips_malta: move i8259 initialization after piix4 >> initialization" broke the network on mips. It still comes up, but >> doesn't pass packets. >> >> Try this: >> >>wget http://landley.n

Re: [Qemu-devel] Commit 5632ae46 broke the network on mips.

2012-01-22 Thread Anthony Liguori
On 01/22/2012 05:42 PM, Rob Landley wrote: On 01/22/2012 01:06 AM, Stefan Weil wrote: This was fixed with commits e9b40fd34ceb23461083d505a444a389c094455b and 0b23c5d40ea933cfece3b4f69427f79c8a23256d in master and stable-1.0. The git tag for v1.0 does not include that commit. Apparently the c

Re: [Qemu-devel] Commit 5632ae46 broke the network on mips.

2012-01-22 Thread Anthony Liguori
On 01/22/2012 05:42 PM, Rob Landley wrote: On 01/22/2012 01:06 AM, Stefan Weil wrote: Am 21.01.2012 20:04, schrieb Rob Landley: commit 5632ae46: "mips_malta: move i8259 initialization after piix4 initialization" broke the network on mips. It still comes up, but doesn't pass packets. Try this:

Re: [Qemu-devel] Commit 5632ae46 broke the network on mips.

2012-01-22 Thread Rob Landley
On 01/22/2012 07:44 PM, Anthony Liguori wrote: > On 01/22/2012 05:42 PM, Rob Landley wrote: >> On 01/22/2012 01:06 AM, Stefan Weil wrote: >>> This was fixed with commits e9b40fd34ceb23461083d505a444a389c094455b >>> and 0b23c5d40ea933cfece3b4f69427f79c8a23256d in master and stable-1.0. >> >> The git

Re: [Qemu-devel] Commit 5632ae46 broke the network on mips.

2012-01-22 Thread Stefan Weil
Hi Rob, the patch was applied after v1.0, and there are two commits for the stable-1.0 branch and the main development branch. So I think that your git repository and your analysis is correct. Where did you get your v1.0 tarball from? I just got this one from qemu.org: http://wiki.qemu.org/downl

Re: [Qemu-devel] Commit 5632ae46 broke the network on mips.

2012-01-23 Thread Rob Landley
On 01/23/2012 12:34 AM, Stefan Weil wrote: > Hi Rob, > > the patch was applied after v1.0, and there are two commits for > the stable-1.0 branch and the main development branch. > So I think that your git repository and your analysis is correct. > > Where did you get your v1.0 tarball from? Sigh