commit | 267ad7bc2d3f69af536035b6a3e4a9a2b6ae11dc | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <dave@stgolabs.net> | Wed Sep 13 13:08:23 2017 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Sep 15 16:57:13 2017 +0200 |
tree | f3aef348c35710389e1be449b0fe390b397e292d | |
parent | 5e0018b3e39e9b44dbfb380b83026e55d2f65b91 [diff] |
kvm,powerpc: Serialize wq active checks in ops->vcpu_kick Particularly because kvmppc_fast_vcpu_kick_hv() is a callback, ensure that we properly serialize wq active checks in order to avoid potentially missing a wakeup due to racing with the waiter side. Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>