summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-08-04 11:47:54 +0530
committerAmit Shah <amit.shah@redhat.com>2010-08-04 11:47:54 +0530
commitdf1dffac7af7353610e6bd331b425eacd6f863df (patch)
tree9435e62183b93dae52d6be9103e5465b735fe448
parent0fe10057711282253e4c7fabe7b7631048908404 (diff)
downloadtest-virtserial-df1dffac7af7353610e6bd331b425eacd6f863df.tar.gz
test-virtserial-df1dffac7af7353610e6bd331b425eacd6f863df.tar.xz
test-virtserial-df1dffac7af7353610e6bd331b425eacd6f863df.zip
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 <amit.shah@redhat.com>
-rwxr-xr-xrun-test.sh2
1 files changed, 1 insertions, 1 deletions
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}