From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG554-0007A6-8M for qemu-devel@nongnu.org; Tue, 08 May 2018 12:03:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG550-0006pW-Ah for qemu-devel@nongnu.org; Tue, 08 May 2018 12:03:10 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:59420 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fG550-0006pL-5g for qemu-devel@nongnu.org; Tue, 08 May 2018 12:03:06 -0400 References: <20180504160026.14017-1-berrange@redhat.com> <20180504160026.14017-4-berrange@redhat.com> <752b52d8-2990-13d7-753c-36aafc5f0041@redhat.com> <20180508151940.GC5967@redhat.com> From: Paolo Bonzini Message-ID: Date: Tue, 8 May 2018 18:02:55 +0200 MIME-Version: 1.0 In-Reply-To: <20180508151940.GC5967@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/3] glib: enforce the minimum required version and warn about old APIs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "=?UTF-8?Q?Daniel_P._Berrang=c3=a9?=" Cc: qemu-devel@nongnu.org, Peter Maydell , Markus Armbruster , Thomas Huth , Olaf Hering , Stefan Hajnoczi , Michael Roth , Eric Blake , Stefan Berger On 08/05/2018 17:19, Daniel P. Berrang=C3=A9 wrote: > Ok, that change looks fine with me assuming it passes your build tests. > In fact that is what I had done in an earlier version. >=20 > Regards, > Daniel Actually there is a use of g_strv_contains in tests/test-qga.c. It is guarded by GLIB_CHECK_VERSION(2, 44, 0) but the right fix should be to include the compatibility function instead. For now I am dropping this patch. Paolo