summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-17 18:03:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-20 00:02:22 +0000
commit4ec467a3e33fa32c73641af578c10889a667a5f8 (patch)
tree2f74ebb3d7142d8e688fd32ab9e44a921f616c1f /meta/conf/machine
parentafcbe8232028acd1be034fdbc13d3338c6ce1732 (diff)
downloadpoky-4ec467a3e33fa32c73641af578c10889a667a5f8.tar.gz
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. (From OE-Core rev: 010287147d2205790745e6dab8e955e71bc7cac2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/include/riscv/qemuriscv.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc
index 14eaf5d64a..1d32b4a582 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
36QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" 36QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon"
37QB_TCPSERIAL_OPT = " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" 37QB_TCPSERIAL_OPT = " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon"
38QB_GRAPHICS = "-device bochs-display" 38QB_GRAPHICS = "-device bochs-display"
39QB_OPT_APPEND = "-device virtio-mouse-pci -device virtio-keyboard-pci" 39QB_OPT_APPEND = "-device virtio-tablet-pci -device virtio-keyboard-pci"