]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-log.c
block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroes
[mirror_qemu.git] / qemu-log.c
index 797f2af983aef24021c7ea51f79eaa628a51e2c9..05b5493e0cae126d4ff07ab790104eff041f9648 100644 (file)
@@ -106,6 +106,8 @@ const QEMULogItem qemu_log_items[] = {
       "show trace before each executed TB (lots of logs)" },
     { CPU_LOG_TB_CPU, "cpu",
       "show CPU state before block translation" },
+    { CPU_LOG_MMU, "mmu",
+      "log MMU-related activities" },
     { CPU_LOG_PCALL, "pcall",
       "x86 only: show protected mode far calls/returns/exceptions" },
     { CPU_LOG_RESET, "cpu_reset",