]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpu-all.h
sun4u: Pass SPARCCPU to cpu_kick_irq()
[mirror_qemu.git] / cpu-all.h
index 74d3681c2905532a1f40d7a67fd45da3b900e3df..2b99682677b86c22625e97fe7667ee397439cae7 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -356,6 +356,9 @@ CPUArchState *cpu_copy(CPUArchState *env);
 CPUArchState *qemu_get_cpu(int cpu);
 
 #define CPU_DUMP_CODE 0x00010000
+#define CPU_DUMP_FPU 0x00020000 /* dump FPU register state, not just integer */
+/* dump info about TCG QEMU's condition code optimization state */
+#define CPU_DUMP_CCOP 0x00040000
 
 void cpu_dump_state(CPUArchState *env, FILE *f, fprintf_function cpu_fprintf,
                     int flags);