From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTZsP-00076p-Mr for qemu-devel@nongnu.org; Fri, 28 Mar 2014 12:43:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTZsK-0002iI-NZ for qemu-devel@nongnu.org; Fri, 28 Mar 2014 12:43:29 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:56286 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTZsK-0002iB-Hz for qemu-devel@nongnu.org; Fri, 28 Mar 2014 12:43:24 -0400 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 28 Mar 2014 16:43:21 +0000 Message-Id: <1396025007-27592-2-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1396025007-27592-1-git-send-email-alex.bennee@linaro.org> References: <1396025007-27592-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] [PATCH v2 1/7] 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?= 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