From: Scott Wood <scottwood@freescale.com>
To: Alexey Kardashevskiy <aik@ozlabs.ru>
Cc: David Gibson <david@gibson.dropbear.id.au>,
qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routing
Date: Thu, 30 May 2013 10:58:57 -0500 [thread overview]
Message-ID: <1369929537.14679.4@snotra> (raw)
In-Reply-To: <1369905933-27199-1-git-send-email-aik@ozlabs.ru> (from aik@ozlabs.ru on Thu May 30 04:25:33 2013)
On 05/30/2013 04:25:33 AM, Alexey Kardashevskiy wrote:
> This adds an empty stub to make the compiler happy.
>
> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
> ---
> target-ppc/kvm.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c
> index 3ab2946..2bbc3b8 100644
> --- a/target-ppc/kvm.c
> +++ b/target-ppc/kvm.c
> @@ -1797,3 +1797,7 @@ int kvm_arch_on_sigbus(int code, void *addr)
> {
> return 1;
> }
> +
> +void kvm_arch_init_irq_routing(KVMState *s)
> +{
> +}
> --
> 1.7.10.4
http://patchwork.ozlabs.org/patch/240718/
I guess someone else updated the kernel headers first.
-Scott
next prev parent reply other threads:[~2013-05-30 16:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-30 9:25 [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routing Alexey Kardashevskiy
2013-05-30 15:58 ` Scott Wood [this message]
2013-05-30 23:07 ` Alexey Kardashevskiy
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=1369929537.14679.4@snotra \
--to=scottwood@freescale.com \
--cc=agraf@suse.de \
--cc=aik@ozlabs.ru \
--cc=david@gibson.dropbear.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).