From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9dLm-00008N-W9 for qemu-devel@nongnu.org; Thu, 17 Dec 2015 13:32:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9dLj-0002r5-Rd for qemu-devel@nongnu.org; Thu, 17 Dec 2015 13:32:26 -0500 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:38864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9dLj-0002r1-Kg for qemu-devel@nongnu.org; Thu, 17 Dec 2015 13:32:23 -0500 Received: by mail-wm0-x231.google.com with SMTP id l126so34297304wml.1 for ; Thu, 17 Dec 2015 10:32:23 -0800 (PST) Sender: Paolo Bonzini References: <1450366809-9800-1-git-send-email-berrange@redhat.com> <20151217164738.GJ16238@redhat.com> From: Paolo Bonzini Message-ID: <5672FFB4.4070906@redhat.com> Date: Thu, 17 Dec 2015 19:32:20 +0100 MIME-Version: 1.0 In-Reply-To: <20151217164738.GJ16238@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 0/9] Introduce I/O channels framework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , Peter Maydell Cc: QEMU Developers On 17/12/2015 17:47, Daniel P. Berrange wrote: >> > Glib's g_source_set_name was only introduced in 2.26, >> > and we have to support 2.22. > Yep, that's no big deal. g_source_set_name is only there as > a debugging aid, it has no functional benefit so I can remove > these calls. Or add it to glib-compat? Paolo