On 1/2/23 20:03, Richard Henderson wrote:
On 1/31/23 23:52, Alex Bennée wrote:
Worth splitting the patch?
I'm confused about what sort of split you're suggesting.
Maybe a preliminary patch with the LD/ST helpers: include/exec/cpu_ldst.h | 10 +++ accel/tcg/cputlb.c | 112 +++++++++++++++++++++++++++++++++ accel/tcg/user-exec.c | 66 ++++++++++++++++++++ Then the translator functions: include/tcg/tcg-op.h | 2 + tcg/tcg-op.c | 134 ++++++++++++++++++++++++++++++++++++++++ ?