diff options
Diffstat (limited to 'util/log.c')
-rw-r--r-- | util/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -503,6 +503,8 @@ const QEMULogItem qemu_log_items[] = { "open a separate log file per thread; filename must contain '%d'" }, { CPU_LOG_TB_VPU, "vpu", "include VPU registers in the 'cpu' logging" }, + { LOG_INVALID_MEM, "invalid_mem", + "log invalid memory accesses" }, { 0, NULL, NULL }, }; |