Re: [Qemu-devel] [BUG] USB assertion triggers in usb_packet_complete()

2011-10-13 Thread Gerd Hoffmann
Hi, Hi Thomas, I hit the same bug recently and Gerd has posted a patch which you can test: http://patchwork.ozlabs.org/patch/118726/ Thanks for the hint, Stefan, you're right, that seems to be the same bug. Your patch is working fine in my scenario, too. However, Gerd's patch is not working

Re: [Qemu-devel] [BUG] USB assertion triggers in usb_packet_complete()

2011-10-12 Thread Thomas Huth
Am Wed, 12 Oct 2011 11:02:42 +0100 schrieb Stefan Hajnoczi : > On Tue, Oct 11, 2011 at 8:35 AM, Thomas Huth wrote: > > Am Mon, 10 Oct 2011 15:03:41 +0200 > > schrieb Thomas Huth : > >> > >> I am currently facing a problem when running QEMU (up-to-date git > >> version) with OHCI and a lot of virt

Re: [Qemu-devel] [BUG] USB assertion triggers in usb_packet_complete()

2011-10-12 Thread Stefan Hajnoczi
On Tue, Oct 11, 2011 at 8:35 AM, Thomas Huth wrote: > Am Mon, 10 Oct 2011 15:03:41 +0200 > schrieb Thomas Huth : >> >> I am currently facing a problem when running QEMU (up-to-date git >> version) with OHCI and a lot of virtual USB devices. >> The emulator dies with the following assertion: >> >>

Re: [Qemu-devel] [BUG] USB assertion triggers in usb_packet_complete()

2011-10-11 Thread Thomas Huth
Am Mon, 10 Oct 2011 15:03:41 +0200 schrieb Thomas Huth : > > I am currently facing a problem when running QEMU (up-to-date git > version) with OHCI and a lot of virtual USB devices. > The emulator dies with the following assertion: > > qemu-system-arm: hw/usb.c:337: usb_packet_complete: > Asserti

[Qemu-devel] [BUG] USB assertion triggers in usb_packet_complete()

2011-10-10 Thread Thomas Huth
Hi! I am currently facing a problem when running QEMU (up-to-date git version) with OHCI and a lot of virtual USB devices. The emulator dies with the following assertion: qemu-system-arm: hw/usb.c:337: usb_packet_complete: Assertion `p->owner != ((void *)0)' failed. To reproduce this problem,