diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-17 18:03:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-20 00:02:22 +0000 |
commit | 4ec467a3e33fa32c73641af578c10889a667a5f8 (patch) | |
tree | 2f74ebb3d7142d8e688fd32ab9e44a921f616c1f | |
parent | afcbe8232028acd1be034fdbc13d3338c6ce1732 (diff) | |
download | poky-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>
-rw-r--r-- | meta/conf/machine/include/riscv/qemuriscv.inc | 2 |
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 | |||
36 | QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" | 36 | QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" |
37 | QB_TCPSERIAL_OPT = " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" | 37 | QB_TCPSERIAL_OPT = " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" |
38 | QB_GRAPHICS = "-device bochs-display" | 38 | QB_GRAPHICS = "-device bochs-display" |
39 | QB_OPT_APPEND = "-device virtio-mouse-pci -device virtio-keyboard-pci" | 39 | QB_OPT_APPEND = "-device virtio-tablet-pci -device virtio-keyboard-pci" |