From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Shah Subject: Re: [PATCH 6/7] KVM/userspace: Build vtd.c for Intel IOMMU support Date: Wed, 24 Sep 2008 09:55:36 +0530 Message-ID: <200809240955.36343.amit.shah@redhat.com> References: <1222181695-23418-1-git-send-email-amit.shah@redhat.com> <1222181695-23418-7-git-send-email-amit.shah@redhat.com> <48D919CE.1060408@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: avi@redhat.com, kvm@vger.kernel.org, muli@il.ibm.com, benami@il.ibm.com, weidong.han@intel.com, allen.m.kay@intel.com To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([66.187.233.31]:43496 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750991AbYIXE2q (ORCPT ); Wed, 24 Sep 2008 00:28:46 -0400 In-Reply-To: <48D919CE.1060408@codemonkey.ws> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: * On Tuesday 23 Sep 2008 22:01:10 Anthony Liguori wrote: > Amit Shah wrote: > > Signed-off-by: Amit Shah > > --- > > kernel/x86/Kbuild | 3 +++ > > 1 files changed, 3 insertions(+), 0 deletions(-) > > > > diff --git a/kernel/x86/Kbuild b/kernel/x86/Kbuild > > index 8dc0483..a4cd00c 100644 > > --- a/kernel/x86/Kbuild > > +++ b/kernel/x86/Kbuild > > @@ -5,6 +5,9 @@ kvm-objs := kvm_main.o x86.o mmu.o x86_emulate.o > > ../anon_inodes.o irq.o i8259.o ifeq ($(CONFIG_KVM_TRACE),y) > > kvm-objs += kvm_trace.o > > endif > > +ifeq ($(CONFIG_DMAR),y) > > +kvm-objs += vtd.o > > +endif > > kvm-intel-objs := vmx.o vmx-debug.o ../external-module-compat.o > > kvm-amd-objs := svm.o ../external-module-compat.o > > Where's the file come from? Already in the kernel tree -- arch/x86/kvm/vtd.c