From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0yFX-0003V2-Up for qemu-devel@nongnu.org; Mon, 13 Aug 2012 13:16:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0yFV-00079O-T6 for qemu-devel@nongnu.org; Mon, 13 Aug 2012 13:16:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0yFV-00079K-LD for qemu-devel@nongnu.org; Mon, 13 Aug 2012 13:16:17 -0400 Date: Mon, 13 Aug 2012 14:16:58 -0300 From: Luiz Capitulino Message-ID: <20120813141658.1bc8b15e@doriath.home> In-Reply-To: <1344614655-2195-1-git-send-email-aliguori@us.ibm.com> References: <1344614655-2195-1-git-send-email-aliguori@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/7] qapi: add commands to remove the need (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , Eric Blake , qemu-devel@nongnu.org, Markus Armbruster , Alexander Graf On Fri, 10 Aug 2012 11:04:08 -0500 Anthony Liguori wrote: > This series implements the necessary commands to implements danpb's idea to > remove -help parsing in libvirt. We would introduce all of these commands in > 1.2 and then change the -help output starting in 1.3. Applied to the qmp branch, thanks.