Re: [PATCH v9 03/21] hw/core: Introduce module-id as the topology subindex

2024-02-28 Thread Markus Armbruster
Zhao Liu writes: > From: Zhao Liu > > Add module-id in CpuInstanceProperties, to locate the CPU with module > level. > > Suggested-by: Xiaoyao Li > Tested-by: Yongwei Ma > Signed-off-by: Zhao Liu QAPI schema Acked-by: Markus Armbruster

[PATCH v9 03/21] hw/core: Introduce module-id as the topology subindex

2024-02-27 Thread Zhao Liu
From: Zhao Liu Add module-id in CpuInstanceProperties, to locate the CPU with module level. Suggested-by: Xiaoyao Li Tested-by: Yongwei Ma Signed-off-by: Zhao Liu --- Changes since v7: * New commit to introduce module_id to locate the CPU with module level. --- hw/core/machine-hmp-cmds.c