From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buHsS-000789-7y for qemu-devel@nongnu.org; Wed, 12 Oct 2016 07:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buHsM-0003u6-B9 for qemu-devel@nongnu.org; Wed, 12 Oct 2016 07:39:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buHsM-0003tx-4r for qemu-devel@nongnu.org; Wed, 12 Oct 2016 07:39:10 -0400 References: <8573a5be-47de-c50a-e1cd-5c0953b679dc@redhat.com> From: Paolo Bonzini Message-ID: Date: Wed, 12 Oct 2016 13:39:03 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] vt-x support for qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anand J Cc: qemu-devel@nongnu.org On 12/10/2016 13:34, Anand J wrote: > Thanks for replying. Can you please tell me where should I start looking > at the code in order to understand the implementation? My immediate answer is that if you cannot find it, you'll have a hard time understanding the implementation. But anyway it's in target-i386/svm_helper.c and target-i386/translate.c (search for svm in the latter file). Paolo > On Wed, Oct 12, 2016 at 4:27 PM, Paolo Bonzini > wrote: > > > > On 11/10/2016 20:41, Anand J wrote: > > I want to run KVM on qemu. For this qemu must provide vt-x/amd-v > > instruction support in the software mode. > > I was planning to try to add this feature in qemu. If somebody is already > > working on it please reply. > > QEMU provides AMD-V support. > > Paolo > >