* qemu-kvm 0.15 usb problem
@ 2011-08-09 19:30 Michael
2011-08-09 20:23 ` Yoder Stuart-B08248
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Michael @ 2011-08-09 19:30 UTC (permalink / raw)
To: kvm
Hi All,
After installed 0.15 ( and 0.15rc1) guest VM failed at some point with
USB attached with error:
qemu-system-x86_64: /tmp/qemu-kvm-0.15.0/hw/usb.c:336:
usb_packet_complete: Assertion `p->owner != ((void *)0)' failed.
host intel,linux-3.0 ( debian squeeze x64 )
start with "qemu-system-x86_64 -m 512 -smp 2 /BIG/Virtual/debian6.base
-usb -usbdevice host:067b:2303"
kvm 0.12.5 works without problem.
Do I missing something?
--
--
Michael
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: qemu-kvm 0.15 usb problem
2011-08-09 19:30 qemu-kvm 0.15 usb problem Michael
@ 2011-08-09 20:23 ` Yoder Stuart-B08248
2011-08-10 7:25 ` Gerd Hoffmann
2011-09-14 15:19 ` Lutz Vieweg
2 siblings, 0 replies; 8+ messages in thread
From: Yoder Stuart-B08248 @ 2011-08-09 20:23 UTC (permalink / raw)
To: kvm@vger.kernel.org
unsubscribe kvm
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: qemu-kvm 0.15 usb problem
2011-08-09 19:30 qemu-kvm 0.15 usb problem Michael
2011-08-09 20:23 ` Yoder Stuart-B08248
@ 2011-08-10 7:25 ` Gerd Hoffmann
2011-09-14 15:23 ` Lutz Vieweg
2011-09-16 16:22 ` Thomas Beinicke
2011-09-14 15:19 ` Lutz Vieweg
2 siblings, 2 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2011-08-10 7:25 UTC (permalink / raw)
To: Michael; +Cc: kvm
On 08/09/11 21:30, Michael wrote:
> Hi All,
> After installed 0.15 ( and 0.15rc1) guest VM failed at some point with
> USB attached with error:
> qemu-system-x86_64: /tmp/qemu-kvm-0.15.0/hw/usb.c:336:
> usb_packet_complete: Assertion `p->owner != ((void *)0)' failed.
Looks like a bug.
> host intel,linux-3.0 ( debian squeeze x64 )
> start with "qemu-system-x86_64 -m 512 -smp 2 /BIG/Virtual/debian6.base
> -usb -usbdevice host:067b:2303"
What kind of device is this?
cheers,
Gerd
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: qemu-kvm 0.15 usb problem
2011-08-09 19:30 qemu-kvm 0.15 usb problem Michael
2011-08-09 20:23 ` Yoder Stuart-B08248
2011-08-10 7:25 ` Gerd Hoffmann
@ 2011-09-14 15:19 ` Lutz Vieweg
2 siblings, 0 replies; 8+ messages in thread
From: Lutz Vieweg @ 2011-09-14 15:19 UTC (permalink / raw)
To: kvm; +Cc: qemu-devel
On 08/09/2011 09:30 PM, Michael wrote:
> After installed 0.15 ( and 0.15rc1) guest VM failed at some point with
> USB attached with error:
> qemu-system-x86_64: /tmp/qemu-kvm-0.15.0/hw/usb.c:336:
> usb_packet_complete: Assertion `p->owner != ((void *)0)' failed.
I experienced the exact same problem, a formerly working USB usage
by the virtual machine suddenly caused this assertion to abort
qemu-kvm 0.15.
Looking only briefly at this assertion and the surrounding code,
I found that I did not understand what it's good for, so I removed
the assertion, re-compiled, and - voila! - qemu-kvm 0.15 now works
with the USB device as good as before.
Regards,
Lutz Vieweg
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: qemu-kvm 0.15 usb problem
2011-08-10 7:25 ` Gerd Hoffmann
@ 2011-09-14 15:23 ` Lutz Vieweg
2011-09-16 16:22 ` Thomas Beinicke
1 sibling, 0 replies; 8+ messages in thread
From: Lutz Vieweg @ 2011-09-14 15:23 UTC (permalink / raw)
To: kvm
On 08/10/2011 09:25 AM, Gerd Hoffmann wrote:
>> qemu-system-x86_64: /tmp/qemu-kvm-0.15.0/hw/usb.c:336:
>> usb_packet_complete: Assertion `p->owner != ((void *)0)' failed.
> What kind of device is this?
I can say that in my case, a dive computer (a primitive serial device,
I think) caused the assertion.
Regards,
Lutz Vieweg
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: qemu-kvm 0.15 usb problem
2011-08-10 7:25 ` Gerd Hoffmann
2011-09-14 15:23 ` Lutz Vieweg
@ 2011-09-16 16:22 ` Thomas Beinicke
2011-09-19 6:30 ` Gerd Hoffmann
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Beinicke @ 2011-09-16 16:22 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: Michael, kvm@vger.kernel.org
I am experiencing the same problem with version 0.15 while 0.14 works flawless.
We're using it for an USB ISDN card which freezes the windows host with qemu-kvm 0.15 when "plugged in" while the system is already running or it completely prevents the start of the VM.
We experience the same problem with two completely different USB ISDN adapters.
I can further debug this problem if necessary.
Cheers,
Thomas
On Wednesday 10 August 2011 09:25:11 Gerd Hoffmann wrote:
> On 08/09/11 21:30, Michael wrote:
> > Hi All,
> > After installed 0.15 ( and 0.15rc1) guest VM failed at some point with
> > USB attached with error:
> > qemu-system-x86_64: /tmp/qemu-kvm-0.15.0/hw/usb.c:336:
> > usb_packet_complete: Assertion `p->owner != ((void *)0)' failed.
>
> Looks like a bug.
>
> > host intel,linux-3.0 ( debian squeeze x64 )
> > start with "qemu-system-x86_64 -m 512 -smp 2 /BIG/Virtual/debian6.base
> > -usb -usbdevice host:067b:2303"
>
> What kind of device is this?
>
> cheers,
> Gerd
>
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: qemu-kvm 0.15 usb problem
2011-09-16 16:22 ` Thomas Beinicke
@ 2011-09-19 6:30 ` Gerd Hoffmann
2011-10-25 14:46 ` Thomas Beinicke
0 siblings, 1 reply; 8+ messages in thread
From: Gerd Hoffmann @ 2011-09-19 6:30 UTC (permalink / raw)
To: Thomas Beinicke; +Cc: Michael, kvm@vger.kernel.org
On 09/16/11 18:22, Thomas Beinicke wrote:
> I am experiencing the same problem with version 0.15 while 0.14 works flawless.
> We're using it for an USB ISDN card which freezes the windows host with qemu-kvm 0.15 when "plugged in" while the system is already running or it completely prevents the start of the VM.
> We experience the same problem with two completely different USB ISDN adapters.
>
> I can further debug this problem if necessary.
Try http://www.kraxel.org/cgit/qemu/log/?h=usb.25.stable
cheers,
Gerd
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: qemu-kvm 0.15 usb problem
2011-09-19 6:30 ` Gerd Hoffmann
@ 2011-10-25 14:46 ` Thomas Beinicke
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Beinicke @ 2011-10-25 14:46 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: Michael, kvm@vger.kernel.org
Hi Gerd,
I tried with the branch you suggested but it didn't work either.
The whole WinXP VM crashed once I virtually "plugged in" the USB ISDN card.
I also tried the qemu-kvm-15.1 release but that also didn't work.
Do you have any further suggestions? How can I assist in debugging that problem?
Cheers
Thomas
On Monday 19 September 2011 08:30:11 Gerd Hoffmann wrote:
> On 09/16/11 18:22, Thomas Beinicke wrote:
> > I am experiencing the same problem with version 0.15 while 0.14 works flawless.
> > We're using it for an USB ISDN card which freezes the windows host with qemu-kvm 0.15 when "plugged in" while the system is already running or it completely prevents the start of the VM.
> > We experience the same problem with two completely different USB ISDN adapters.
> >
> > I can further debug this problem if necessary.
>
> Try http://www.kraxel.org/cgit/qemu/log/?h=usb.25.stable
>
> cheers,
> Gerd
>
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-10-25 14:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 19:30 qemu-kvm 0.15 usb problem Michael
2011-08-09 20:23 ` Yoder Stuart-B08248
2011-08-10 7:25 ` Gerd Hoffmann
2011-09-14 15:23 ` Lutz Vieweg
2011-09-16 16:22 ` Thomas Beinicke
2011-09-19 6:30 ` Gerd Hoffmann
2011-10-25 14:46 ` Thomas Beinicke
2011-09-14 15:19 ` Lutz Vieweg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).