From: Bernhard Beschow Date: Fri, 16 Dec 2022 14:57:04 +0000 (+0100) Subject: target/ppc/mmu_common: Log which effective address had no TLB entry found X-Git-Tag: pull-xen-20230306~88^2~7 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e4cadfbe3c8cb22696d05bd6311515c6830ee43f;p=people%2Faperard%2Fqemu-dm.git target/ppc/mmu_common: Log which effective address had no TLB entry found Let's not leave developers in the dark where this log message comes from. Signed-off-by: Bernhard Beschow Reviewed-by: Cédric Le Goater Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20221216145709.271940-2-shentey@gmail.com> Signed-off-by: Daniel Henrique Barboza --- diff --git a/target/ppc/mmu_common.c b/target/ppc/mmu_common.c index 89107a6af2..49067c05e6 100644 --- a/target/ppc/mmu_common.c +++ b/target/ppc/mmu_common.c @@ -811,7 +811,8 @@ static int mmubooke206_check_tlb(CPUPPCState *env, ppcmas_tlb_t *tlb, } } - qemu_log_mask(CPU_LOG_MMU, "%s: TLB entry not found\n", __func__); + qemu_log_mask(CPU_LOG_MMU, "%s: No TLB entry found for effective address " + "0x" TARGET_FMT_lx "\n", __func__, address); return -1; found_tlb: