From 9ef40173fbe99c0562d227980779a73613788782 Mon Sep 17 00:00:00 2001 From: "Jason J. Herne" Date: Thu, 9 Jul 2015 13:56:44 -0400 Subject: s390x: Disable storage key migration on old machine type This code disables storage key migration when an older machine type is specified. Reviewed-by: David Hildenbrand Signed-off-by: Jason J. Herne Signed-off-by: Cornelia Huck --- include/hw/s390x/storage-keys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/hw/s390x/storage-keys.h b/include/hw/s390x/storage-keys.h index 18e08d2..72b850c 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; -- cgit v1.1