summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorJason J. Herne2015-06-26 20:03:16 +0200
committerCornelia Huck2015-09-03 12:17:54 +0200
commit7ee0c3e33a0f8664c529ce621ea83326817fc14a (patch)
treec6c559251f300bee39fc4b65253ed5c743b6e350 /qapi-schema.json
parents390x: Enable new s390-storage-keys device (diff)
downloadqemu-7ee0c3e33a0f8664c529ce621ea83326817fc14a.tar.gz
qemu-7ee0c3e33a0f8664c529ce621ea83326817fc14a.tar.xz
qemu-7ee0c3e33a0f8664c529ce621ea83326817fc14a.zip
s390x: Dump storage keys qmp command
Provide a dump-skeys qmp command to allow the end user to dump storage keys. This is useful for debugging problems with guest storage key support within Qemu and for guest operating system developers. Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Jason J. Herne <jjherne@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 4342a08d30..67fef37aa5 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2058,6 +2058,20 @@
'returns': 'DumpGuestMemoryCapability' }
##
+# @dump-skeys
+#
+# Dump guest's storage keys
+#
+# @filename: the path to the file to dump to
+#
+# This command is only supported on s390 architecture.
+#
+# Since: 2.5
+##
+{ 'command': 'dump-skeys',
+ 'data': { 'filename': 'str' } }
+
+##
# @netdev_add:
#
# Add a network backend.