Re: [Qemu-devel] [PATCH] docker: fix test-mingw

2019-02-04 Thread Peter Maydell
On Mon, 4 Feb 2019 at 17:14, wrote: > Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 > From https://github.com/patchew-project/qemu >335dbb5de1..773c4a6228 master -> master > * [new tag] > patchew/1549299863-42415-1-git-send-email-pbonz...@redhat.com -> > patchew/15492

Re: [Qemu-devel] [PATCH] docker: fix test-mingw

2019-02-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1549299863-42415-1-git-send-email-pbonz...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH] docker: fix test-mingw Type: series Message-id: 1549299863-42415-1-git

Re: [Qemu-devel] [PATCH] docker: fix test-mingw

2019-02-04 Thread Peter Maydell
On Mon, 4 Feb 2019 at 17:10, Paolo Bonzini wrote: > > --with-sdlabi has been removed. Drop it from the test-mingw docker test. > > Signed-off-by: Paolo Bonzini > --- > tests/docker/test-mingw | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/tests/docker/test-mingw b/te

[Qemu-devel] [PATCH] docker: fix test-mingw

2019-02-04 Thread Paolo Bonzini
--with-sdlabi has been removed. Drop it from the test-mingw docker test. Signed-off-by: Paolo Bonzini --- tests/docker/test-mingw | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw index b078f22..4b84cfe 100755 --- a/tests/doc

Re: [Qemu-devel] [PATCH] docker: Fix test-mingw

2017-09-25 Thread Alistair Francis
On Mon, Sep 25, 2017 at 1:29 AM, Fam Zheng wrote: > Feature "dtc" is explicitly required by test-mingw, but is not detected > by the run script since we switched to archive-source.sh in b7f404201e4. > Since it isn't available in the Fedora image which runs this test on > patchew, the way we get dt

[Qemu-devel] [PATCH] docker: Fix test-mingw

2017-09-25 Thread Fam Zheng
Feature "dtc" is explicitly required by test-mingw, but is not detected by the run script since we switched to archive-source.sh in b7f404201e4. Since it isn't available in the Fedora image which runs this test on patchew, the way we get dtc is still from submodule. archive-source.sh takes care of