From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra8VB-0005pn-D9 for qemu-devel@nongnu.org; Mon, 12 Dec 2011 11:13:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra8VA-0003FX-3w for qemu-devel@nongnu.org; Mon, 12 Dec 2011 11:13:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra8V9-0003F7-Td for qemu-devel@nongnu.org; Mon, 12 Dec 2011 11:13:16 -0500 Date: Mon, 12 Dec 2011 14:08:00 -0200 From: Luiz Capitulino Message-ID: <20111212140800.11873fa8@doriath> In-Reply-To: <20111212155046.GB29447@garlic.tlv.redhat.com> References: <20111208174544.325838a6@doriath> <20111212155046.GB29447@garlic.tlv.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Dropping the MONITOR_CMD_ASYNC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: kraxel@redhat.com, qemu-devel , stefanha@linux.vnet.ibm.com On Mon, 12 Dec 2011 17:50:46 +0200 Alon Levy wrote: > On Thu, Dec 08, 2011 at 05:45:44PM -0200, Luiz Capitulino wrote: > > Hi there, > > > > I'm about to completely drop the MONITOR_CMD_ASYNC API, but it turns out that > > the command client_migrate_info uses it. That's a legacy interface and has to > > be dropped, no command should be using it... > > > > Why has it got to be dropped? can't it be declared as deprecated first? Well, after this thread looks like it's what we'll have to do... > > > Something tells me that if I just drop it (and change the command to use the > > regular interface), bad things will happen. Am I right? :) > > >