qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 910090] [NEW] qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough
@ 2011-12-30 13:35 commiethebeastie
  2011-12-30 14:19 ` Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: commiethebeastie @ 2011-12-30 13:35 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu-kvm runned the  Windows 7 or Windows XP with:

/usr/bin/kvm  -smp 2 -cpu Opteron_G3 -device intel-hda -device hda-
duplex -vga vmware -enable-kvm -m 768 -localtime -cdrom "/home/user
/virtio-win-0.1-15.iso" -drive
file=/home/user/media/vbox/windows7,if=virtio -boot once=d,menu=off -net
nic,vlan=0,model=virtio -net user,vlan=0 -usb -device usb-
host,hostbus=4,hostaddr=2 -name "Windows 7" $*

After installing the HID mouse driver in Windows, I pressed the left
button of the mouse and the qemu-kvm crashed with an error:

qemu-kvm-0.15.1/hw/usb.c:336 usb_packet_complete: Assertion `p->owner
!=((void*)0)` failed

Mouse model: A4tech XL-750BH

** Affects: qemu
     Importance: Undecided
     Assignee: commiethebeastie (commiethebeastie)
         Status: New


** Tags: crash passthrough usb

** Changed in: qemu
     Assignee: (unassigned) => commiethebeastie (commiethebeastie)

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/910090

Title:
  qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough

Status in QEMU:
  New

Bug description:
  qemu-kvm runned the  Windows 7 or Windows XP with:

  /usr/bin/kvm  -smp 2 -cpu Opteron_G3 -device intel-hda -device hda-
  duplex -vga vmware -enable-kvm -m 768 -localtime -cdrom "/home/user
  /virtio-win-0.1-15.iso" -drive
  file=/home/user/media/vbox/windows7,if=virtio -boot once=d,menu=off
  -net nic,vlan=0,model=virtio -net user,vlan=0 -usb -device usb-
  host,hostbus=4,hostaddr=2 -name "Windows 7" $*

  After installing the HID mouse driver in Windows, I pressed the left
  button of the mouse and the qemu-kvm crashed with an error:

  qemu-kvm-0.15.1/hw/usb.c:336 usb_packet_complete: Assertion `p->owner
  !=((void*)0)` failed

  Mouse model: A4tech XL-750BH

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/910090/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Bug 910090] [NEW] qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough
  2011-12-30 13:35 [Qemu-devel] [Bug 910090] [NEW] qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough commiethebeastie
@ 2011-12-30 14:19 ` Stefan Hajnoczi
  2011-12-30 15:27 ` [Qemu-devel] [Bug 910090] " commiethebeastie
  2011-12-30 16:20 ` commiethebeastie
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2011-12-30 14:19 UTC (permalink / raw)
  To: commiethebeastie; +Cc: qemu-devel

On Fri, Dec 30, 2011 at 01:35:08PM -0000, commiethebeastie wrote:
> Public bug reported:
> 
> qemu-kvm runned the  Windows 7 or Windows XP with:
> 
> /usr/bin/kvm  -smp 2 -cpu Opteron_G3 -device intel-hda -device hda-
> duplex -vga vmware -enable-kvm -m 768 -localtime -cdrom "/home/user
> /virtio-win-0.1-15.iso" -drive
> file=/home/user/media/vbox/windows7,if=virtio -boot once=d,menu=off -net
> nic,vlan=0,model=virtio -net user,vlan=0 -usb -device usb-
> host,hostbus=4,hostaddr=2 -name "Windows 7" $*
> 
> After installing the HID mouse driver in Windows, I pressed the left
> button of the mouse and the qemu-kvm crashed with an error:
> 
> qemu-kvm-0.15.1/hw/usb.c:336 usb_packet_complete: Assertion `p->owner
> !=((void*)0)` failed
> 
> Mouse model: A4tech XL-750BH
> 
> ** Affects: qemu
>      Importance: Undecided
>      Assignee: commiethebeastie (commiethebeastie)
>          Status: New
> 
> 
> ** Tags: crash passthrough usb
> 
> ** Changed in: qemu
>      Assignee: (unassigned) => commiethebeastie (commiethebeastie)
> 
> -- 
> You received this bug notification because you are a member of qemu-
> devel-ml, which is subscribed to QEMU.
> https://bugs.launchpad.net/bugs/910090

