qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] ohci: try to mimic real hardware command latency
@ 2016-01-06 19:45 Laurent Vivier
  2016-01-06 19:45 ` [Qemu-devel] [PATCH v2 1/2] ohci: delay first SOF interrupt Laurent Vivier
  2016-01-06 19:45 ` [Qemu-devel] [PATCH v2 2/2] ohci: clear pending SOF on suspend Laurent Vivier
  0 siblings, 2 replies; 5+ messages in thread
From: Laurent Vivier @ 2016-01-06 19:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: lvivier, thuth, kraxel

OHCI linux driver has some critical sections not protected against
device interrupts. Because of real hardware latency, it is generally
not a problem as interrupts cannot be triggered fast enough to happen
during these critical sections.

But theoretically, it can happen. And with QEMU used on an overcommitted
CPU, the vCPU becomes slow enough and it happens.

This series fixes a kernel crash on boot (CPU stuck) when the OHCI driver
tries to resume or suspend the device.

v2: Address comments from Thomas
    update code comments
    split ohci_sof() to add ohci_eof_timer()

Laurent Vivier (2):
  ohci: delay first SOF interrupt
  ohci: clear pending SOF on suspend

 hw/usb/hcd-ohci.c | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-08  7:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06 19:45 [Qemu-devel] [PATCH v2 0/2] ohci: try to mimic real hardware command latency Laurent Vivier
2016-01-06 19:45 ` [Qemu-devel] [PATCH v2 1/2] ohci: delay first SOF interrupt Laurent Vivier
2016-01-08  7:47   ` Thomas Huth
2016-01-06 19:45 ` [Qemu-devel] [PATCH v2 2/2] ohci: clear pending SOF on suspend Laurent Vivier
2016-01-08  7:51   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).