Re: [Qemu-devel] [PATCH] configure: remove AUTOCONF_HOST

2019-08-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1565075472-15106-1-git-send-email-pbonz...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/b

[Qemu-devel] [PATCH] configure: remove AUTOCONF_HOST

2019-08-06 Thread Paolo Bonzini
From: Marc-André Lureau This is a left-over from commit c12b6d70e384c769ca372e15ffd19b3e9f563662 ("pixman: drop submodule") Signed-off-by: Marc-André Lureau Signed-off-by: Paolo Bonzini --- configure | 5 - 1 file changed, 5 deletions(-) diff --git a/configure b/configure index c5a5b44..

Re: [Qemu-devel] [PATCH] configure: remove AUTOCONF_HOST

2019-07-23 Thread Philippe Mathieu-Daudé
On 7/23/19 2:16 PM, Marc-André Lureau wrote: > This is a left-over from commit > c12b6d70e384c769ca372e15ffd19b3e9f563662 ("pixman: drop submodule") > > Signed-off-by: Marc-André Lureau > --- > configure | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/configure b/configure > index

[Qemu-devel] [PATCH] configure: remove AUTOCONF_HOST

2019-07-23 Thread Marc-André Lureau
This is a left-over from commit c12b6d70e384c769ca372e15ffd19b3e9f563662 ("pixman: drop submodule") Signed-off-by: Marc-André Lureau --- configure | 5 - 1 file changed, 5 deletions(-) diff --git a/configure b/configure index ad0b8582bf..82c65ab46a 100755 --- a/configure +++ b/configure @@