From patchwork Wed Aug 26 17:05:47 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 32203 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 08455B6F31 for ; Thu, 27 Aug 2009 04:24:55 +1000 (EST) Received: from localhost ([127.0.0.1]:33286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgNAy-0004md-7y for incoming@patchwork.ozlabs.org; Wed, 26 Aug 2009 14:24:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgLxw-00046i-Uu for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:07:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgLxr-0003zE-Hq for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:07:20 -0400 Received: from [199.232.76.173] (port=45834 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgLxr-0003yq-Ch for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:07:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22468) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgLxq-0000rn-OY for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:07:15 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7QH7Ddk018514; Wed, 26 Aug 2009 13:07:13 -0400 Received: from localhost (vpn-10-90.bos.redhat.com [10.16.10.90]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7QH7Cuf032002; Wed, 26 Aug 2009 13:07:12 -0400 From: Luiz Capitulino To: qemu-devel@nongnu.org Date: Wed, 26 Aug 2009 14:05:47 -0300 Message-Id: <1251306352-31316-25-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1251306352-31316-1-git-send-email-lcapitulino@redhat.com> References: <1251306352-31316-1-git-send-email-lcapitulino@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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 2932f0b..b53bda4 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') * */