From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6427] kvm/powerpc: extern one function for MPC85xx code use
Date: Sat, 24 Jan 2009 16:35:56 +0000 [thread overview]
Message-ID: <E1LQlUC-0003mp-Mk@cvs.savannah.gnu.org> (raw)
Revision: 6427
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6427
Author: aurel32
Date: 2009-01-24 16:35:56 +0000 (Sat, 24 Jan 2009)
Log Message:
-----------
kvm/powerpc: extern one function for MPC85xx code use
Signed-off-by: Liu Yu <yu.liu@freescale.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/kvm_ppc.c
trunk/target-ppc/kvm_ppc.h
Modified: trunk/target-ppc/kvm_ppc.c
===================================================================
--- trunk/target-ppc/kvm_ppc.c 2009-01-24 15:08:25 UTC (rev 6426)
+++ trunk/target-ppc/kvm_ppc.c 2009-01-24 16:35:56 UTC (rev 6427)
@@ -22,7 +22,7 @@
static unsigned int kvmppc_timer_rate;
#ifdef HAVE_FDT
-static int kvmppc_read_host_property(const char *node_path, const char *prop,
+int kvmppc_read_host_property(const char *node_path, const char *prop,
void *val, size_t len)
{
char *path;
Modified: trunk/target-ppc/kvm_ppc.h
===================================================================
--- trunk/target-ppc/kvm_ppc.h 2009-01-24 15:08:25 UTC (rev 6426)
+++ trunk/target-ppc/kvm_ppc.h 2009-01-24 16:35:56 UTC (rev 6427)
@@ -11,5 +11,7 @@
void kvmppc_init(void);
void kvmppc_fdt_update(void *fdt);
+int kvmppc_read_host_property(const char *node_path, const char *prop,
+ void *val, size_t len);
#endif /* __KVM_PPC_H__ */
reply other threads:[~2009-01-24 16:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=E1LQlUC-0003mp-Mk@cvs.savannah.gnu.org \
--to=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).