From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPChA-0008DS-Op for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:05:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPCh1-0001bn-Cf for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:05:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPCh1-0001be-4y for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:05:07 -0400 Message-ID: <5162CF69.2050509@redhat.com> Date: Mon, 08 Apr 2013 16:08:41 +0200 From: Hans de Goede MIME-Version: 1.0 References: <1365426195-12596-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1365426195-12596-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Paolo Bonzini , qemu-devel@nongnu.org Cc: amit.shah@redhat.com, peter.crosthwaite@xilinx.com Paolo Bonzini writes: > 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... Regards, hans