commit | 355635c0187d3cc2a0cbb3381e06d61c0bf683ba | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Mar 03 11:56:07 2023 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon May 08 11:10:48 2023 +0200 |
tree | 5b434fbd65c053eeb025baa628c02c500c99e53e | |
parent | 4f7335e21d5170986e20001b9ddb906fe24413f1 [diff] |
test-aio-multithread: simplify test_multi_co_schedule Instead of using qatomic_mb_{read,set} mindlessly, just use a per-coroutine flag that requires no synchronization. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>