]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Reduce serial context atomicity earlier
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Dec 2023 19:35:42 +0000 (11:35 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Dec 2023 21:35:19 +0000 (13:35 -0800)
commitcbb145567c21d2bc41e8197a243c7d5480c6fca0
treead088d3cb291407443e3915025c516d0bf3e891f
parentb5e0d5d22fbffc3d8f7d3e86d7a2d05a1a974e27
tcg: Reduce serial context atomicity earlier

Reduce atomicity while emitting opcodes, instead of later
during code generation.  This ensures that any helper called
also sees the reduced atomicity requirement.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2034
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231212193542.149117-1-richard.henderson@linaro.org>
tcg/tcg-op-ldst.c
tcg/tcg.c