mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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 <ivan.klokov@syntacore.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20230410124451.15929-2-ivan.klokov@syntacore.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
e158a6520a
commit
b84694defb
4 changed files with 8 additions and 0 deletions
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue