commit | c096358e747e88fc7364e40e3c354ee0bb683960 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Tue Jul 04 20:23:25 2017 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jul 04 14:39:28 2017 +0200 |
tree | 241c11c021450913505a090cf2cf5629c1488a41 | |
parent | 025bdeab3c163aee9604a60b2332a5fcbcc00f8d [diff] |
qemu-thread: Assert locks are initialized before using Not all platforms check whether a lock is initialized before used. In particular Linux seems to be more permissive than OSX. Check initialization state explicitly in our code to catch such bugs earlier. Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20170704122325.25634-1-famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>