From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com ([134.134.136.20]:36073 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933005AbcHCW7O (ORCPT ); Wed, 3 Aug 2016 18:59:14 -0400 From: "Kirill A. Shutemov" To: Theodore Ts'o Cc: linux-fsdevel@vger.kernel.org, "Kirill A. Shutemov" Subject: [PATCH 1/4] kvm-xfstests: qemu: prefer KVM over TCG Date: Thu, 4 Aug 2016 01:58:10 +0300 Message-Id: <1470265093-86525-2-git-send-email-kirill.shutemov@linux.intel.com> In-Reply-To: <1470265093-86525-1-git-send-email-kirill.shutemov@linux.intel.com> References: <1470265093-86525-1-git-send-email-kirill.shutemov@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: QEmu by default uses Tiny Code Generator. Let's prefer KVM over it. Signed-off-by: Kirill A. Shutemov --- kvm-xfstests/kvm-xfstests | 1 + 1 file changed, 1 insertion(+) diff --git a/kvm-xfstests/kvm-xfstests b/kvm-xfstests/kvm-xfstests index 7b50103f91fa..1f239976412c 100755 --- a/kvm-xfstests/kvm-xfstests +++ b/kvm-xfstests/kvm-xfstests @@ -72,6 +72,7 @@ fi chmod 400 "$VDH" $NO_ACTION $IONICE $QEMU -boot order=c $NET \ + -machine type=pc,accel=kvm:tcg \ -drive file=$ROOT_FS,if=virtio$SNAPSHOT \ -drive file=$VDB,cache=none,if=virtio,format=raw \ -drive file=$VDC,cache=none,if=virtio,format=raw \ -- 2.8.1