aboutsummaryrefslogtreecommitdiff
path: root/target-arm/cpu-qom.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/cpu-qom.h')
-rw-r--r--target-arm/cpu-qom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/target-arm/cpu-qom.h b/target-arm/cpu-qom.h
index beabf9a0a9..af97ebfa94 100644
--- a/target-arm/cpu-qom.h
+++ b/target-arm/cpu-qom.h
@@ -60,6 +60,12 @@ typedef struct ARMCPU {
/* Coprocessor information */
GHashTable *cp_regs;
+ /* List of (register index, value) tuples which we use for marshalling
+ * register state between the kernel and QEMU (for KVM) and between
+ * two QEMUs (for migration).
+ */
+ uint64_t *cpreg_tuples;
+ int cpreg_tuples_len;
/* The instance init functions for implementation-specific subclasses
* set these fields to specify the implementation-dependent values of