From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoxM-0000oX-02 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:37:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSoxD-0004Ee-Od for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:37:27 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:60653 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoxD-0004EU-J0 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:37:19 -0400 From: alex.bennee@linaro.org Date: Wed, 26 Mar 2014 14:37:11 +0000 Message-Id: <1395844634-11729-2-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1395844634-11729-1-git-send-email-alex.bennee@linaro.org> References: <1395844634-11729-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= 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)" }, { CPU_LOG_PCALL, "pcall", "x86 only: show protected mode far calls/returns/exceptions" }, { CPU_LOG_RESET, "cpu_reset", -- 1.9.1