commit | 435c042fdcfd383cee5402fb7fa5ac3e616f11df | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Aug 06 17:01:31 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Aug 08 13:27:17 2023 -0700 |
tree | cc5c9f2a795e550b7735458858afcf4422d70e79 | |
parent | 3ce3dd8ca965209b42660d943a3e9c8c662913fe [diff] |
linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base The proper logging for probe_guest_base is in the main function. There is no need to duplicate that in the subroutines. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>