]> rtime.felk.cvut.cz Git - jailhouse-test.git/commitdiff
launch scripts: add the usb keyboard emulation instead of the i8042 keyboard.
authorMaxim Baryshnikov <barysmax@fel.cvut.cz>
Fri, 22 Apr 2016 00:36:38 +0000 (02:36 +0200)
committerMaxim Baryshnikov <barysmax@fel.cvut.cz>
Fri, 22 Apr 2016 00:36:38 +0000 (02:36 +0200)
qemu-launch-scripts/start-qemu-amd.sh

index 5e96682f624edc4b924ccc6ced5bccb234dbe838..a46a16694ce13477e767659bf5fb8add97b75c15 100755 (executable)
@@ -13,6 +13,7 @@ else
 fi
 echo RFSIMG="$RFSIMG"
 qemu-system-x86_64 -machine q35 -m 1G -enable-kvm -smp 4 \
+       -usbdevice keyboard \
        -cpu host,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+svm,+x2apic \
        -kernel "$KIMG" -append "root=/dev/sda memmap=66M$0x3b000000 nohpet" \
        -drive file="$RFSIMG",format=raw,id=disk,if=none \