Re: [Qemu-devel] [PATCH] bcm2835_aux: Swap RX and TX interrupt assignments

2018-07-16 Thread Paolo Bonzini
On 16/07/2018 16:47, Peter Maydell wrote: >> I didn't know that ;-). I found out the hard way. > I'll take this through target-arm.next (I have some other patches > for rc1 anyway) and adjust the commit message. > > Paolo: you can drop it from your queue. Done, thanks! Paolo

Re: [Qemu-devel] [PATCH] bcm2835_aux: Swap RX and TX interrupt assignments

2018-07-16 Thread Peter Maydell
On 16 July 2018 at 15:13, Guenter Roeck wrote: > On 07/16/2018 06:48 AM, Peter Maydell wrote: >> >> On 18 June 2018 at 22:04, Guenter Roeck wrote: >>> >>> RX and TX interrupt bits were reversed, resulting in an endless sequence >>> of serial interupts in the emulated system and the following repe

Re: [Qemu-devel] [PATCH] bcm2835_aux: Swap RX and TX interrupt assignments

2018-07-16 Thread Guenter Roeck
On 07/16/2018 06:48 AM, Peter Maydell wrote: On 18 June 2018 at 22:04, Guenter Roeck wrote: RX and TX interrupt bits were reversed, resulting in an endless sequence of serial interupts in the emulated system and the following repeated error message when booting Linux. serial8250: too much work

Re: [Qemu-devel] [PATCH] bcm2835_aux: Swap RX and TX interrupt assignments

2018-07-16 Thread Peter Maydell
On 18 June 2018 at 22:04, Guenter Roeck wrote: > RX and TX interrupt bits were reversed, resulting in an endless sequence > of serial interupts in the emulated system and the following repeated > error message when booting Linux. > > serial8250: too much work for irq61 > > This results in a boot f

[Qemu-devel] [PATCH] bcm2835_aux: Swap RX and TX interrupt assignments

2018-06-18 Thread Guenter Roeck
RX and TX interrupt bits were reversed, resulting in an endless sequence of serial interupts in the emulated system and the following repeated error message when booting Linux. serial8250: too much work for irq61 This results in a boot failure most of the time. Qemu command line used to reproduc