Re: [PATCH v2 4/7] hw/core: Check smp cache topology support for machine

2024-10-07 Thread Zhao Liu
On Tue, Sep 17, 2024 at 09:56:12AM +0100, Jonathan Cameron wrote: > Date: Tue, 17 Sep 2024 09:56:12 +0100 > From: Jonathan Cameron > Subject: Re: [PATCH v2 4/7] hw/core: Check smp cache topology support for > machine > X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32)

[PATCH v2 4/7] hw/core: Check smp cache topology support for machine

2024-09-08 Thread 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 --- Changes since Patch v1: * Dropped mach