diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-15 13:27:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-15 13:27:38 +0200 |
commit | 6cee1e09b17453f987abc33215462cf0d01c690b (patch) | |
tree | 74b5ba0c6d643e2af7701edd8de8f73d47d4d9ae /test-machine | |
parent | 18e8736a93b252465ca537e978c5b0b8a3219751 (diff) |
Minor script improvements
Diffstat (limited to 'test-machine')
-rwxr-xr-x | test-machine | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-machine b/test-machine index 3d55d94..c7e279a 100755 --- a/test-machine +++ b/test-machine @@ -73,6 +73,9 @@ fi -drive "if=none,id=disk0,file=$dir/disk.img,format=raw" \ -device "virtio-blk-pci,scsi=off,drive=disk0" \ \ + -usb \ + -device usb-tablet \ + \ -chardev stdio,id=qmp \ -mon chardev=qmp,mode=control,pretty=on \ \ |