On 2023/9/27 19:21, Mostafa Saleh wrote:
arm/kvm-cpu.c: In function ‘kvm_cpu__arch_init’: arm/kvm-cpu.c:119:41: error: ‘target’ may be used uninitialized [-Werror=maybe-uninitialized] 119 | vcpu->cpu_compatible = target->compatible; | ~~~~~~^~~~~~~~~~~~ arm/kvm-cpu.c:40:32: note: ‘target’ was declared here 40 | struct kvm_arm_target *target; | ^~~~~~
Already addressed by 426e875213d3 ("arm/kvm-cpu: Fix new build warning"). Zenghui