done
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1922430
Title:
3d accel does not take care of 1280x960 setting
Status in QEMU:
Invalid
Bug description:
openSuse 15.2
kde plasma 5.21.3, f
I use
-device usb-host,vendorid=0x046d,productid=0x081b
But in this case the webcam belongs to the guest and the host can't use
the webcam.
I want a dynamical sharing like the mouse sharing for example.
Thanks
--
You received this bug notification because you are a member of qemu-
devel-ml, w
Public bug reported:
openSuse 15.2
kde plasma 5.21.3, frameworks 5.80.0
libvirt 7.0.0
qemu 5.2.0
virgl renderer 0.8.2
here is my invocation
qemu-kvm -enable-kvm \
-m 2048 -smp 2 -cpu host \
-device virtio-vga,virgl=on -display gtk,gl=on \
-device usb-ehci \
-device usb-kbd \
-device usb-mouse \
I use this qemu invocation
[CODE]
#!/bin/bash
qemu-kvm \
-enable-kvm \
-k fr \
-m 2048 \
-smp 2 \
-cpu host \
-vga qxl \
-device usb-ehci \
-device usb-mouse \
-device usb-kbd \
-device usb-tablet \
-device ich9-intel-hda \
-device hda-duplex,audiodev=snd0 \
-audiodev pa,id=snd0 \
-device usb-hos
I made the following experiments
openSuse 15.2
kde environment
qemu 4.2.1 and 5.2.0
VM: android-x86-7.1-r5 (www.android-x86.org)
1.
i add a standard 102 keys PC keyboard with "-device usb-kbd"
for host numlock is "on"
i launch the VM
for host numlock is on. We can use the numeric keypad.
for g
Public bug reported:
Please
I am impatient to get something as "-device usb-webcam" to share
dynamically the webcam between host and guest.
Thanks
** Affects: qemu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-ml,