hw/core/machine-smp: Fix error message parameter
authorZhao Liu <zhao1.liu@intel.com>
Sun, 10 Nov 2024 15:09:01 +0000 (23:09 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 Nov 2024 17:38:25 +0000 (18:38 +0100)
commit37ee17eebb93eb485fc122452a4c7e9202a8b449
tree0fc4b197afaf883830fa0d85601c572802630387
parent9c2644948c71db61a04f22398cde72224a98267a
hw/core/machine-smp: Fix error message parameter

In the loop checking smp cache support, the error message should report
the current cache level and type.

Fix the parameter of error_setg() to ensure it reports the correct cache
level and type.

Resolves: Coverity CID 1565391
Fixes: f35c0221fef8 ("hw/core: Check smp cache topology support for machine")
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/20241110150901.130647-3-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/core/machine-smp.c