From df1dffac7af7353610e6bd331b425eacd6f863df Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Wed, 4 Aug 2010 11:47:54 +0530 Subject: run-test: Default to -smp 2 qemu upstream has gained the ability to handle smp with kvm, so let's default to 2 vcpus. Signed-off-by: Amit Shah --- run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-test.sh b/run-test.sh index d986866..305ae62 100755 --- a/run-test.sh +++ b/run-test.sh @@ -3,7 +3,7 @@ QEMU_DEF=/home/amit/build/qemu/x86_64-softmmu/qemu-system-x86_64 QEMU_OLD_DEF=/home/amit/build/qemu-0.12/x86_64-softmmu/qemu-system-x86_64 KERNEL_DEF=/home/amit/src/linux-2.6/arch/x86/boot/bzImage -VCPUS_DEF=1 +VCPUS_DEF=2 GUEST_DEF=/guests/f11-auto.qcow2 QEMU=${QEMU:-$QEMU_DEF} -- cgit