diff options
Diffstat (limited to 'include/hw/s390x/storage-keys.h')
-rw-r--r-- | include/hw/s390x/storage-keys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/s390x/storage-keys.h b/include/hw/s390x/storage-keys.h index 18e08d27d6..72b850cb17 100644 --- a/include/hw/s390x/storage-keys.h +++ b/include/hw/s390x/storage-keys.h @@ -21,6 +21,7 @@ typedef struct S390SKeysState { DeviceState parent_obj; + bool migration_enabled; } S390SKeysState; |