On Mon, 28 Jun 2021 at 13:04, Song Gao <gaos...@loongson.cn> wrote: > > This patch give an introduction to the LoongArch target. > > Signed-off-by: Song Gao <gaos...@loongson.cn> > ---
> +There are several code directories > + > + 1 qemu/target/loongarch > + This is the instruction emulation directory > + 2 qemu/linux-user/loongarch64 > + Linux-user simulation > + 3 qemu/hw/loongarch > + System simulation > + 4 qemu/tests/tcg/loongarch > + Linux-user test This isn't particularly specific to loongarch -- it's how all QEMU targets are structured. So I'm not sure you need to document it in an loongarch-specific README. thanks -- PMM