From 342816b975ec263b7663f7d2e025ed5b7fc1dc13 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 23 Jun 2016 13:21:41 +0200 Subject: qmp-commands: move 'expire_password' doc to schema Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- qapi-schema.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index 52d76ac1b2..398e5d3eda 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2817,6 +2817,13 @@ # coordinate server time with client time. It is not recommended to # use the absolute time version of the @time parameter unless you're # sure you are on the same machine as the QEMU instance. +# +# Example: +# +# -> { "execute": "expire_password", "arguments": { "protocol": "vnc", +# "time": "+60" } } +# <- { "return": {} } +# ## { 'command': 'expire_password', 'data': {'protocol': 'str', 'time': 'str'} } -- cgit v1.2.3-55-g7522