From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47749 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfAB2-0003SV-IN for qemu-devel@nongnu.org; Tue, 18 Jan 2011 06:56:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfAB0-0002Ss-1t for qemu-devel@nongnu.org; Tue, 18 Jan 2011 06:56:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfAAz-0002P2-R5 for qemu-devel@nongnu.org; Tue, 18 Jan 2011 06:56:42 -0500 Date: Tue, 18 Jan 2011 17:26:24 +0530 From: Amit Shah Message-ID: <20110118115624.GD10526@amit-x200.redhat.com> References: <4D2F4FC2.1060408@codemonkey.ws> <20110117101806.GA14607@amit-x200.redhat.com> <4D3458CC.1070004@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D3458CC.1070004@codemonkey.ws> Subject: [Qemu-devel] Re: [PATCH v2 0/5] iohandlers: Add support for enabling/disabling individual handlers List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paul Brook , qemu list , Gerd Hoffmann On (Mon) Jan 17 2011 [08:57:16], Anthony Liguori wrote: > >Also -- this patchset was prompted by a bug in qemu chardevs that > >freezes guests if they write faster than the chardevs can consume. > >What should the strategy on fixing that bug be? > > Fix the loop API such that we're not just fixing one bug but that we > can address a bunch of other bugs that are out there. But what's the right fix? * Pull in glib or some other library * Mimic API from some other library Amit