]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/exec/cpu-defs.h
cpu: Move halted and interrupt_request fields to CPUState
[mirror_qemu.git] / include / exec / cpu-defs.h
index 3dc96568ac49cc9b669e07fc014f6137a8f80517..0ae967ae208dd444f0509637a9a730a43f645963 100644 (file)
@@ -156,8 +156,6 @@ typedef struct CPUWatchpoint {
                             accessed */                                 \
     target_ulong mem_io_vaddr; /* target virtual addr at which the      \
                                      memory was accessed */             \
-    uint32_t halted; /* Nonzero if the CPU is in suspend state */       \
-    uint32_t interrupt_request;                                         \
     CPU_COMMON_TLB                                                      \
     struct TranslationBlock *tb_jmp_cache[TB_JMP_CACHE_SIZE];           \
     /* buffer for temporaries in the code generator */                  \