]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Introduce tcg_splitwx_to_{rx,rw}
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Oct 2020 19:05:44 +0000 (12:05 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jan 2021 15:09:41 +0000 (05:09 -1000)
commitdb0c51a380394b21b33a6294367aff03ab06b286
tree532b0abe24deda387ecdc065461dd698967d39ea
parent4846cd37df83b24e65a42bb50e5f407cdb50da72
tcg: Introduce tcg_splitwx_to_{rx,rw}

Add two helper functions, using a global variable to hold
the displacement.  The displacement is currently always 0,
so no change in behaviour.

Begin using the functions in tcg common code only.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
13 files changed:
accel/tcg/cpu-exec.c
accel/tcg/tcg-runtime.c
accel/tcg/tcg-runtime.h
accel/tcg/trace-events
accel/tcg/translate-all.c
disas.c
include/disas/disas.h
include/exec/exec-all.h
include/exec/log.h
include/tcg/tcg.h
tcg/tcg-pool.c.inc
tcg/tcg.c
tcg/tci.c