diff options
Diffstat (limited to 'qapi/misc-target.json')
| -rw-r--r-- | qapi/misc-target.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/qapi/misc-target.json b/qapi/misc-target.json index 8d70bd24d8..42e4a7417d 100644 --- a/qapi/misc-target.json +++ b/qapi/misc-target.json @@ -275,25 +275,6 @@ 'if': 'TARGET_I386' } ## -# @dump-skeys: -# -# Dump guest's storage keys -# -# @filename: the path to the file to dump to -# -# Since: 2.5 -# -# .. qmp-example:: -# -# -> { "execute": "dump-skeys", -# "arguments": { "filename": "/tmp/skeys" } } -# <- { "return": {} } -## -{ 'command': 'dump-skeys', - 'data': { 'filename': 'str' }, - 'if': 'TARGET_S390X' } - -## # @GICCapability: # # The struct describes capability for a specific GIC (Generic |