qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routi


From: Alexey Kardashevskiy
Subject: Re: [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routing
Date: Fri, 31 May 2013 09:07:21 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

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 <address@hidden>
>> ---
>>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]