From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXsty-0000ir-NM for qemu-devel@nongnu.org; Mon, 22 Feb 2016 10:59:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXstx-0001Az-Mi for qemu-devel@nongnu.org; Mon, 22 Feb 2016 10:59:58 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:34184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXstx-0001As-GT for qemu-devel@nongnu.org; Mon, 22 Feb 2016 10:59:57 -0500 Received: by mail-wm0-x235.google.com with SMTP id b205so161906817wmb.1 for ; Mon, 22 Feb 2016 07:59:57 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 22 Feb 2016 15:59:40 +0000 Message-Id: <1456156787-17509-3-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1456156787-17509-1-git-send-email-alex.bennee@linaro.org> References: <1456156787-17509-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 v7 2/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: dgilbert@redhat.com, crosthwaitepeter@gmail.com, pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , aurelien@aurel32.net, rth@twiddle.net This doesn't just dump CPU state on translation but on every block entrance. Signed-off-by: Alex Bennée Reviewed-by: Andreas Färber Reviewed-by: Richard Henderson --- v4 - add r-b tag v5 - slightly tweak the wording now nochain exists v6 - add rth r-b tag --- util/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/log.c b/util/log.c index 2709e98..c39fa7f 100644 --- a/util/log.c +++ b/util/log.c @@ -110,7 +110,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 entering a TB (lots of logs)" }, { CPU_LOG_MMU, "mmu", "log MMU-related activities" }, { CPU_LOG_PCALL, "pcall", -- 2.7.1