]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-log.c
hw/vfio/platform: change interrupt/unmask fields into pointer
[mirror_qemu.git] / qemu-log.c
index 797f2af983aef24021c7ea51f79eaa628a51e2c9..13f3813f68aecd5895c545a7759e5e096a04bedf 100644 (file)
@@ -106,10 +106,12 @@ 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",
-      "x86 only: show CPU state before CPU resets" },
+      "show CPU state before CPU resets" },
     { CPU_LOG_IOPORT, "ioport",
       "show all i/o ports accesses" },
     { LOG_UNIMP, "unimp",