From: Khem Raj Date: Fri, 18 Mar 2022 01:03:25 +0000 (-0700) Subject: qemuriscv: Use virtio-tablet-pci for mouse X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=010287147d2205790745e6dab8e955e71bc7cac2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemuriscv: Use virtio-tablet-pci for mouse This helps in making mouse response better where transition between host and guest mouse is abrupt and not precise and as a result its difficult to access stuff near the edges. Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni --- diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index 14eaf5d64a2..1d32b4a5820 100644 --- a/meta/conf/machine/include/riscv/qemuriscv.inc +++ b/meta/conf/machine/include/riscv/qemuriscv.inc @@ -36,4 +36,4 @@ QB_ROOTFS_OPT = "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" QB_TCPSERIAL_OPT = " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" QB_GRAPHICS = "-device bochs-display" -QB_OPT_APPEND = "-device virtio-mouse-pci -device virtio-keyboard-pci" +QB_OPT_APPEND = "-device virtio-tablet-pci -device virtio-keyboard-pci"