On 17/8/23 11:31, Song Gao wrote:
From: Jiajie Chen <c...@jia.je>
Add la132 as a loongarch32 cpu type and allow virt machine to be used
with la132 instead of la464.
Due to lack of public documentation of la132, it is currently a
synthetic loongarch32 cpu model. Details need to be added in the future.
Signed-off-by: Jiajie Chen <c...@jia.je>
Acked-by: Richard Henderson <richard.hender...@linaro.org>
Signed-off-by: Song Gao <gaos...@loongson.cn>
---
hw/loongarch/virt.c | 5 -----
target/loongarch/cpu.c | 29 +++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 5 deletions(-)
There are 2 distincts changes in this patch:
- addition of la132 cores
- remove restriction of la464 cores in the virt machine.
Please split in 2 patches.