]> xenbits.xensource.com Git - qemu-xen.git/commit
accel/tcg: Use CPUState in atomicity helpers
authorAnton Johansson <anjo@rev.ng>
Tue, 12 Sep 2023 15:34:24 +0000 (17:34 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commit73fda56f33151331b86bba5f6d1fbd001902776b
tree882553099b9d24837643b81a113e6f01fc347f1a
parentd560225fc4c3b75e65665df503c0641e3030bd08
accel/tcg: Use CPUState in atomicity helpers

Makes ldst_atomicity.c.inc almost target-independent, with the exception
of TARGET_PAGE_MASK, which will be addressed in a future patch.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230912153428.17816-8-anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
accel/tcg/ldst_atomicity.c.inc
accel/tcg/user-exec.c