diff --git a/basic.sh b/basic.sh
index 4825275..5902877 100755
--- a/basic.sh
+++ b/basic.sh
@@ -18,7 +18,7 @@ qemu-system-x86_64 \
-drive if=pflash,format=raw,file=$OVMF/OVMF_VARS-1024x768.fd \
-vga qxl \
-device ich9-intel-hda -device hda-output \
- -usb -device usb-kbd -device usb-tablet \
+ -usb -device usb-kbd -device usb-mouse \
-netdev user,id=net0 \
-device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \
-device ich9-ahci,id=sata \
diff --git a/tools/template.xml.in b/tools/template.xml.in
index d74d9dc..853233d 100644
--- a/tools/template.xml.in
+++ b/tools/template.xml.in
@@ -76,7 +76,7 @@