All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routing
@ 2013-05-30  9:25 Alexey Kardashevskiy
  2013-05-30 15:58 ` Scott Wood
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Kardashevskiy @ 2013-05-30  9:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alexey Kardashevskiy, qemu-ppc, Alexander Graf, David Gibson

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routing
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2013-05-30 15:58 UTC (permalink / raw)
  To: Alexey Kardashevskiy; +Cc: David Gibson, qemu-ppc, qemu-devel, Alexander Graf

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routing
  2013-05-30 15:58 ` Scott Wood
@ 2013-05-30 23:07   ` Alexey Kardashevskiy
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Kardashevskiy @ 2013-05-30 23:07 UTC (permalink / raw)
  To: Scott Wood; +Cc: David Gibson, qemu-ppc, qemu-devel, Alexander Graf

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-30 23:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.