]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
moved halted field to CPU_COMMON
[qemu.git] / cpu-defs.h
index c4389ed35d25e025bc1657d78018828bfdc83906..7001ca4b257a04e0e7296c930f27a244979272aa 100644 (file)
@@ -140,6 +140,7 @@ typedef struct CPUTLBEntry {
                                    written */                           \
     target_ulong mem_write_vaddr; /* target virtual addr at which the   \
                                      memory was written */              \
+    int halted; /* TRUE if the CPU is in suspend state */               \
     /* The meaning of the MMU modes is defined in the target code. */   \
     CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE];                  \
     struct TranslationBlock *tb_jmp_cache[TB_JMP_CACHE_SIZE];           \