From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MduHx-0002bo-6O for qemu-devel@nongnu.org; Wed, 19 Aug 2009 19:09:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MduHs-0002b1-A3 for qemu-devel@nongnu.org; Wed, 19 Aug 2009 19:09:52 -0400 Received: from [199.232.76.173] (port=49918 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MduHs-0002ak-1x for qemu-devel@nongnu.org; Wed, 19 Aug 2009 19:09:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10270) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MduHp-0005c0-Ck for qemu-devel@nongnu.org; Wed, 19 Aug 2009 19:09:46 -0400 From: Luiz Capitulino Date: Wed, 19 Aug 2009 20:07:55 -0300 Message-Id: <1250723280-3509-25-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1250723280-3509-1-git-send-email-lcapitulino@redhat.com> References: <1250723280-3509-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 24/29] monitor: Update supported types documentation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, avi@redhat.com Signed-off-by: Luiz Capitulino --- monitor.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/monitor.c b/monitor.c index 519bae0..4ba697f 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') * */ -- 1.6.4.67.gea5b1