From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiN80-0004zB-Du for qemu-devel@nongnu.org; Tue, 22 Mar 2016 10:17:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiN7x-0006hj-I5 for qemu-devel@nongnu.org; Tue, 22 Mar 2016 10:17:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiN7x-0006hI-DP for qemu-devel@nongnu.org; Tue, 22 Mar 2016 10:17:45 -0400 From: Paolo Bonzini Date: Tue, 22 Mar 2016 15:16:57 +0100 Message-Id: <1458656229-32043-18-git-send-email-pbonzini@redhat.com> In-Reply-To: <1458656229-32043-1-git-send-email-pbonzini@redhat.com> References: <1458656229-32043-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 17/29] 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=C3=A9e This doesn't just dump CPU state on translation but on every block entrance. Signed-off-by: Alex Benn=C3=A9e Reviewed-by: Andreas F=C3=A4rber Reviewed-by: Richard Henderson Message-Id: <1458052224-9316-4-git-send-email-alex.bennee@linaro.org> Signed-off-by: Paolo Bonzini --- util/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/log.c b/util/log.c index 8b921de..a14d480 100644 --- a/util/log.c +++ b/util/log.c @@ -120,7 +120,7 @@ const QEMULogItem qemu_log_items[] =3D { { 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", --=20 2.5.0