qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ehci: Improve detection of invalid entries in the async schedule
@ 2010-04-25 17:48 David Ahern
  2010-04-25 17:48 ` [Qemu-devel] [PATCH] " David Ahern
  0 siblings, 1 reply; 3+ messages in thread
From: David Ahern @ 2010-04-25 17:48 UTC (permalink / raw)
  To: jan.kiszka; +Cc: qemu-devel

Hi Jan:

Another patch for the ehci branch - emptying out my patch queue as I need to set this aside for a while. 

I am testing qemu and qemu-kvm with 3 different USB keys -- all Kingstons of various sizes 1 GB, 4GB and 8GB. I am definitely seeing different behaviors with the 4GB and 8GB working really well. With the 4GB key I am seeing data rates of 5MB/sec with qemu and close to 8MB/sec with kvm. The 1 GB key hits hiccups from time to time. 

If you see the stall enable debugging in usb-linux:

--- a/usb-linux.c
+++ b/usb-linux.c
@@ -243,7 +243,7 @@ static void async_complete(void *opaque)
 
         p = aurb->packet;
 
-        DPRINTF("husb: async completed. aurb %p status %d alen %d\n",
+        printf("husb: async completed. aurb %p status %d alen %d\n",
                 aurb, aurb->urb.status, aurb->urb.actual_length);
 
         if (p) {

David

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

end of thread, other threads:[~2010-04-29  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-25 17:48 [Qemu-devel] [PATCH] ehci: Improve detection of invalid entries in the async schedule David Ahern
2010-04-25 17:48 ` [Qemu-devel] [PATCH] " David Ahern
2010-04-29  7:39   ` [Qemu-devel] " Jan Kiszka

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