Re: [PATCH for 9.2 2/2] hw/core/machine-smp: Fix error message parameter

2024-11-19 Thread Philippe Mathieu-Daudé
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: Che

[PATCH for 9.2 2/2] hw/core/machine-smp: Fix error message parameter

2024-11-10 Thread Zhao Liu
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 mac