From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBXTB-0004Zf-PX for qemu-devel@nongnu.org; Thu, 06 Feb 2014 17:31:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBXSz-0005jF-Pn for qemu-devel@nongnu.org; Thu, 06 Feb 2014 17:30:53 -0500 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:55252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBXSz-0005ie-Im for qemu-devel@nongnu.org; Thu, 06 Feb 2014 17:30:41 -0500 Received: by mail-ea0-f178.google.com with SMTP id a15so1193866eae.37 for ; Thu, 06 Feb 2014 14:30:37 -0800 (PST) From: Hani Benhabiles Date: Thu, 6 Feb 2014 23:30:09 +0100 Message-Id: <1391725813-29514-1-git-send-email-kroosec@gmail.com> Subject: [Qemu-devel] [PATCH 0/4] monitor: Add argument completion for multiple commands. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: imammedo@redhat.com, pbonzini@redhat.com, lcapitulino@redhat.com This patch series add argument completion to multiple human monitor console commands. For device_add and object_add, only the 1st argument is completed. Hani Benhabiles (4): monitor: Add device_del id argument completion. monitor: Add device_add device argument completion. monitor: Add object_del id argument completion. monitor: Add object_add class argument completion. monitor.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) -- 1.8.3.2