aboutsummaryrefslogtreecommitdiff
path: root/hw/hw.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-07-29 09:39:37 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-07-29 09:39:37 -0500
commite374560232776d4141866abc9f520c132b394926 (patch)
tree3a6eb078cb127fe8fc82422c8ce09e77d5983835 /hw/hw.h
parentc62f6d1d76aea587556c85b6b7b5c44167006264 (diff)
parent98e51ec92e678cf0e501b5ef013753ec8710e222 (diff)
Merge remote-tracking branch 'kraxel/migration.2' into staging
Diffstat (limited to 'hw/hw.h')
-rw-r--r--hw/hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hw.h b/hw/hw.h
index 9dd7096fc2..df6ca65058 100644
--- a/hw/hw.h
+++ b/hw/hw.h
@@ -324,6 +324,7 @@ typedef struct VMStateSubsection {
struct VMStateDescription {
const char *name;
+ int unmigratable;
int version_id;
int minimum_version_id;
int minimum_version_id_old;