v2: https://lists.gnu.org/archive/html/qemu-devel/2018-09/msg01122.html
Changes since v2: - Add rth's R-b tag to the last patch - Drop v2's first 10 patches, since Paolo already picked those up - Move TCG temps + x86_64_hregs to DisasContext + While at it, drop the cpu_ prefix from the TCG temps, e.g. cpu_A0 -> s->A0 + Split the conversion into separate patches to ease review. The patches are quite boring and long because the temps are everywhere, and I had to add DisasContext *s to quite a few functions The series is checkpatch-clean. You can fetch these patches from: https://github.com/cota/qemu/tree/i386-mttcg-v3 Thanks, Emilio