qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reache


From: Richard Henderson
Subject: Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
Date: Tue, 10 Sep 2024 20:26:38 -0700
User-agent: Mozilla Thunderbird

On 9/10/24 15:15, Pierrick Bouvier wrote:
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
  hw/ppc/spapr_events.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ppc/spapr_events.c b/hw/ppc/spapr_events.c
index cb0eeee5874..38ac1cb7866 100644
--- a/hw/ppc/spapr_events.c
+++ b/hw/ppc/spapr_events.c
@@ -645,7 +645,7 @@ static void spapr_hotplug_req_event(uint8_t hp_id, uint8_t 
hp_action,
          /* we shouldn't be signaling hotplug events for resources
           * that don't support them
           */
-        g_assert(false);
+        g_assert_not_reached();
          return;
      }

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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