commit | aed807c8e2bf009b2c6a35490d4fd4383887221d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Aug 18 06:43:15 2015 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 09 15:34:54 2015 +0200 |
tree | 60cba0fab56d081be6209dd20ed7c857f09778d3 | |
parent | ab096a75cd626dcd4ad34b2a11652df0269bee0d [diff] |
tcg: synchronize exit_request and tcg_current_cpu accesses Synchronize the remaining pair of accesses in cpu_signal. These should be necessary on Windows as well, at least in theory. Probably SuspendProcess and ResumeProcess introduce some implicit memory barrier. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>