W dniu 12.10.2024 o 12:44, Zhao Liu pisze:
Cache topology needs to be defined based on CPU topology levels. Thus, define CPU topology enumeration in qapi/machine.json to make it generic for all architectures.
I have a question: how to create other than default cache topology in C source?
If I would like to change default cache structure for sbsa-ref then how would I do it?
QEMU has powerful set of command line options. But it is hard to convert set of cli options into C code.