From: "tip-bot for H. Peter Anvin" <hpa@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
greg@kroah.com, hjanssen@microsoft.com, ksrinivasan@novell.com,
dtor@vmware.com, tglx@linutronix.de, akataria@vmware.com
Subject: [tip:x86/cpu] x86, hypervisor: Export the x86_hyper* symbols
Date: Sun, 9 May 2010 08:18:41 GMT [thread overview]
Message-ID: <tip-96f6e775b58687d85ee33004d414419b5ec34106@git.kernel.org> (raw)
In-Reply-To: <4BE49778.6060800@zytor.com>
Commit-ID: 96f6e775b58687d85ee33004d414419b5ec34106
Gitweb: http://git.kernel.org/tip/96f6e775b58687d85ee33004d414419b5ec34106
Author: H. Peter Anvin <hpa@zytor.com>
AuthorDate: Sun, 9 May 2010 01:10:34 -0700
Committer: H. Peter Anvin <hpa@zytor.com>
CommitDate: Sun, 9 May 2010 01:10:34 -0700
x86, hypervisor: Export the x86_hyper* symbols
Export x86_hyper and the related specific structures, allowing for
hypervisor identification by modules.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Greg KH <greg@kroah.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Alok Kataria <akataria@vmware.com>
Cc: Ky Srinivasan <ksrinivasan@novell.com>
Cc: Dmitry Torokhov <dtor@vmware.com>
LKML-Reference: <4BE49778.6060800@zytor.com>
---
arch/x86/kernel/cpu/hypervisor.c | 1 +
arch/x86/kernel/cpu/mshyperv.c | 1 +
arch/x86/kernel/cpu/vmware.c | 2 +-
3 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/cpu/hypervisor.c b/arch/x86/kernel/cpu/hypervisor.c
index 8738175..4afb5a2 100644
--- a/arch/x86/kernel/cpu/hypervisor.c
+++ b/arch/x86/kernel/cpu/hypervisor.c
@@ -36,6 +36,7 @@ static const __initconst struct hypervisor_x86 * const hypervisors[] =
};
const struct hypervisor_x86 *x86_hyper;
+EXPORT_SYMBOL(x86_hyper);
static inline void __init
detect_hypervisor_vendor(void)
diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c
index 5969c3e..0f13717 100644
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@ -51,3 +51,4 @@ const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv = {
.detect = ms_hyperv_platform,
.init_platform = ms_hyperv_init_platform,
};
+EXPORT_SYMBOL(x86_hyper_ms_hyperv);
diff --git a/arch/x86/kernel/cpu/vmware.c b/arch/x86/kernel/cpu/vmware.c
index 265b432..b9d1ff5 100644
--- a/arch/x86/kernel/cpu/vmware.c
+++ b/arch/x86/kernel/cpu/vmware.c
@@ -99,7 +99,6 @@ static bool __init vmware_platform(void)
return false;
}
-EXPORT_SYMBOL(vmware_platform);
/*
* VMware hypervisor takes care of exporting a reliable TSC to the guest.
@@ -125,3 +124,4 @@ const __refconst struct hypervisor_x86 x86_hyper_vmware = {
.set_cpu_features = vmware_set_cpu_features,
.init_platform = vmware_platform_setup,
};
+EXPORT_SYMBOL(x86_hyper_vmware);
next prev parent reply other threads:[~2010-05-09 8:19 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-07 22:43 RFC - Cleaned up hypervisor layer H. Peter Anvin
2010-05-07 23:02 ` Greg KH
2010-05-07 23:08 ` H. Peter Anvin
2010-05-07 23:12 ` Greg KH
2010-05-07 23:18 ` H. Peter Anvin
2010-05-07 23:55 ` [PATCH] HyperV: fix up the license to mshyperv.c Greg KH
2010-05-08 1:58 ` [tip:x86/cpu] x86, " tip-bot for Greg Kroah-Hartman
2010-05-08 1:58 ` [tip:x86/cpu] x86: Clean up the hypervisor layer tip-bot for H. Peter Anvin
2010-05-08 8:16 ` Ingo Molnar
2010-05-19 16:54 ` [PATCH] Hyperv: Export the symbol that tracks hyperv features and recommendations Ky Srinivasan
2010-05-19 17:03 ` Greg KH
2010-05-08 5:54 ` RFC - Cleaned up hypervisor layer Dmitry Torokhov
2010-05-09 8:18 ` tip-bot for H. Peter Anvin [this message]
2010-05-09 8:19 ` [tip:x86/cpu] Modify the VMware balloon driver for the new x86_hyper API tip-bot for H. Peter Anvin
2010-05-09 8:20 ` H. Peter Anvin
2010-05-10 8:06 ` Dmitry Torokhov
2010-05-10 15:23 ` H. Peter Anvin
2010-05-10 16:17 ` Dmitry Torokhov
2010-05-10 17:30 ` H. Peter Anvin
2010-05-10 17:52 ` Dmitry Torokhov
2010-05-10 18:05 ` H. Peter Anvin
2010-05-09 10:47 ` Ingo Molnar
2010-05-10 5:56 ` [tip:x86/cpu] x86, hypervisor: add missing <linux/module.h> tip-bot for H. Peter Anvin
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=tip-96f6e775b58687d85ee33004d414419b5ec34106@git.kernel.org \
--to=hpa@zytor.com \
--cc=akataria@vmware.com \
--cc=dtor@vmware.com \
--cc=greg@kroah.com \
--cc=hjanssen@microsoft.com \
--cc=ksrinivasan@novell.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome