Re: [PATCH 01/20] target/loongarch: Add README

2021-06-29 Thread Song Gao
Hi, Peter, On 06/29/2021 07:52 PM, Peter Maydell wrote: > On Mon, 28 Jun 2021 at 13:04, Song Gao wrote: >> >> This patch give an introduction to the LoongArch target. >> >> Signed-off-by: Song Gao >> --- > >> +There are several code directories >> + >> +1 qemu/target/loongarch >> +T

Re: [PATCH 01/20] target/loongarch: Add README

2021-06-29 Thread Song Gao
Hi, Alex, On 06/29/2021 07:13 PM, Alex Bennée wrote: > > Song Gao writes: > >> This patch give an introduction to the LoongArch target. >> >> Signed-off-by: Song Gao >> --- >> MAINTAINERS | 5 + >> target/loongarch/README | 16 >> 2 files changed, 21 insertio

Re: [PATCH 01/20] target/loongarch: Add README

2021-06-29 Thread Peter Maydell
On Mon, 28 Jun 2021 at 13:04, Song Gao wrote: > > This patch give an introduction to the LoongArch target. > > Signed-off-by: Song Gao > --- > +There are several code directories > + > +1 qemu/target/loongarch > +This is the instruction emulation directory > +2 qemu/linux-user/lo

Re: [PATCH 01/20] target/loongarch: Add README

2021-06-29 Thread Alex Bennée
Song Gao writes: > This patch give an introduction to the LoongArch target. > > Signed-off-by: Song Gao > --- > MAINTAINERS | 5 + > target/loongarch/README | 16 > 2 files changed, 21 insertions(+) > create mode 100644 target/loongarch/README > > diff --git

Re: [PATCH 01/20] target/loongarch: Add README

2021-06-29 Thread Song Gao
Hi, Philippe, On 06/29/2021 02:40 AM, Philippe Mathieu-Daudé wrote: > On 6/28/21 2:04 PM, Song Gao wrote: >> This patch give an introduction to the LoongArch target. >> >> Signed-off-by: Song Gao >> --- >> MAINTAINERS | 5 + >> target/loongarch/README | 16 >> 2

Re: [PATCH 01/20] target/loongarch: Add README

2021-06-28 Thread Philippe Mathieu-Daudé
On 6/28/21 2:04 PM, Song Gao wrote: > This patch give an introduction to the LoongArch target. > > Signed-off-by: Song Gao > --- > MAINTAINERS | 5 + > target/loongarch/README | 16 > 2 files changed, 21 insertions(+) > create mode 100644 target/loongarch/READM

[PATCH 01/20] target/loongarch: Add README

2021-06-28 Thread Song Gao
This patch give an introduction to the LoongArch target. Signed-off-by: Song Gao --- MAINTAINERS | 5 + target/loongarch/README | 16 2 files changed, 21 insertions(+) create mode 100644 target/loongarch/README diff --git a/MAINTAINERS b/MAINTAINERS index 3ff5