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

index 750ce92e80ab69a45efb4ee8b2f6e87346510a8e..063c325e5de152629174c6745a667ab243f7d43a 100755 (executable)
@@ -14,7 +14,8 @@ fi
 echo RFSIMG="$RFSIMG"
 
 qemu-system-x86_64 -machine q35 -m 1G -enable-kvm -smp 4 \
-        -cpu kvm64,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+vmx,+x2apic \
+        -usbdevice keyboard \
+       -cpu kvm64,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+vmx,+x2apic \
        -kernel "$KIMG" -append "root=/dev/sda memmap=66M$0x3b000000 nohpet" \
        -drive file="$RFSIMG",format=raw,id=disk,if=none \
         -device ide-hd,drive=disk -serial stdio -serial vc \