From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9vF3-00063v-2Y for qemu-devel@nongnu.org; Thu, 06 May 2010 03:11:29 -0400 Received: from [140.186.70.92] (port=55392 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9vF0-0005zV-Lx for qemu-devel@nongnu.org; Thu, 06 May 2010 03:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9vEw-0001Lp-Lj for qemu-devel@nongnu.org; Thu, 06 May 2010 03:11:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55578) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9vEw-0001LI-9L for qemu-devel@nongnu.org; Thu, 06 May 2010 03:11:22 -0400 Message-ID: <4BE26B8A.5070106@redhat.com> Date: Thu, 06 May 2010 09:11:06 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1273009170-17530-1-git-send-email-amit.shah@redhat.com> <1273009170-17530-5-git-send-email-amit.shah@redhat.com> <4BE16FB5.6040708@codemonkey.ws> <201005051434.20020.paul@codesourcery.com> <4BE1785B.6010208@codemonkey.ws> <4BE1BC5D.6040909@redhat.com> <4BE1BDAC.50105@codemonkey.ws> <4BE1C3F3.8080901@redhat.com> <4BE1C7FB.9050704@codemonkey.ws> In-Reply-To: <4BE1C7FB.9050704@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v7 4/6] char: Add qemu_chr_write_nb() for nonblocking writes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Amit Shah , Juan Quintela , Paul Brook , qemu list >> I'm all for killing the blocking interface. Problem is that converting >> over all users isn't exactly trivial and we have plenty of them. IMHO >> it isn't realistic to do the switch with a single patch series. > > If we're agreed we ought to kill the blocking interface, let's define a > new proper interface, rename all previous users to something ugly and > deprecated, and approach it that way. __attribute__ ((deprecated)) ? cheers, Gerd