Re: [PATCH] KVM_GUEST: use the right parameter type onkvm_release_pt() (was Re: i386 allmodconfig in linux-next)

From: Ingo Molnar
Date: Thu Aug 21 2008 - 23:36:50 EST



* Avi Kivity <avi@xxxxxxxxxxxx> wrote:

> Eduardo Habkost wrote:
>> From: Eduardo Habkost <ehabkost@xxxxxxxxxx>
>> Subject: [PATCH] KVM_GUEST: Use the right parameter type on kvm_release_pt()
>>
>> This fixes the following compiler warnings, that were introduced by me
>> on commit fa24f8e67c189b8b904c8a34f12e6dae9c14dbba.
>>
>> arch/x86/kernel/kvm.c: In function 'paravirt_ops_setup':
>> arch/x86/kernel/kvm.c:233: warning: assignment from incompatible pointer type
>> arch/x86/kernel/kvm.c:234: warning: assignment from incompatible pointer type
>> arch/x86/kernel/kvm.c:235: warning: assignment from incompatible pointer type
>>
>
> Ingo? Can you queue/fold this into the original patch?

done - updated v2 combo patch below, queued in tip/x86/paravirt.

Ingo

-------------------->