Re: [PULL 10/29] hw/core: Check smp cache topology support for machine

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

Re: [PULL 10/29] hw/core: Check smp cache topology support for machine

2024-11-08 Thread Peter Maydell
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().

[PULL 10/29] hw/core: Check smp cache topology support for machine

2024-11-05 Thread Philippe Mathieu-Daudé
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