On 10/11/24 16:09, Zhao Liu wrote:
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 <[email protected]> Signed-off-by: Zhao Liu <[email protected]> --- hw/core/machine-smp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
