Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-07-02 Thread Gerd Hoffmann
On 07/02/12 17:47, Gerd Hoffmann wrote: >> diff --git a/hw/usb/core.c b/hw/usb/core.c >> index 0e02da7..eacda74 100644 >> --- a/hw/usb/core.c >> +++ b/hw/usb/core.c >> @@ -407,7 +407,9 @@ void usb_packet_complete(USBDevice *dev, USBPacket *p) >> int ret; >> >> usb_packet_check_state(p,

Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-07-02 Thread Gerd Hoffmann
> diff --git a/hw/usb/core.c b/hw/usb/core.c > index 0e02da7..eacda74 100644 > --- a/hw/usb/core.c > +++ b/hw/usb/core.c > @@ -407,7 +407,9 @@ void usb_packet_complete(USBDevice *dev, USBPacket *p) > int ret; > > usb_packet_check_state(p, USB_PACKET_ASYNC); > -assert(QTAILQ_FIRST(&e

Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-07-02 Thread Jan Kiszka
On 2012-07-02 13:05, Gerd Hoffmann wrote: > Hi, > >> What I also so in the trace is that the USB core apparently stumbled as >> a request that took very long too complete finally returned, and then >> the assertion triggered over this request. > > Can I get such a trace please? usb_host_req_*

Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-07-02 Thread Gerd Hoffmann
Hi, > What I also so in the trace is that the USB core apparently stumbled as > a request that took very long too complete finally returned, and then > the assertion triggered over this request. Can I get such a trace please? usb_host_req_* and usb_host_urb_* enabled should show all interestin

Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-06-28 Thread Jan Kiszka
On 2012-06-28 15:33, Jan Kiszka wrote: > On 2012-06-27 21:58, Erik Rull wrote: >> Jan Kiszka wrote: >>> On 2012-06-23 11:29, Erik Rull wrote: Jan Kiszka wrote: > Hi Gerd, > > I'm getting > > qemu/hw/usb/core.c:410: usb_packet_complete: Assertion > `((&ep->queue)->tqh_fi

Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-06-28 Thread Jan Kiszka
On 2012-06-27 21:58, Erik Rull wrote: > Jan Kiszka wrote: >> On 2012-06-23 11:29, Erik Rull wrote: >>> Jan Kiszka wrote: Hi Gerd, I'm getting qemu/hw/usb/core.c:410: usb_packet_complete: Assertion `((&ep->queue)->tqh_first) == p' failed. with a passed-through

Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-06-27 Thread Erik Rull
Jan Kiszka wrote: On 2012-06-23 11:29, Erik Rull wrote: Jan Kiszka wrote: Hi Gerd, I'm getting qemu/hw/usb/core.c:410: usb_packet_complete: Assertion `((&ep->queue)->tqh_first) == p' failed. with a passed-through USB headset (UHCI controller). This was with current QEMU git head. Known issue

Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-06-23 Thread Jan Kiszka
On 2012-06-23 11:29, Erik Rull wrote: > Jan Kiszka wrote: >> Hi Gerd, >> >> I'm getting >> >> qemu/hw/usb/core.c:410: usb_packet_complete: Assertion >> `((&ep->queue)->tqh_first) == p' failed. >> >> with a passed-through USB headset (UHCI controller). This was with >> current QEMU git head. Known i

Re: [Qemu-devel] usb_packet_complete: Assertion ... failed

2012-06-23 Thread Erik Rull
Jan Kiszka wrote: Hi Gerd, I'm getting qemu/hw/usb/core.c:410: usb_packet_complete: Assertion `((&ep->queue)->tqh_first) == p' failed. with a passed-through USB headset (UHCI controller). This was with current QEMU git head. Known issues? Anything I can do to debug it? Jan Hi all, I get

[Qemu-devel] usb_packet_complete: Assertion ... failed

2012-06-22 Thread Jan Kiszka
Hi Gerd, I'm getting qemu/hw/usb/core.c:410: usb_packet_complete: Assertion `((&ep->queue)->tqh_first) == p' failed. with a passed-through USB headset (UHCI controller). This was with current QEMU git head. Known issues? Anything I can do to debug it? Jan -- Siemens AG, Corporate Technology,