diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/log.c b/util/log.c index 53b4f6c58e..def88a9402 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 }, }; |