add "-usbdevice tablet" to qemu options

This commit is contained in:
cyberpunk2350 2018-02-17 21:44:14 -05:00 committed by GitHub
parent 5535548a45
commit f6eecfee32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
"console_type": "vnc", "console_type": "vnc",
"boot_priority": "c", "boot_priority": "c",
"kvm": "require" "kvm": "require"
"options": "-usbdevice tablet"
}, },
"images": [ "images": [
{ {