From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4V3u-0004fc-Mu for qemu-devel@nongnu.org; Mon, 05 Mar 2012 05:22:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4V3o-0002xL-3G for qemu-devel@nongnu.org; Mon, 05 Mar 2012 05:22:38 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:55903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4V3n-0002wr-QN for qemu-devel@nongnu.org; Mon, 05 Mar 2012 05:22:32 -0500 Date: Mon, 5 Mar 2012 11:22:26 +0100 (CET) From: Erik Rull Message-ID: <1279257577.23860.1330942946987.JavaMail.open-xchange@email.1und1.de> In-Reply-To: <4F50D615.1070207@redhat.com> References: <1330439808-524-1-git-send-email-kraxel@redhat.com> <1320283975.776120.1330694068111.JavaMail.open-xchange@email.1und1.de> <4F50D615.1070207@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb: queue can have async packets too Reply-To: Erik Rull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On March 2, 2012 at 3:15 PM Gerd Hoffmann wrote: > > But: This + the latest GIT master causes again my problems with the > > With or without this one: > > commit 5ca2358ac895139e624881c5b3bf3095d3cc4515 > Date: Wed Feb 29 09:11:00 2012 -0600 > > Merge remote-tracking branch 'kraxel/usb.39' into staging > > ? > > cheers, > Gerd > > Hi Gerd, I'm really sorry, but after rechecking my versions that worked (doing git checkouts there) I don't get it working again :-( I have no idea what's wrong now... The startup issue is existing now again on all versions I tested - maybe this was just a side effect during the bisect? So finally - with the current master + your patch the assertion failed is fixed but the startup issue seems to remain. Any ideas how I could help you debugging this issue? I tested it on Windows XP and a plain vanilla kernel 2.6.29.12 linux system - both show the same behavior. Attached the usb-filtered-dmesg from my guest linux booting up. If you need further information, please let me know! The usb 1-1 is my USB msd that gets not detected properly... Thanks a lot! Best regards, Erik 172.17.17.183 ~ # dmesg | grep "usb" -i [ 0.151096] usbcore: registered new interface driver usbfs [ 0.151591] usbcore: registered new interface driver hub [ 0.152031] usbcore: registered new device driver usb [ 0.841074] usbmon: debugfs is not available [ 0.841506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.843518] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 1.170948] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.171532] usb usb1: configuration #1 chosen from 1 choice [ 1.172080] hub 1-0:1.0: USB hub found [ 1.173100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.173602] uhci_hcd: USB Universal Host Controller Interface driver [ 1.175625] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.177092] usb usb2: configuration #1 chosen from 1 choice [ 1.177599] hub 2-0:1.0: USB hub found [ 1.180072] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 1.181477] usb usb3: configuration #1 chosen from 1 choice [ 1.182025] hub 3-0:1.0: USB hub found [ 1.184472] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ 1.185872] usb usb4: configuration #1 chosen from 1 choice [ 1.186419] hub 4-0:1.0: USB hub found [ 1.187396] Initializing USB Mass Storage driver... [ 1.187876] usbcore: registered new interface driver usb-storage [ 1.188392] USB Mass Storage support registered. [ 1.188852] usbcore: registered new interface driver ums-datafab [ 1.189394] usbcore: registered new interface driver ums-freecom [ 1.189882] usbcore: registered new interface driver ums-isd200 [ 1.190415] usbcore: registered new interface driver ums-jumpshot [ 1.190961] usbcore: registered new interface driver ums-sddr09 [ 1.191447] usbcore: registered new interface driver ums-sddr55 [ 1.192015] usbcore: registered new interface driver usbserial [ 1.192506] USB Serial support registered for generic [ 1.193031] usbcore: registered new interface driver usbserial_generic [ 1.193510] usbserial: USB Serial Driver core [ 1.194013] USB Serial support registered for cp210x [ 1.194482] usbcore: registered new interface driver cp210x [ 1.197268] USB Serial support registered for pl2303 [ 1.197741] usbcore: registered new interface driver pl2303 [ 1.198255] pl2303: Prolific PL2303 USB to serial adaptor driver [ 1.206945] usbcore: registered new interface driver usbhid [ 1.206945] usbhid: v2.6:USB HID core driver [ 1.808963] usb 1-1: new high speed USB device using ehci_hcd and address 2 [ 2.182204] usb 1-1: configuration #1 chosen from 1 choice [ 2.183150] scsi2 : SCSI emulation for USB Mass Storage devices [ 2.184084] usb-storage: device found at 2 [ 2.184085] usb-storage: waiting for device to settle before scanning [ 2.545015] usb 2-2: new full speed USB device using uhci_hcd and address 2 [ 2.895181] usb 2-2: configuration #1 chosen from 1 choice [ 2.911124] input: QEMU 1.0.50 QEMU USB Tablet as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input3 [ 2.912007] generic-usb 0003:0627:0001.0001: input: USB HID v0.01 Pointer [QEMU 1.0.50 QEMU USB Tablet] on usb-0000:00:1d.0-2/input0 [ 7.296026] usb 1-1: reset high speed USB device using ehci_hcd and address 2 [ 7.531025] usb 1-1: reset high speed USB device using ehci_hcd and address 2 [ 7.767025] usb 1-1: reset high speed USB device using ehci_hcd and address 2 [ 8.003025] usb 1-1: reset high speed USB device using ehci_hcd and address 2 [ 8.129208] usb-storage: device scan complete 172.17.17.183 ~ #