All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Huang, Wei W" <wei.w.huang@intel.com>
To: kvm <kvm@vger.kernel.org>
Subject: [PATCH] kvm: userspace: change vtd.o to iommu.o in Kbuild
Date: Thu, 8 Jan 2009 15:27:12 +0800	[thread overview]
Message-ID: <CF336BA0F635C64F8CC438BC64A259B201C4954C5C@PDSMSX501.ccr.corp.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 646 bytes --]

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

[-- Attachment #2: 0001-Change-vtd.o-to-iommu.o-in-Kbuild.patch --]
[-- Type: application/octet-stream, Size: 825 bytes --]

From bb4ceda839d920e35694489d26fcf5ffca028ecf Mon Sep 17 00:00:00 2001
From: Wei Huang <wei.w.huang@intel.com>
Date: Thu, 8 Jan 2009 14:39:26 +0800
Subject: [PATCH] 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-08  7:27 UTC|newest]

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

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=CF336BA0F635C64F8CC438BC64A259B201C4954C5C@PDSMSX501.ccr.corp.intel.com \
    --to=wei.w.huang@intel.com \
    --cc=kvm@vger.kernel.org \
    /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.