On 01/10/2018 12:39 PM, David Hildenbrand wrote: > >> We have __set_cpuflag() to set a flag; do we also want >> __clear_cpuflag()? Would make the code nicer, I think. (There are more >> possible callers for that.) > > Mind if we do that in a separate patch? Yes please. > > Thanks! > >> >>> read_lock(&vcpu->kvm->arch.sca_lock); >>> if (vcpu->kvm->arch.use_esca) { >>> struct esca_block *sca = vcpu->kvm->arch.sca; > >