]> Git Repo - qemu.git/blobdiff - util/log.c
qga: unset frozen state if no mount points are frozen
[qemu.git] / util / log.c
index 96f30dd21a4a095485b519e2adc7c45f7c52c1d0..c0dbbd4700e34c2a5f9fdd5fd50e80f8df33b196 100644 (file)
@@ -256,6 +256,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",
This page took 0.023653 seconds and 4 git commands to generate.