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