[PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks

Paolo Bonzini pbonzini at redhat.com
Tue Sep 21 09:44:21 PDT 2021


On 28/08/21 21:47, Peter Zijlstra wrote:
>> +config HAVE_GUEST_PERF_EVENTS
>> +	bool
> 	depends on HAVE_KVM

It won't really do anything, since Kconfig does not detects conflicts 
between select' and 'depends on' clauses.

Rather, should the symbol be selected by KVM, instead of ARM64 and X86?

Paolo




More information about the linux-riscv mailing list