From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPCl0-0002Ou-2X for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:09:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPCkq-0002l7-DD for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:09:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPCkq-0002ku-6H for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:09:04 -0400 Message-ID: <5162CF7A.5070202@redhat.com> Date: Mon, 08 Apr 2013 16:08:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365426195-12596-1-git-send-email-pbonzini@redhat.com> <5162CF69.2050509@redhat.com> In-Reply-To: <5162CF69.2050509@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-char: really fix behavior on can_read = 0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: amit.shah@redhat.com, peter.crosthwaite@xilinx.com, qemu-devel@nongnu.org Il 08/04/2013 16:08, Hans de Goede ha scritto: > >> I misread the glib manual, g_source_remove does not let you re-attach >> the source later. This behavior (called "blocking" the source in glib) >> is present in glib's source code, but private and not available outside >> glib; > > Hmm, have you filed a bug upstream asking them to make this available > outside of glib? Would be useful to have... No, I never had much success asking for new glib APIs. Paolo