Re: [Qemu-devel] [PATCH] replace functions which are only available in glib-2.24

2018-05-15 Thread Thomas Huth
On 15.05.2018 10:41, Paolo Bonzini wrote: > On 15/05/2018 09:42, Markus Armbruster wrote: >> Olaf Hering writes: >> >>> Currently the minimal supported version of glib is 2.22. >>> Since testing is done with a glib that claims to be 2.22, but in fact >>> has APIs from newer

Re: [Qemu-devel] [PATCH] replace functions which are only available in glib-2.24

2018-05-15 Thread Paolo Bonzini
On 15/05/2018 09:42, Markus Armbruster wrote: > Olaf Hering writes: > >> Currently the minimal supported version of glib is 2.22. >> Since testing is done with a glib that claims to be 2.22, but in fact >> has APIs from newer version of glib, this bug was not caught during >>

Re: [Qemu-devel] [PATCH] replace functions which are only available in glib-2.24

2018-05-15 Thread Markus Armbruster
Olaf Hering writes: > Currently the minimal supported version of glib is 2.22. > Since testing is done with a glib that claims to be 2.22, but in fact > has APIs from newer version of glib, this bug was not caught during > submit of the patch referenced below. > > Replace

Re: [Qemu-devel] [PATCH] replace functions which are only available in glib-2.24

2018-05-15 Thread Olaf Hering
Am Mon, 14 May 2018 23:04:31 -0700 (PDT) schrieb no-re...@patchew.org: > vfio-helpers.c:525:17: error: assignment from incompatible pointer type Does anyone happen to know what s390x is trying to do here? Olaf pgpHBYpHmh42k.pgp Description: Digitale Signatur von OpenPGP

Re: [Qemu-devel] [PATCH] replace functions which are only available in glib-2.24

2018-05-15 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180515055949.6446-1-o...@aepfle.de Subject: [Qemu-devel] [PATCH] replace functions which are only available in glib-2.24 === TEST SCRIPT BEGIN === #!/bin/bash # Testing script

[Qemu-devel] [PATCH] replace functions which are only available in glib-2.24

2018-05-15 Thread Olaf Hering
Currently the minimal supported version of glib is 2.22. Since testing is done with a glib that claims to be 2.22, but in fact has APIs from newer version of glib, this bug was not caught during submit of the patch referenced below. Replace g_realloc_n, which is available only since 2.24, with