Re: [Qemu-devel] [PATCH v2 1/2] ohci: delay first SOF interrupt

2016-01-07 Thread Thomas Huth
On 06.01.2016 20:45, Laurent Vivier wrote: > On overcommitted CPU, kernel can be so slow that an interrupt can > be triggered by the device whereas the driver is not ready to receive > it. This drives us into an infinite loop. > > This does not happen on real hardware because real hardware never s

[Qemu-devel] [PATCH v2 1/2] ohci: delay first SOF interrupt

2016-01-06 Thread Laurent Vivier
On overcommitted CPU, kernel can be so slow that an interrupt can be triggered by the device whereas the driver is not ready to receive it. This drives us into an infinite loop. This does not happen on real hardware because real hardware never send interrupt immediately after the controller has be