From 7ee0c3e33a0f8664c529ce621ea83326817fc14a Mon Sep 17 00:00:00 2001 From: "Jason J. Herne" Date: Fri, 26 Jun 2015 14:03:16 -0400 Subject: 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 Reviewed-by: David Hildenbrand Signed-off-by: Jason J. Herne Signed-off-by: Cornelia Huck Reviewed-by: Eric Blake --- qapi-schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index 4342a08d30..67fef37aa5 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2057,6 +2057,20 @@ { 'command': 'query-dump-guest-memory-capability', '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: # -- cgit v1.2.1