This is a known bug and has been fixed in qemu.git/master by commit
80cf7cf74f29a219e02b50f27c12b1c792ebf99b.

You can find the patch here:
http://patchwork.ozlabs.org/patch/119448/

Please try the latest qemu.git or qemu-kvm.git, which both contain this
patch.

Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 910090] Re: qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough
  2011-12-30 13:35 [Qemu-devel] [Bug 910090] [NEW] qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough commiethebeastie
  2011-12-30 14:19 ` Stefan Hajnoczi
@ 2011-12-30 15:27 ` commiethebeastie
  2011-12-30 16:20 ` commiethebeastie
  2 siblings, 0 replies; 4+ messages in thread
From: commiethebeastie @ 2011-12-30 15:27 UTC (permalink / raw)
  To: qemu-devel

Ok, it`s work for me.

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/910090

Title:
  qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough

Status in QEMU:
  Fix Released

Bug description:
  qemu-kvm runned the  Windows 7 or Windows XP with:

  /usr/bin/kvm  -smp 2 -cpu Opteron_G3 -device intel-hda -device hda-
  duplex -vga vmware -enable-kvm -m 768 -localtime -cdrom "/home/user
  /virtio-win-0.1-15.iso" -drive
  file=/home/user/media/vbox/windows7,if=virtio -boot once=d,menu=off
  -net nic,vlan=0,model=virtio -net user,vlan=0 -usb -device usb-
  host,hostbus=4,hostaddr=2 -name "Windows 7" $*

  After installing the HID mouse driver in Windows, I pressed the left
  button of the mouse and the qemu-kvm crashed with an error:

  qemu-kvm-0.15.1/hw/usb.c:336 usb_packet_complete: Assertion `p->owner
  !=((void*)0)` failed

  Mouse model: A4tech XL-750BH

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/910090/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 910090] Re: qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough
  2011-12-30 13:35 [Qemu-devel] [Bug 910090] [NEW] qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough commiethebeastie
  2011-12-30 14:19 ` Stefan Hajnoczi
  2011-12-30 15:27 ` [Qemu-devel] [Bug 910090] " commiethebeastie
@ 2011-12-30 16:20 ` commiethebeastie
  2 siblings, 0 replies; 4+ messages in thread
From: commiethebeastie @ 2011-12-30 16:20 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Released => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/910090

Title:
  qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough

Status in QEMU:
  Invalid

Bug description:
  qemu-kvm runned the  Windows 7 or Windows XP with:

  /usr/bin/kvm  -smp 2 -cpu Opteron_G3 -device intel-hda -device hda-
  duplex -vga vmware -enable-kvm -m 768 -localtime -cdrom "/home/user
  /virtio-win-0.1-15.iso" -drive
  file=/home/user/media/vbox/windows7,if=virtio -boot once=d,menu=off
  -net nic,vlan=0,model=virtio -net user,vlan=0 -usb -device usb-
  host,hostbus=4,hostaddr=2 -name "Windows 7" $*

  After installing the HID mouse driver in Windows, I pressed the left
  button of the mouse and the qemu-kvm crashed with an error:

  qemu-kvm-0.15.1/hw/usb.c:336 usb_packet_complete: Assertion `p->owner
  !=((void*)0)` failed

  Mouse model: A4tech XL-750BH

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/910090/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-30 16:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30 13:35 [Qemu-devel] [Bug 910090] [NEW] qemu-kvm 0.15.1 crashes after left click with usb mouse passthrough commiethebeastie
2011-12-30 14:19 ` Stefan Hajnoczi
2011-12-30 15:27 ` [Qemu-devel] [Bug 910090] " commiethebeastie
2011-12-30 16:20 ` commiethebeastie

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).