On February 27, 2012 at 5:53 PM Erik Rull 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 the execut
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 m
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 spec
On February 27, 2012 at 1:48 PM Gerd Hoffmann 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 r
>>> 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 gdbserv
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 usb_packet_comple
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:
> Asserti
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.
It was