From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 6/7] KVM/userspace: Build vtd.c for Intel IOMMU support Date: Tue, 23 Sep 2008 11:31:10 -0500 Message-ID: <48D919CE.1060408@codemonkey.ws> References: <1222181695-23418-1-git-send-email-amit.shah@redhat.com> <1222181695-23418-2-git-send-email-amit.shah@redhat.com> <1222181695-23418-3-git-send-email-amit.shah@redhat.com> <1222181695-23418-4-git-send-email-amit.shah@redhat.com> <1222181695-23418-5-git-send-email-amit.shah@redhat.com> <1222181695-23418-6-git-send-email-amit.shah@redhat.com> <1222181695-23418-7-git-send-email-amit.shah@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Amit Shah Return-path: Received: from nf-out-0910.google.com ([64.233.182.188]:57315 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751766AbYIWQcM (ORCPT ); Tue, 23 Sep 2008 12:32:12 -0400 Received: by nf-out-0910.google.com with SMTP id d3so738932nfc.21 for ; Tue, 23 Sep 2008 09:32:10 -0700 (PDT) In-Reply-To: <1222181695-23418-7-git-send-email-amit.shah@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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? Regards, Anthony Liguori