From b84694defbcc675a42bc35c4eb28cac590a5414b Mon Sep 17 00:00:00 2001 From: Ivan Klokov Date: Mon, 10 Apr 2023 15:44:50 +0300 Subject: util/log: Add vector registers to log Added QEMU option 'vpu' to log vector extension registers such as gpr\fpu. Signed-off-by: Ivan Klokov Reviewed-by: Alistair Francis Message-Id: <20230410124451.15929-2-ivan.klokov@syntacore.com> Signed-off-by: Alistair Francis --- util/log.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/log.c') diff --git a/util/log.c b/util/log.c index 53b4f6c..def88a9 100644 --- a/util/log.c +++ b/util/log.c @@ -495,6 +495,8 @@ const QEMULogItem qemu_log_items[] = { "log every user-mode syscall, its input, and its result" }, { LOG_PER_THREAD, "tid", "open a separate log file per thread; filename must contain '%d'" }, + { CPU_LOG_TB_VPU, "vpu", + "include VPU registers in the 'cpu' logging" }, { 0, NULL, NULL }, }; -- cgit v1.1