Hi, This is hopefully the final version of the softmmu demacro series. I tracked down the remaining failures to:
- not always using the correct victim tlb - not masking reads when we unrolled the unaligned helpers Other than that I've rolled in the changes that were made to support dynamic TLB code and the follow-up fixes. All patches need some review before we can merge them. Alex Bennée (3): accel/tcg: demacro cputlb accel/tcg: remove softmmu_template.h accel/tcg: move unaligned helpers out of core helpers accel/tcg/cputlb.c | 501 +++++++++++++++++++++++++++++++++-- accel/tcg/softmmu_template.h | 454 ------------------------------- 2 files changed, 475 insertions(+), 480 deletions(-) delete mode 100644 accel/tcg/softmmu_template.h -- 2.20.1