[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f44652c7-2716-7e56-6e04-3f990a197895@flygoat.com>
Date: Tue, 11 Aug 2020 22:38:49 +0800
From: Jiaxun Yang <jiaxun.yang@...goat.com>
To: Xingxing Su <suxingxing@...ngson.cn>,
Huacai Chen <chenhc@...ote.com>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Aleksandar Markovic <aleksandar.qemu.devel@...il.com>,
Paolo Bonzini <pbonzini@...hat.com>
Cc: kvm@...r.kernel.org, linux-mips@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH RESEND] KVM: MIPS/VZ: Fix build error caused by 'kvm_run'
cleanup
在 2020/8/11 下午10:37, Jiaxun Yang 写道:
>
>
> 在 2020/8/11 下午5:31, Xingxing Su 写道:
>> Commit c34b26b98caca48ec9ee9 ("KVM: MIPS: clean up redundant 'kvm_run'
>> parameters") remove the 'kvm_run' parameter in kvm_vz_gpsi_lwc2.
>>
>> The following build error:
>>
>> arch/mips/kvm/vz.c: In function ‘kvm_trap_vz_handle_gpsi’:
>> arch/mips/kvm/vz.c:1243:43: error: ‘run’ undeclared (first use in
>> this function)
>> er = kvm_vz_gpsi_lwc2(inst, opc, cause, run, vcpu);
>> ^~~
>> arch/mips/kvm/vz.c:1243:43: note: each undeclared identifier is
>> reported only
>> once for each function it appears in
>> scripts/Makefile.build:283: recipe for target 'arch/mips/kvm/vz.o'
>> failed
>> make[2]: *** [arch/mips/kvm/vz.o] Error 1
>> scripts/Makefile.build:500: recipe for target 'arch/mips/kvm' failed
>> make[1]: *** [arch/mips/kvm] Error 2
>> Makefile:1785: recipe for target 'arch/mips' failed
>> make: *** [arch/mips] Error 2
>>
>> Signed-off-by: Xingxing Su <suxingxing@...ngson.cn>
>
> That have already quened in Paolo's KVM tree.
>
> Thanks.
Oops, I was looking at the wrong place, please ignore the noise.
Thanks.
- Jiaxun
>
> - Jiaxun
>
>> ---
>> +cc Paolo Bonzini <pbonzini@...hat.com> and kvm@...r.kernel.org.
>>
>>
Powered by blists - more mailing lists