From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCq4H-00007D-FB for qemu-devel@nongnu.org; Thu, 31 Jul 2014 09:06:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCq46-0001EH-NE for qemu-devel@nongnu.org; Thu, 31 Jul 2014 09:06:49 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:50086 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCq46-0001E7-Hk for qemu-devel@nongnu.org; Thu, 31 Jul 2014 09:06:38 -0400 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Thu, 31 Jul 2014 14:06:26 +0100 Message-Id: <1406811992-6766-4-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1406811992-6766-1-git-send-email-alex.bennee@linaro.org> References: <1406811992-6766-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 v3 3/9] 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?= , l@dorileo.org 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", -- 2.0.3