]> rtime.felk.cvut.cz Git - jailhouse-test.git/blobdiff - qemu-launch-scripts/start-qemu-amd.sh
qemu: Launch qemu without x2apic support. Fiasco uses xapic, jailhouse is not needed...
[jailhouse-test.git] / qemu-launch-scripts / start-qemu-amd.sh
index 5e96682f624edc4b924ccc6ced5bccb234dbe838..f51185f8f3f69ab42c65d9e71756a5645823cbe7 100755 (executable)
@@ -13,8 +13,9 @@ else
 fi
 echo RFSIMG="$RFSIMG"
 qemu-system-x86_64 -machine q35 -m 1G -enable-kvm -smp 4 \
-       -cpu host,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+svm,+x2apic \
+       -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 \
-        -device ide-hd,drive=disk -serial stdio        -serial vc \
+        -device ide-hd,drive=disk -serial stdio -serial vc \
         -device intel-hda,addr=1b.0 -device hda-duplex