Re: [PATCH] Do not use %m in common code to print error messages

2019-10-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191018104438.6158-1-th...@redhat.com/ Hi, This series failed the docker-mingw@fedora 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 === #! /

Re: [PATCH] Do not use %m in common code to print error messages

2019-10-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191018104438.6158-1-th...@redhat.com/ Hi, This series failed the docker-quick@centos7 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 === #!/

Re: [PATCH] Do not use %m in common code to print error messages

2019-10-18 Thread Thomas Huth
On 18/10/2019 13.37, Daniel P. Berrangé wrote: > On Fri, Oct 18, 2019 at 01:31:34PM +0200, Thomas Huth wrote: >> On 18/10/2019 12.57, Daniel P. Berrangé wrote: >>> On Fri, Oct 18, 2019 at 12:44:38PM +0200, Thomas Huth wrote: The %m format specifier is an extension from glibc - and when compili

Re: [PATCH] Do not use %m in common code to print error messages

2019-10-18 Thread Daniel P . Berrangé
On Fri, Oct 18, 2019 at 01:31:34PM +0200, Thomas Huth wrote: > On 18/10/2019 12.57, Daniel P. Berrangé wrote: > > On Fri, Oct 18, 2019 at 12:44:38PM +0200, Thomas Huth wrote: > >> The %m format specifier is an extension from glibc - and when compiling > >> QEMU for NetBSD, the compiler correctly co

Re: [PATCH] Do not use %m in common code to print error messages

2019-10-18 Thread Thomas Huth
On 18/10/2019 12.57, Daniel P. Berrangé wrote: > On Fri, Oct 18, 2019 at 12:44:38PM +0200, Thomas Huth wrote: >> The %m format specifier is an extension from glibc - and when compiling >> QEMU for NetBSD, the compiler correctly complains, e.g.: >> >> /home/qemu/qemu-test.ELjfrQ/src/util/main-loop.c

Re: [PATCH] Do not use %m in common code to print error messages

2019-10-18 Thread Daniel P . Berrangé
On Fri, Oct 18, 2019 at 12:44:38PM +0200, Thomas Huth wrote: > The %m format specifier is an extension from glibc - and when compiling > QEMU for NetBSD, the compiler correctly complains, e.g.: > > /home/qemu/qemu-test.ELjfrQ/src/util/main-loop.c: In function 'sigfd_handler': > /home/qemu/qemu-tes

[PATCH] Do not use %m in common code to print error messages

2019-10-18 Thread Thomas Huth
The %m format specifier is an extension from glibc - and when compiling QEMU for NetBSD, the compiler correctly complains, e.g.: /home/qemu/qemu-test.ELjfrQ/src/util/main-loop.c: In function 'sigfd_handler': /home/qemu/qemu-test.ELjfrQ/src/util/main-loop.c:64:13: warning: %m is only allowed in sy