From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nck6A-0002r0-BH for qemu-devel@nongnu.org; Wed, 03 Feb 2010 13:37:10 -0500 Received: from [199.232.76.173] (port=54713 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nck69-0002qX-Li for qemu-devel@nongnu.org; Wed, 03 Feb 2010 13:37:09 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nck68-0000ba-ET for qemu-devel@nongnu.org; Wed, 03 Feb 2010 13:37:09 -0500 Received: from mail-iw0-f172.google.com ([209.85.223.172]:55286) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nck67-0000bR-RY for qemu-devel@nongnu.org; Wed, 03 Feb 2010 13:37:08 -0500 Received: by iwn2 with SMTP id 2so1861722iwn.19 for ; Wed, 03 Feb 2010 10:37:07 -0800 (PST) Message-ID: <4B69C250.5030203@codemonkey.ws> Date: Wed, 03 Feb 2010 12:37:04 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v3 1/8] monitor: Document argument type 'M' References: <1264425788-8245-1-git-send-email-armbru@redhat.com> <1264425788-8245-2-git-send-email-armbru@redhat.com> In-Reply-To: <1264425788-8245-2-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 01/25/2010 07:23 AM, Markus Armbruster wrote: > Was forgotten in commit b6e098d7. > > Signed-off-by: Markus Armbruster > Applied all (including v4 of 2/8). Thanks. Regards, Anthony Liguori > --- > monitor.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/monitor.c b/monitor.c > index ae3300b..a56d480 100644 > --- a/monitor.c > +++ b/monitor.c > @@ -68,6 +68,8 @@ > * 's' string (accept optional quote) > * 'i' 32 bit integer > * 'l' target long (32 or 64 bit) > + * 'M' just like 'l', except in user mode the value is > + * multiplied by 2^20 (think Mebibyte) > * '/' optional gdb-like print format (like "/10x") > * > * '?' optional type (for all types, except '/') >