Re: [Qemu-devel] [PATCH] tests/docker: fix typo for debian9-mxe

2019-09-18 Thread John Snow
On 9/18/19 7:35 AM, Alex Bennée wrote: > > John Snow writes: > >> We spelled it debian-9-mxe, but the image is debian9-mxe. >> >> Signed-off-by: John Snow > > I'll merge this fix with the other typo fix while I'm at it. Thanks. > ACK thanks!

Re: [Qemu-devel] [PATCH] tests/docker: fix typo for debian9-mxe

2019-09-18 Thread Alex Bennée
John Snow writes: > We spelled it debian-9-mxe, but the image is debian9-mxe. > > Signed-off-by: John Snow I'll merge this fix with the other typo fix while I'm at it. Thanks. > --- > tests/docker/Makefile.include | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test

Re: [Qemu-devel] [PATCH] tests/docker: fix typo for debian9-mxe

2019-09-17 Thread Philippe Mathieu-Daudé
On 9/17/19 8:55 PM, John Snow wrote: > We spelled it debian-9-mxe, but the image is debian9-mxe. Oops I missed that, good catch. Fixes: 44d5a8bf5d2 Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: John Snow > --- > tests/docker/Makefile.include | 2 +- > 1 file changed, 1 insertion(+), 1

[Qemu-devel] [PATCH] tests/docker: fix typo for debian9-mxe

2019-09-17 Thread John Snow
We spelled it debian-9-mxe, but the image is debian9-mxe. Signed-off-by: John Snow --- tests/docker/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index 50a400b573..7eac1516f6 100644 --- a/tests/d