All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zheng, Shaohui" <shaohui.zheng@intel.com>
To: "Huang, Wei W" <wei.w.huang@intel.com>, kvm <kvm@vger.kernel.org>
Subject: RE:  [PATCH] kvm: userspace: change vtd.o to iommu.o in Kbuild
Date: Tue, 13 Jan 2009 15:31:54 +0800	[thread overview]
Message-ID: <AFAB8585072C7E48BC5C6F9C87F9B79704196D20@pdsmsx502.ccr.corp.intel.com> (raw)

Thanks.

--
Best Regards
Shaohui Zheng
 

-----Original Message-----
From: Huang, Wei W 
Sent: 2009年1月8日 15:27
To: kvm
Subject: [PATCH] kvm: userspace: change vtd.o to iommu.o in Kbuild

vtd.c has been renamed to iommu.c, need to change it in Kbuild accordingly.

Signed-off-by: Wei Huang <wei.w.huang@intel.com>
---
 kernel/x86/Kbuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/x86/Kbuild b/kernel/x86/Kbuild
index c4723b1..48339b4 100644
--- a/kernel/x86/Kbuild
+++ b/kernel/x86/Kbuild
@@ -10,7 +10,7 @@ ifeq ($(EXT_CONFIG_KVM_TRACE),y)
 kvm-objs += kvm_trace.o
 endif
 ifeq ($(CONFIG_DMAR),y)
-kvm-objs += vtd.o
+kvm-objs += iommu.o
 endif
 kvm-intel-objs := vmx.o vmx-debug.o ../external-module-compat.o
 kvm-amd-objs := svm.o ../external-module-compat.o
-- 
1.6.1.rc3

             reply	other threads:[~2009-01-13  7:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-13  7:31 Zheng, Shaohui [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-08  7:27 [PATCH] kvm: userspace: change vtd.o to iommu.o in Kbuild Huang, Wei W
2009-01-08 12:09 ` Amit Shah
2009-01-09  1:36   ` Han, Weidong
2009-01-09  1:40   ` Zhang, Xiantao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AFAB8585072C7E48BC5C6F9C87F9B79704196D20@pdsmsx502.ccr.corp.intel.com \
    --to=shaohui.zheng@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=wei.w.huang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.