From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSsrH-00044O-Fv for qemu-devel@nongnu.org; Wed, 26 Mar 2014 14:47:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSsrC-00009r-Nj for qemu-devel@nongnu.org; Wed, 26 Mar 2014 14:47:27 -0400 Received: from mail-oa0-f48.google.com ([209.85.219.48]:50019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSsrC-00009e-KE for qemu-devel@nongnu.org; Wed, 26 Mar 2014 14:47:22 -0400 Received: by mail-oa0-f48.google.com with SMTP id m1so3106350oag.35 for ; Wed, 26 Mar 2014 11:47:21 -0700 (PDT) Date: Wed, 26 Mar 2014 18:45:50 +0000 From: Leandro Dorileo Message-ID: <20140326184550.GA23230@dorilex> References: <1395844634-11729-1-git-send-email-alex.bennee@linaro.org> <1395844634-11729-2-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1395844634-11729-2-git-send-email-alex.bennee@linaro.org> Subject: Re: [Qemu-devel] [RFC PATCH 1/4] qemu-log: correct help text for -d cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex.bennee@linaro.org Cc: qemu-devel@nongnu.org On Wed, Mar 26, 2014 at 02:37:11PM +0000, alex.bennee@linaro.org wrote: > From: Alex Bennée > > This doesn't just dump CPU state on translation but on every block > entrance. > > Signed-off-by: Alex Bennée > > diff --git a/qemu-log.c b/qemu-log.c > index 797f2af..35bbb56 100644 > --- a/qemu-log.c > +++ b/qemu-log.c > @@ -105,7 +105,7 @@ const QEMULogItem qemu_log_items[] = { > { CPU_LOG_EXEC, "exec", > "show trace before each executed TB (lots of logs)" }, > { CPU_LOG_TB_CPU, "cpu", > - "show CPU state before block translation" }, > + "show CPU registers before each executed TB (lots of logs)" }, what about s/lots of logs/hight volume log/ or maybe s/lots of logs/hight volume/ ? Regards -- Leandro Dorileo > { CPU_LOG_PCALL, "pcall", > "x86 only: show protected mode far calls/returns/exceptions" }, > { CPU_LOG_RESET, "cpu_reset", > -- > 1.9.1 > >