Re: [Qemu-devel] qemu assertion failed with usb on current git master!

2012-02-28 Thread Erik Rull
On February 27, 2012 at 5:53 PM Erik Rull erik.r...@rdsoftware.de wrote: Gerd Hoffmann wrote: Hi, I'm really sorry, but I don't understand what's happening - I copied the qemu executable on my target system before executing it, but gdb complains that the core file does not match

Re: [Qemu-devel] qemu assertion failed with usb on current git master!

2012-02-27 Thread Gerd Hoffmann
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? Hi Gerd, attached the usb logger dump as requested. Stacktrace - I tried that without real success using the gdbserver - I had issues

Re: [Qemu-devel] qemu assertion failed with usb on current git master!

2012-02-27 Thread Erik Rull
On February 27, 2012 at 1:48 PM Gerd Hoffmann kra...@redhat.com wrote: 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? Hi Gerd, attached the usb logger dump as requested.

Re: [Qemu-devel] qemu assertion failed with usb on current git master!

2012-02-27 Thread Gerd Hoffmann
Hi, I'm really sorry, but I don't understand what's happening - I copied the qemu executable on my target system before executing it, but gdb complains that the core file does not match the executable! But except the file paths they are identical. warning: core file may not match

Re: [Qemu-devel] qemu assertion failed with usb on current git master!

2012-02-27 Thread Erik Rull
Gerd Hoffmann wrote: Hi, I'm really sorry, but I don't understand what's happening - I copied the qemu executable on my target system before executing it, but gdb complains that the core file does not match the executable! But except the file paths they are identical. warning: core file

Re: [Qemu-devel] qemu assertion failed with usb on current git master!

2012-02-23 Thread Gerd Hoffmann
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

Re: [Qemu-devel] qemu assertion failed with usb on current git master!

2012-02-23 Thread Erik Rull
Gerd Hoffmann wrote: 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