On 18/06/20 12:17, Philippe Mathieu-Daudé wrote: >>> cpu->kvm_init_features[0] |= 1 << KVM_ARM_VCPU_SVE; >>> } >>> >>> -- >>> 2.21.3 >>> >>> >> At all callsites we pass current_accel() to the kvm_arm_<feat>_supported() >> functions. Is there any reason not to drop their input parameter and just >> use current_accel() internally? > Clever idea :) Or just the kvm_state global. Paolo