qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/9] hw/ppc/spapr_hcall.c: log h_invalidate_pid() as unsupported


From: Daniel Henrique Barboza
Subject: [PATCH 3/9] hw/ppc/spapr_hcall.c: log h_invalidate_pid() as unsupported
Date: Mon, 7 Mar 2022 16:15:47 -0300

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
---
 hw/ppc/spapr_hcall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c
index f6778d6857..5839b6a749 100644
--- a/hw/ppc/spapr_hcall.c
+++ b/hw/ppc/spapr_hcall.c
@@ -873,7 +873,7 @@ static target_ulong h_clean_slb(PowerPCCPU *cpu, 
SpaprMachineState *spapr,
 static target_ulong h_invalidate_pid(PowerPCCPU *cpu, SpaprMachineState *spapr,
                                      target_ulong opcode, target_ulong *args)
 {
-    qemu_log_mask(LOG_UNIMP, "Unimplemented SPAPR hcall 0x"TARGET_FMT_lx"%s\n",
+    qemu_log_mask(LOG_UNSUPP, "Unsupported SPAPR hcall 0x"TARGET_FMT_lx"%s\n",
                   opcode, " (H_INVALIDATE_PID)");
     return H_FUNCTION;
 }
-- 
2.35.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]