Re: [Qemu-devel] [PATCH 05/10] xhci: emulate intr endpoint intervals correctly

2013-09-25 Thread Gerd Hoffmann
On Di, 2013-09-24 at 19:55 -0500, Michael Roth wrote: Quoting Gerd Hoffmann (2013-08-28 07:43:01) Respect the interval for interrupt endpoints, so we don't finish transfers as fast as possible but at the rate configured by the guest. Fixes guest deadlocks triggered by interrupt storms.

Re: [Qemu-devel] [PATCH 05/10] xhci: emulate intr endpoint intervals correctly

2013-09-24 Thread Michael Roth
Quoting Gerd Hoffmann (2013-08-28 07:43:01) Respect the interval for interrupt endpoints, so we don't finish transfers as fast as possible but at the rate configured by the guest. Fixes guest deadlocks triggered by interrupt storms. Cc: Was this meant to go to qemu-stable?

[Qemu-devel] [PATCH 05/10] xhci: emulate intr endpoint intervals correctly

2013-08-28 Thread Gerd Hoffmann
Respect the interval for interrupt endpoints, so we don't finish transfers as fast as possible but at the rate configured by the guest. Fixes guest deadlocks triggered by interrupt storms. Cc: Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/usb/hcd-xhci.c | 44