diff --git a/src/guest/start.c b/src/guest/start.c index 2f05c19..6cd339f 100644 --- a/src/guest/start.c +++ b/src/guest/start.c @@ -42,7 +42,7 @@ static const char *fixed_cmd = " -cpu host,-waitpkg" " -enable-kvm" " -device qemu-xhci,id=xhci,p2=8,p3=8" - " -device usb-mouse" + " -device usb-tablet" " -device usb-kbd" " -device intel-iommu,device-iotlb=on,caching-mode=on" " -nodefaults ";