From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:54882 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968168AbcHEU6P (ORCPT ); Fri, 5 Aug 2016 16:58:15 -0400 Date: Fri, 5 Aug 2016 16:58:12 -0400 From: Theodore Ts'o To: "Kirill A. Shutemov" Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 1/4] kvm-xfstests: qemu: prefer KVM over TCG Message-ID: <20160805205812.GB21538@thunk.org> References: <1470265093-86525-1-git-send-email-kirill.shutemov@linux.intel.com> <1470265093-86525-2-git-send-email-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470265093-86525-2-git-send-email-kirill.shutemov@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Aug 04, 2016 at 01:58:10AM +0300, Kirill A. Shutemov wrote: > QEmu by default uses Tiny Code Generator. Let's prefer KVM over it. > > Signed-off-by: Kirill A. Shutemov Applied, thanks. We use /usr/bin/kvm by default which uses kvm by default, but if you are building your own qemu and specify the use of qemu-system-x86_64, this would be needed. - Ted