On 18/07/19 13:39, Wanpeng Li wrote: > - if (kvm_vcpu_wake_up(vcpu)) > + if (kvm_vcpu_wake_up(vcpu)) { > + vcpu->ready = true; > return; > + } Why here and not in kvm_vcpu_wake_up (which would allow further simplification of s390 code)? Paolo Paolo
On 18/07/19 13:39, Wanpeng Li wrote: > - if (kvm_vcpu_wake_up(vcpu)) > + if (kvm_vcpu_wake_up(vcpu)) { > + vcpu->ready = true; > return; > + } Why here and not in kvm_vcpu_wake_up (which would allow further simplification of s390 code)? Paolo Paolo