]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: Use cpu_*_mmuidx_ra instead of templates
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Dec 2019 16:59:39 +0000 (08:59 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:10 +0000 (15:13 -1000)
commit21ffbdc908c347d2e3c7d49abb664dcd554a63ac
tree2ba6f2c8010dcf192f0249518ab4b67bf496e79e
parentf4e1bae259a776894cc27d47239b60096cf393f7
target/i386: Use cpu_*_mmuidx_ra instead of templates

Do not use exec/cpu_ldst_{,useronly_}template.h directly,
but instead use the functional interface.

Cc: Eduardo Habkost <ehabkost@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/seg_helper.c