From patchwork Thu Aug 13 13:50:23 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 31327 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by bilbo.ozlabs.org (Postfix) with ESMTPS id 0E3C4B7063 for ; Fri, 14 Aug 2009 00:43:31 +1000 (EST) Received: from localhost ([127.0.0.1]:36467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbbWX-0004eM-02 for incoming@patchwork.ozlabs.org; Thu, 13 Aug 2009 10:43:25 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mbaim-0001Ho-5d for qemu-devel@nongnu.org; Thu, 13 Aug 2009 09:52:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mbaig-00018O-G5 for qemu-devel@nongnu.org; Thu, 13 Aug 2009 09:51:58 -0400 Received: from [199.232.76.173] (port=33519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbaif-000189-VI for qemu-devel@nongnu.org; Thu, 13 Aug 2009 09:51:54 -0400 Received: from mx2.redhat.com ([66.187.237.31]:45144) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mbaif-0003OD-Dn for qemu-devel@nongnu.org; Thu, 13 Aug 2009 09:51:53 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7DDpqiZ023437; Thu, 13 Aug 2009 09:51:52 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7DDppSh027524; Thu, 13 Aug 2009 09:51:51 -0400 Received: from localhost (vpn-10-83.bos.redhat.com [10.16.10.83]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7DDpoWW012269; Thu, 13 Aug 2009 09:51:50 -0400 From: Luiz Capitulino To: qemu-devel@nongnu.org Date: Thu, 13 Aug 2009 10:50:23 -0300 Message-Id: <1250171428-29308-25-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1250171428-29308-1-git-send-email-lcapitulino@redhat.com> References: <1250171428-29308-1-git-send-email-lcapitulino@redhat.com> X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: aliguori@us.ibm.com, avi@redhat.com Subject: [Qemu-devel] [PATCH 24/29] monitor: Update supported types documentation X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Luiz Capitulino --- monitor.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/monitor.c b/monitor.c index 2052c00..08e5cbc 100644 --- a/monitor.c +++ b/monitor.c @@ -61,7 +61,9 @@ * 'l' target long (32 or 64 bit) * '/' optional gdb-like print format (like "/10x") * - * '?' optional type (for 'F', 's' and 'i') + * '?' optional type (for all types, except '/') + * '.' other form of optional type (for 'i' and 'l') + * '-' optional parameter (eg. '-f') * */