]> Git Repo - qemu.git/blobdiff - include/exec/cpu-all.h
cpu: Move opaque field from CPU_COMMON to CPUState
[qemu.git] / include / exec / cpu-all.h
index b6998f055a2dd51ed922bc17271805c4a9e63c11..4cb4b4a53ac4c50c050b5a4b23c33fe585758469 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "qemu-common.h"
 #include "exec/cpu-common.h"
+#include "exec/memory.h"
 #include "qemu/thread.h"
 #include "qom/cpu.h"
 
@@ -459,7 +460,7 @@ typedef struct RAMBlock {
 typedef struct RAMList {
     QemuMutex mutex;
     /* Protected by the iothread lock.  */
-    uint8_t *phys_dirty;
+    unsigned long *dirty_memory[DIRTY_MEMORY_NUM];
     RAMBlock *mru_block;
     /* Protected by the ramlist lock.  */
     QTAILQ_HEAD(, RAMBlock) blocks;
This page took 0.024335 seconds and 4 git commands to generate.