From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0aLG-0003L1-Ep for qemu-devel@nongnu.org; Thu, 23 Feb 2012 10:12:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0aL6-0004I1-N2 for qemu-devel@nongnu.org; Thu, 23 Feb 2012 10:12:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0aL6-0004H5-CW for qemu-devel@nongnu.org; Thu, 23 Feb 2012 10:12:12 -0500 Message-ID: <4F465748.8050605@redhat.com> Date: Thu, 23 Feb 2012 16:12:08 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <390007896.172233.1329997133650.JavaMail.open-xchange@email.1und1.de> In-Reply-To: <390007896.172233.1329997133650.JavaMail.open-xchange@email.1und1.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu assertion failed with usb on current git master! List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik Rull Cc: "qemu-devel@nongnu.org" On 02/23/12 12:38, Erik Rull wrote: > When running qemu with -device usb-host an assertion failed caused by > attaching a new usb device to the host that gets routed to the guest. > > The assertion that fails is: > > qemu-system-x86_64: /home/erik/qemu/hw/usb.c:358 usb_packet_complete: > Assertion 'p->state == USB_PACKET_QUEUED' failed. Stacktrace? What kind of device? Can you enable the debug logging code in usb_packet_set_state() and send a log? thanks, Gerd