Hi, I've done the following on my OpenSUSE 13.1 install where I'm in sore need
of USB passthrough with QEMU 2.0.0
1) zypper source-install qemu to get the sources
2) update of libusb to 1.0.18 from the hardware:/debug/OpenSUSE_Factory repo -
packages are libusb-1_0-0 and libusb-1_0-devel
3) remo
xen-devel was not an issue (that package was installed so that
dependency was resolved immediately) but libusb-devel is still reported
as missing, even though I have a 1.0.18 version of a libusb-1_0-devel
installed. I would think it's only the package name that is different.
I'm not overly familiar
I went ahead and modified the qemu.spec to require libusb-1_0-devel
instead of libusb-devel. That seems to work as according to the build
output it includes /usr/include/libusb-1.0. I apologize for needing
three comments to get to this point. This is all very much a learning
experience for me.
It
Public bug reported:
Running qemu with a vde_switch and slirpvde:
vde_switch -F -sock /tmp/qemu_vde_switch -M /tmp/qemu_vde_mgmt
slirpvde -s /tmp/qemu_vde_switch -dhcp
qemu-system-x86_64 -m 2048 -smp 2 -serial mon:stdio -display none
-vga none -nodefaults -accel hax
-net nic,macadd
** Description changed:
Running qemu with a vde_switch and slirpvde:
vde_switch -F -sock /tmp/qemu_vde_switch -M /tmp/qemu_vde_mgmt
slirpvde -s /tmp/qemu_vde_switch -dhcp
- qemu-system-x86_64 -m 2048 -smp 2 -serial mon:stdio -display none
- -vga none -nodefaults -accel hax
-
Public bug reported:
Running two qemu vms on the same socket multicast address:
qemu-system-x86_64 -m 2048 -smp 2 -serial mon:stdio
-display none -vga none
-nodefaults -accel hax
-netdev user,id=mynet0
-device virtio-net-pci,netdev=mynet0
-netdev socket,id=vlan,mcast=239.192
** Description changed:
Running two qemu vms on the same socket multicast address:
qemu-system-x86_64 -m 2048 -smp 2 -serial mon:stdio
- -display none -vga none
+ -display none -vga none
-nodefaults -accel hax
-netdev user,id=mynet0
-device virtio-net-pci,netdev=
Magic! I'd been trying to figure out how to prevent my mouse from
stopping at apparently random points... Works like magic!
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1323758
Title:
Mouse stops