Re: [PATCH v3 07/57] tcg/i386: Introduce HostAddress

2023-04-25 Thread Philippe Mathieu-Daudé
On 24/4/23 07:40, Richard Henderson wrote: Collect the 4 potential parts of the host address into a struct. Reorg tcg_out_qemu_{ld,st}_direct to use it. Reorg guest_base handling to use it. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 165

[PATCH v3 07/57] tcg/i386: Introduce HostAddress

2023-04-23 Thread Richard Henderson
Collect the 4 potential parts of the host address into a struct. Reorg tcg_out_qemu_{ld,st}_direct to use it. Reorg guest_base handling to use it. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 165 +- 1 file changed, 90 insertions(+), 75