On 03/11/2010 01:03 PM, Takuya Yoshikawa wrote:
> Avi Kivity wrote:
>   
>> diff --git a/arch/x86/kvm/trace.h b/arch/x86/kvm/trace.h
>> index b75efef..3cf9547 100644
>> --- a/arch/x86/kvm/trace.h
>> +++ b/arch/x86/kvm/trace.h
>> @@ -182,8 +182,8 @@ TRACE_EVENT(kvm_apic,
>>   * Tracepoint for kvm guest exit:
>>   */
>>  TRACE_EVENT(kvm_exit,
>> -    TP_PROTO(unsigned int exit_reason, unsigned long guest_rip),
>> -    TP_ARGS(exit_reason, guest_rip),
>> +        TP_PROTO(unsigned int exit_reason, struct kvm_vcpu *vcpu),
>>     
> Whitespaces were inserted by accident?
>   

Yeah, already fixed locally.

-- 
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to