From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5DSC-0008Sa-Ch for qemu-devel@nongnu.org; Wed, 07 Mar 2012 04:47:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5DS9-0005r9-LE for qemu-devel@nongnu.org; Wed, 07 Mar 2012 04:46:39 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:63833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5DS9-0005qz-BK for qemu-devel@nongnu.org; Wed, 07 Mar 2012 04:46:37 -0500 Date: Wed, 7 Mar 2012 10:46:35 +0100 (CET) From: Erik Rull Message-ID: <2025060672.17677.1331113595558.JavaMail.open-xchange@email.1und1.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] New assertion failed for USB Reply-To: Erik Rull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: "qemu-devel@nongnu.org" Hi Gerd, there are new assertion failed when plugging in a USB security dongle at guest runtime. They occur on the current GIT master + your async patch. /home/erik/qemu/hw/usb.c:352 usb_packet_complete: Assertion '((&ep->queue)->tqh_first) == p' failed. I got this only once and I'm currently not able to reproduce that. Next one is: Same security dongle (I tested two different hardware versions, both show the same behaviour): - They get detected at runtime (beside this one crash above) but it takes quite long - When being plugged in before guest startup I get the following assertion - this seems to happen in BIOS before the guest OS actually boots: /home/erik/qemu/hw/usb-uhci.c:967: uhci_fill_queue: Assertion 'ret == 2' failed. If you need further information, just let me know how to produce it. Best regards, Erik