Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-07-01 Thread maobibo
在 2021年07月01日 18:53, Peter Maydell 写道: > On Thu, 1 Jul 2021 at 11:40, Alex Bennée wrote: >> Thomas Huth writes: >>> I think we'd need some way of automatic regression testing for new >>> targets. If your board has a serial UART that is easy to use, then >>> please add a test in tests/qtest/boo

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-07-01 Thread Peter Maydell
On Thu, 1 Jul 2021 at 11:40, Alex Bennée wrote: > Thomas Huth writes: > > I think we'd need some way of automatic regression testing for new > > targets. If your board has a serial UART that is easy to use, then > > please add a test in tests/qtest/boot-serial-test.c. > > You can also write a ver

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-07-01 Thread Alex Bennée
Thomas Huth writes: > On 01/07/2021 03.07, maobibo wrote: >> 在 2021年06月30日 17:36, Alex Bennée 写道: >>> >>> maobibo writes: >>> 在 2021年06月29日 21:42, Peter Maydell 写道: > On Mon, 28 Jun 2021 at 13:05, Song Gao wrote: >> >> Add files to linux-user/loongarch64 >> Add file to de

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-07-01 Thread maobibo
在 2021年07月01日 14:47, Thomas Huth 写道: > On 01/07/2021 03.07, maobibo wrote: >> >> >> 在 2021年06月30日 17:36, Alex Bennée 写道: >>> >>> maobibo writes: >>> 在 2021年06月29日 21:42, Peter Maydell 写道: > On Mon, 28 Jun 2021 at 13:05, Song Gao wrote: >> >> Add files to linux-user/loongarch64

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-06-30 Thread Thomas Huth
On 01/07/2021 03.07, maobibo wrote: 在 2021年06月30日 17:36, Alex Bennée 写道: maobibo writes: 在 2021年06月29日 21:42, Peter Maydell 写道: On Mon, 28 Jun 2021 at 13:05, Song Gao wrote: Add files to linux-user/loongarch64 Add file to default-configs Add loongarch to target/meson.build Signed-off-

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-06-30 Thread maobibo
在 2021年06月30日 17:36, Alex Bennée 写道: > > maobibo writes: > >> 在 2021年06月29日 21:42, Peter Maydell 写道: >>> On Mon, 28 Jun 2021 at 13:05, Song Gao wrote: Add files to linux-user/loongarch64 Add file to default-configs Add loongarch to target/meson.build Signed-off-

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-06-30 Thread Alex Bennée
maobibo writes: > 在 2021年06月29日 21:42, Peter Maydell 写道: >> On Mon, 28 Jun 2021 at 13:05, Song Gao wrote: >>> >>> Add files to linux-user/loongarch64 >>> Add file to default-configs >>> Add loongarch to target/meson.build >>> >>> Signed-off-by: Song Gao >>> --- >>> MAINTAINERS

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-06-29 Thread Song Gao
Hi, Peter, On 06/29/2021 09:42 PM, Peter Maydell wrote: > On Mon, 28 Jun 2021 at 13:05, Song Gao wrote: >> >> Add files to linux-user/loongarch64 >> Add file to default-configs >> Add loongarch to target/meson.build >> >> Signed-off-by: Song Gao >> --- >> MAINTAINERS

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-06-29 Thread maobibo
在 2021年06月29日 21:42, Peter Maydell 写道: > On Mon, 28 Jun 2021 at 13:05, Song Gao wrote: >> >> Add files to linux-user/loongarch64 >> Add file to default-configs >> Add loongarch to target/meson.build >> >> Signed-off-by: Song Gao >> --- >> MAINTAINERS|

Re: [PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-06-29 Thread Peter Maydell
On Mon, 28 Jun 2021 at 13:05, Song Gao wrote: > > Add files to linux-user/loongarch64 > Add file to default-configs > Add loongarch to target/meson.build > > Signed-off-by: Song Gao > --- > MAINTAINERS| 1 + > default-configs/targets/loongarch64-linux-us

[PATCH 20/20] target/loongarch: Add linux-user emulation support

2021-06-28 Thread Song Gao
Add files to linux-user/loongarch64 Add file to default-configs Add loongarch to target/meson.build Signed-off-by: Song Gao --- MAINTAINERS| 1 + default-configs/targets/loongarch64-linux-user.mak | 4 + include/elf.h