Hi Peter,
On Fri, Nov 08, 2024 at 07:16:50PM +, Peter Maydell wrote:
> Date: Fri, 8 Nov 2024 19:16:50 +
> From: Peter Maydell
> Subject: Re: [PULL 10/29] hw/core: Check smp cache topology support for
> machine
>
> On Tue, 5 Nov 2024 at 22:49, Philippe Mathieu-Daudé w
On Tue, 5 Nov 2024 at 22:49, Philippe Mathieu-Daudé wrote:
>
> From: Zhao Liu
>
> Add cache_supported flags in SMPCompatProps to allow machines to
> configure various caches support.
>
> And check the compatibility of the cache properties with the
> machine support in machine_parse_smp_cache().
From: Zhao Liu
Add cache_supported flags in SMPCompatProps to allow machines to
configure various caches support.
And check the compatibility of the cache properties with the
machine support in machine_parse_smp_cache().
Signed-off-by: Zhao Liu
Tested-by: Yongwei Ma
Reviewed-by: Jonathan Came