qemu-system-x86_64 doesn't accept -no-kqemu tests-5.0-13
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Wed, 21 Jul 2010 13:36:17 +0000 (15:36 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Wed, 21 Jul 2010 13:36:17 +0000 (15:36 +0200)
system/template-qemu/qemu-start-node

index cc0ea2a..f16e8aa 100755 (executable)
@@ -38,7 +38,7 @@ CONFIG=qemu.conf
 # make sure to check qemu-kill-node for consistency
 case $TARGET_ARCH in
     i386)              QEMU=qemu ; ARGS="" ;;
-    x86_64)            QEMU=qemu-system-x86_64 ; ARGS="-no-kqemu" ;;
+    x86_64)            QEMU=qemu-system-x86_64 ; ARGS="" ;;
     *)                 echo "Cannot handle TARGET_ARCH=$TARGET_ARCH"; exit 1 ;;
 esac