]> git.ipfire.org Git - thirdparty/qemu.git/commit
cputlb: Use trace_mem_get_info instead of trace_mem_build_info
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Dec 2019 00:57:16 +0000 (16:57 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:09 +0000 (15:13 -1000)
commitf3bee8d337261d12bc766f60faf0ca811577acd6
tree4c67f87b8ebc0e536836e8bc1922f5cd2ec7d3cd
parentecd3571eb100ce1d29b0a2e5fd0918f7fe1d0b90
cputlb: Use trace_mem_get_info instead of trace_mem_build_info

In the cpu_ldst templates, we already require a MemOp, and it
is cleaner and clearer to pass that instead of 3 separate
arguments describing the memory operation.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu_ldst_template.h
include/exec/cpu_ldst_useronly_template.h