]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Introduce do_st16_mmio_leN
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Aug 2023 03:09:58 +0000 (20:09 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 16 Sep 2023 14:57:15 +0000 (14:57 +0000)
commit1f9823cea21c3a8de8e04b26016844aeeb2b59c6
tree01c91ff8eb424eff0b358461146c245531d69bd9
parent8bf6726741fabafec244c880ae809e380bd73cbc
accel/tcg: Introduce do_st16_mmio_leN

Split out int_st_mmio_leN, to be used by both do_st_mmio_leN
and do_st16_mmio_leN.  Move the locks down into the two
functions, since each one now covers all accesses to once page.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c