]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/log.c
i386/kvm: Fix build with -m32
[mirror_qemu.git] / util / log.c
index 96f30dd21a4a095485b519e2adc7c45f7c52c1d0..1d1b33f7d9fea621fdcbb89edfc82032003b0bca 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qemu/log.h"
 #include "qemu/range.h"
 #include "qemu/error-report.h"
@@ -256,6 +255,8 @@ const QEMULogItem qemu_log_items[] = {
       "show trace before each executed TB (lots of logs)" },
     { CPU_LOG_TB_CPU, "cpu",
       "show CPU registers before entering a TB (lots of logs)" },
+    { CPU_LOG_TB_FPU, "fpu",
+      "include FPU registers in the 'cpu' logging" },
     { CPU_LOG_MMU, "mmu",
       "log MMU-related activities" },
     { CPU_LOG_PCALL, "pcall",