On 5/6/25 15:27, Zhao Liu wrote:
I386 has already defined cache types in target/i386/cpu.h.
Move CacheType to hw/core/cpu.h, so that ARM and other architectures
could use it.
Cc: Alireza Sanaee <alireza.san...@huawei.com>
Signed-off-by: Zhao Liu <zhao1....@intel.com>
---
This is for Ali's ARM cache topology support:
https://lore.kernel.org/qemu-devel/aefnfi+wglkml...@intel.com/
(Ali, if maintainer doesn't pick this, you can include this into your
series freely.)
---
include/hw/core/cpu.h | 6 ++++++
target/i386/cpu.h | 6 ------
2 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
and queued, thanks!