]> Git Repo - qemu.git/blobdiff - cpu-all.h
Implement PreP reset port.
[qemu.git] / cpu-all.h
index 5c30030883e31e51b21eac170822d15a62a59bd2..4e200928fe9af1341cdd0104bc633b9e19141962 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -716,6 +716,7 @@ extern int code_copy_enabled;
 #define CPU_INTERRUPT_HALT   0x20 /* CPU halt wanted */
 #define CPU_INTERRUPT_SMI    0x40 /* (x86 only) SMI interrupt pending */
 #define CPU_INTERRUPT_DEBUG  0x80 /* Debug event occured.  */
+#define CPU_INTERRUPT_VIRQ   0x100 /* virtual interrupt pending.  */
 
 void cpu_interrupt(CPUState *s, int mask);
 void cpu_reset_interrupt(CPUState *env, int mask);
This page took 0.021088 seconds and 4 git commands to generate.