From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wl0xU-0007MF-3i for qemu-devel@nongnu.org; Thu, 15 May 2014 15:04:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wl0xN-0004nc-M8 for qemu-devel@nongnu.org; Thu, 15 May 2014 15:04:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wl0xN-0004nK-Fe for qemu-devel@nongnu.org; Thu, 15 May 2014 15:04:41 -0400 Date: Thu, 15 May 2014 14:33:48 -0400 From: Luiz Capitulino Message-ID: <20140515143348.1197f9cc@redhat.com> In-Reply-To: <1399502492-6188-1-git-send-email-kroosec@gmail.com> References: <1399502492-6188-1-git-send-email-kroosec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] Miscellaneous command completion patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hani Benhabiles Cc: qemu-devel@nongnu.org, kraxel@redhat.com On Wed, 7 May 2014 23:41:26 +0100 Hani Benhabiles wrote: > Compared to v1: > * Dropped patch 02/07 for help completion conversion. > * Nothing else changed. 04,05 and 06 are R-b by Stefan. > > Hani Benhabiles (6): > monitor: Convert sendkey to use command_completion. > monitor: Add chardev-remove command completion. > monitor: Add chardev-add backend argument completion. > monitor: Add set_link arguments completion. > monitor: Add netdev_add type argument completion. > monitor: Add netdev_del id argument completion. > > hmp-commands.hx | 8 ++- > hmp.h | 6 +++ > monitor.c | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- > net/net.c | 2 +- > 4 files changed, 158 insertions(+), 11 deletions(-) > Applied to the qmp branch, thanks.