Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-25 Thread Philippe Mathieu-Daudé
On 06/25/2018 02:18 PM, Max Filippov wrote: > On Mon, Jun 25, 2018 at 10:10 AM, Philippe Mathieu-Daudé > wrote: >> On 06/25/2018 01:59 PM, Emilio G. Cota wrote: >>> On Sat, Jun 23, 2018 at 20:24:09 -0700, Max Filippov wrote: # first bad commit: [0b5c91f74f3c83a36f37740969df8c775c997e69]

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-25 Thread Max Filippov
On Mon, Jun 25, 2018 at 10:10 AM, Philippe Mathieu-Daudé wrote: > On 06/25/2018 01:59 PM, Emilio G. Cota wrote: >> On Sat, Jun 23, 2018 at 20:24:09 -0700, Max Filippov wrote: >>> # first bad commit: [0b5c91f74f3c83a36f37740969df8c775c997e69] >>> translate-all: use per-page locking in !user-mode >>

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-25 Thread Philippe Mathieu-Daudé
On 06/25/2018 01:59 PM, Emilio G. Cota wrote: > On Sat, Jun 23, 2018 at 20:24:09 -0700, Max Filippov wrote: >> # first bad commit: [0b5c91f74f3c83a36f37740969df8c775c997e69] >> translate-all: use per-page locking in !user-mode >> >> Emilio, could you please take a look? The following test locks up

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-25 Thread Emilio G. Cota
On Sat, Jun 23, 2018 at 20:24:09 -0700, Max Filippov wrote: > # first bad commit: [0b5c91f74f3c83a36f37740969df8c775c997e69] > translate-all: use per-page locking in !user-mode > > Emilio, could you please take a look? The following test locks up QEMU: > > qemu-system-xtensa -M sim -cpu dc232b -n

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-23 Thread Max Filippov
On Sat, Jun 23, 2018 at 9:04 PM, Philippe Mathieu-Daudé wrote: > I appreciate including the csp cpu because it is big-endian. csp is little endian. FSF was big endian, but the name no longer refers to a specific processor, so it is also not very useful. Perhaps I just need to add a well-defined b

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-23 Thread Philippe Mathieu-Daudé
On 06/24/2018 12:28 AM, Max Filippov wrote: > On Sat, Jun 23, 2018 at 2:53 PM, Philippe Mathieu-Daudé > wrote: >> Xtensa cpu supported: >> - dc232b >> - dc233c >> - csp >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> based on >> http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg0

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-23 Thread Max Filippov
On Sat, Jun 23, 2018 at 2:53 PM, Philippe Mathieu-Daudé wrote: > Xtensa cpu supported: > - dc232b > - dc233c > - csp > > Signed-off-by: Philippe Mathieu-Daudé > --- > based on http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg06782.html > > Max: Do we need to use the overlay configuratio

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-23 Thread Max Filippov
On Sat, Jun 23, 2018 at 2:57 PM, Philippe Mathieu-Daudé wrote: > On 06/23/2018 06:53 PM, Philippe Mathieu-Daudé wrote: > Max, some tests never end, is that normal? No, you've just found and reported a bug. Thank you. Bisection points to the following commit: commit 0b5c91f74f3c83a36f37740969df8c

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-23 Thread Philippe Mathieu-Daudé
> But this one for example never exit: > > xtensa-softmmu/tests$ ../qemu-system-xtensa -M sim -cpu dc232b > -nographic -semihosting -icount 6 -kernel ./test_mmu.tst -d in_asm > ... > > IN: > 0xd0001b0a: wdtlba2, a3 > > > IN: > 0xd0001b0d: l32r a2, 0xd00

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-23 Thread Philippe Mathieu-Daudé
On 06/23/2018 06:53 PM, Philippe Mathieu-Daudé wrote: > Xtensa cpu supported: > - dc232b > - dc233c > - csp > > Signed-off-by: Philippe Mathieu-Daudé > --- > based on http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg06782.html > > Max: Do we need to use the overlay configuration? > >

[Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image

2018-06-23 Thread Philippe Mathieu-Daudé
Xtensa cpu supported: - dc232b - dc233c - csp Signed-off-by: Philippe Mathieu-Daudé --- based on http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg06782.html Max: Do we need to use the overlay configuration? This image allow the build of your dc232b tests (using [1]): $ make check-tcg