[Bug 1861884] Re: qemu socket multicast not working

2020-02-04 Thread Maarten
** 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=

[Bug 1861884] [NEW] qemu socket multicast not working

2020-02-04 Thread Maarten
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

[Bug 1861875] Re: VDE networking barely working

2020-02-04 Thread Maarten
** 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 -

[Bug 1861875] [NEW] VDE networking barely working

2020-02-04 Thread Maarten
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

[Qemu-devel] [Bug 1323758] Re: Mouse stops working when connected usb-storage-device

2015-12-23 Thread Maarten Jacobs
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

[Qemu-devel] [Bug 1320360] Re: usb passthrough not working anymore

2014-06-09 Thread Maarten
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

[Qemu-devel] [Bug 1320360] Re: usb passthrough not working anymore

2014-06-09 Thread Maarten
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

[Qemu-devel] [Bug 1320360] Re: usb passthrough not working anymore

2014-06-09 Thread Maarten
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