public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: kvm list <kvm@vger.kernel.org>
Cc: kvm-ppc <kvm-ppc@vger.kernel.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>
Subject: [PATCH 1/2] PPC: Export some interrupt handlers
Date: Thu, 26 Apr 2012 12:19:02 +0200	[thread overview]
Message-ID: <1335435543-19690-1-git-send-email-agraf@suse.de> (raw)

To directly call core interrupt handling code from kvm module code,
we need to export its symbols.

Signed-off-by: Alexander Graf <agraf@suse.de>
---
 arch/powerpc/kernel/ppc_ksyms.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index 786a270..f6484f2 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -190,3 +190,7 @@ EXPORT_SYMBOL(__arch_hweight16);
 EXPORT_SYMBOL(__arch_hweight32);
 EXPORT_SYMBOL(__arch_hweight64);
 #endif
+
+EXPORT_SYMBOL_GPL(do_IRQ);
+EXPORT_SYMBOL_GPL(timer_interrupt);
+EXPORT_SYMBOL_GPL(performance_monitor_exception);
-- 
1.6.0.2

             reply	other threads:[~2012-04-26 10:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 10:19 Alexander Graf [this message]
2012-04-26 10:19 ` [PATCH 2/2] KVM: PPC: Book3S: Call into C interrupt handlers Alexander Graf
2012-04-26 21:45   ` Benjamin Herrenschmidt
2012-04-26 22:24     ` Alexander Graf
2012-04-26 23:12       ` Benjamin Herrenschmidt
2012-04-26 23:30         ` Alexander Graf
2012-04-26 23:37           ` Benjamin Herrenschmidt
2012-04-26 23:50             ` Alexander Graf
2012-04-27  0:00               ` Benjamin Herrenschmidt
2012-04-26 21:54   ` Scott Wood
2012-04-26 22:26     ` Alexander Graf
2012-04-26 22:58     ` Benjamin Herrenschmidt
2012-04-27  5:48   ` Paul Mackerras
2012-04-27 11:23     ` Alexander Graf
2012-04-27 14:19       ` Alexander Graf
2012-04-27 16:37       ` Scott Wood
2012-04-27 16:54         ` Alexander Graf
2012-04-27 22:20       ` Benjamin Herrenschmidt

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=1335435543-19690-1-git-send-email-agraf@suse.de \
    --to=agraf@suse.de \
    --cc=benh@kernel.crashing.org \
    --cc=kvm-ppc@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox