summaryrefslogtreecommitdiffstats
path: root/run-test.sh
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-05-29 12:18:12 +0530
committerAmit Shah <amit.shah@redhat.com>2010-05-29 12:18:12 +0530
commit0fe10057711282253e4c7fabe7b7631048908404 (patch)
treefb9b1373d8afabc5a5d332f1079eb87a7b8b1e75 /run-test.sh
parent7009b6546d5c70888857f28884c7c921b96af44c (diff)
downloadtest-virtserial-0fe10057711282253e4c7fabe7b7631048908404.tar.gz
test-virtserial-0fe10057711282253e4c7fabe7b7631048908404.tar.xz
test-virtserial-0fe10057711282253e4c7fabe7b7631048908404.zip
run-test: Update default qemu paths
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'run-test.sh')
-rwxr-xr-xrun-test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/run-test.sh b/run-test.sh
index 97e594f..d986866 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -1,8 +1,8 @@
#!/bin/bash
-QEMU_DEF=/home/amit/src/qemu-kvm/x86_64-softmmu/qemu-system-x86_64
-QEMU_OLD_DEF=/home/amit/src/qemu/x86_64-softmmu/qemu-system-x86_64
-KERNEL_DEF=/home/amit/tmp/linux-2.6/arch/x86/boot/bzImage
+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
GUEST_DEF=/guests/f11-auto.qcow2