On Wed, Jun 11, 2025 at 04:56:13PM +0100, Alireza Sanaee wrote: > Date: Wed, 11 Jun 2025 16:56:13 +0100 > From: Alireza Sanaee <alireza.san...@huawei.com> > Subject: [PATCH v13 2/7] hw/core/machine: topology functions capabilities > added > X-Mailer: git-send-email 2.34.1 > > Add two functions one of which finds the lowest level cache defined in > the cache description input, and the other checks if caches are defined > at a particular level. > > Signed-off-by: Alireza Sanaee <alireza.san...@huawei.com> > --- > hw/core/machine-smp.c | 52 +++++++++++++++++++++++++++++++++++++++++++ > include/hw/boards.h | 7 ++++++ > 2 files changed, 59 insertions(+)
Reviewed-by: Zhao Liu <zhao1....@intel.com>