qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/10] ehci: various fixes


From: Hans de Goede
Subject: [Qemu-devel] [PATCH 00/10] ehci: various fixes
Date: Wed, 14 Nov 2012 17:21:35 +0100

While working on moving usb-redir and usb-hid over to using async packet
handling for their interrupt input endpoints. I've found and fixed quite
a few ehci bugs.

Unfortunately the moving to async for interrupt endpoints turns out to be a
bad idea, as it causes issues for migration, an async completed packet will
not getting written back to guest memory until the next poll time, and if a
migration happens in between it will get lost!

So now I'm working on making all qemu usb-devices call wakeup when they
have interrupt data ready (something which is needed for xhci anyways),
and then we can still slowdown the frame timer when there are no isoc packets
in the periodic schedule, using the wakeup as a notifier to run the frame-timer
earlier.

While I'm working on this, the ehci fixes can already go upstream, as they
are ready and have been extensively tested.

Regards,

Hans



reply via email to

[Prev in Thread] Current Thread [Next in Thread]