From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjeNX-0006Kj-2I for qemu-devel@nongnu.org; Fri, 04 Sep 2009 15:23:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjeNS-0006EJ-CY for qemu-devel@nongnu.org; Fri, 04 Sep 2009 15:23:22 -0400 Received: from [199.232.76.173] (port=47609 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjeNS-0006E7-A1 for qemu-devel@nongnu.org; Fri, 04 Sep 2009 15:23:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23826) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjeNR-0005Lo-QZ for qemu-devel@nongnu.org; Fri, 04 Sep 2009 15:23:18 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n84JNG3j014114 for ; Fri, 4 Sep 2009 15:23:17 -0400 Received: from localhost (vpn-10-55.bos.redhat.com [10.16.10.55]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n84JNF49024936 for ; Fri, 4 Sep 2009 15:23:16 -0400 From: Luiz Capitulino Date: Fri, 4 Sep 2009 16:23:05 -0300 Message-Id: <1252092187-13924-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] monitor: auto-completion fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi there, This series contains two minor auto-completion fixes for 'commit' and 'wavcapture' Monitor commands.