From 98b540e0dd209cfaa1c34dad22dcd88fdc03b0d2 Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Wed, 14 Sep 2011 12:36:38 +0530 Subject: run-test: Update default kernel dir. to 'linux' instead of 'linux-2.6' linux-2.6 doesn't make much sense anymore; upstream repo has changed to 'linux', so let's update the location. 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 3adbf1e..8345f59 100755 --- a/run-test.sh +++ b/run-test.sh @@ -2,7 +2,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 +KERNEL_DEF=/home/amit/src/linux/arch/x86/boot/bzImage VCPUS_DEF=2 GUEST_DEF=/guests/f11-auto.qcow2 -- cgit