From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50450 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ8Nx-0006bC-AU for qemu-devel@nongnu.org; Wed, 14 Jul 2010 16:16:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZ8Nw-0000G0-3F for qemu-devel@nongnu.org; Wed, 14 Jul 2010 16:16:53 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:54720) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ8Nv-0000Fo-PJ for qemu-devel@nongnu.org; Wed, 14 Jul 2010 16:16:52 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [RFC PATCH 2/7] AMD IOMMU emulation Date: Wed, 14 Jul 2010 21:16:48 +0100 References: <1279086307-9596-1-git-send-email-eduard.munteanu@linux360.ro> <1279086307-9596-3-git-send-email-eduard.munteanu@linux360.ro> In-Reply-To: <1279086307-9596-3-git-send-email-eduard.munteanu@linux360.ro> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201007142116.49083.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: joro@8bytes.org, avi@redhat.com, kvm@vger.kernel.org, Eduard - Gabriel Munteanu > + --enable-amd-iommu-emul) amd_iommu="yes" > +#ifdef CONFIG_AMD_IOMMU > + amd_iommu_init(pci_bus); > +#endif This should not be a configure option. Paul