commit | 61713c29a912899a5195f7605b5bb328cc0f29e6 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 19 18:29:14 2023 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri May 05 17:10:59 2023 +0100 |
tree | 4a05f3b36f0b205a33cde3bb598d740eaeaf8b8d | |
parent | 3174941fe096abe903a1acdec8ed0603b3c23e12 [diff] |
tcg/i386: Introduce HostAddress 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. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>