From 8277512d07ae9a5deaecc4534bef160ec537c492 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Fri, 22 Apr 2016 02:38:45 +0200 Subject: [PATCH] launch scripts: add the usb keyboard emulation for intel launching too. --- qemu-launch-scripts/start-qemu-intel.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu-launch-scripts/start-qemu-intel.sh b/qemu-launch-scripts/start-qemu-intel.sh index 750ce92..063c325 100755 --- a/qemu-launch-scripts/start-qemu-intel.sh +++ b/qemu-launch-scripts/start-qemu-intel.sh @@ -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 \ -- 2.39.2