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: Wed, 24 Sep 2008 10:08:09 -0500 Message-ID: <48DA57D9.2030801@codemonkey.ws> 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> <200809240955.36343.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 ey-out-2122.google.com ([74.125.78.26]:29391 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751234AbYIXPJL (ORCPT ); Wed, 24 Sep 2008 11:09:11 -0400 Received: by ey-out-2122.google.com with SMTP id 6so780325eyi.37 for ; Wed, 24 Sep 2008 08:09:10 -0700 (PDT) In-Reply-To: <200809240955.36343.amit.shah@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Amit Shah wrote: > * 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 > So this is independent of the rest of the series? Any reason not to commit this Avi? Regards, Anthony Liguori