From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: Scott Wood <scottwood@freescale.com>
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: Fri, 31 May 2013 09:07:21 +1000 [thread overview]
Message-ID: <51A7DBA9.6030401@ozlabs.ru> (raw)
In-Reply-To: <1369929537.14679.4@snotra>
On 05/31/2013 01:58 AM, Scott Wood wrote:
> 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.
I did, in my tree :)
--
Alexey
prev parent reply other threads:[~2013-05-30 23:07 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
2013-05-30 23:07 ` Alexey Kardashevskiy [this message]
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=51A7DBA9.6030401@ozlabs.ru \
--to=aik@ozlabs.ru \
--cc=agraf@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=scottwood@freescale.com \
/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).