diff options
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qapi/block.json b/qapi/block.json index 6f57d703f7..22da91441b 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -248,6 +248,16 @@ # @tray-open: true if the tray has been opened or false if it has been closed # # Since: 1.1 +# +# Example: +# +# <- { "event": "DEVICE_TRAY_MOVED", +# "data": { "device": "ide1-cd0", +# "id": "/machine/unattached/device[22]", +# "tray-open": true +# }, +# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } } +# ## { 'event': 'DEVICE_TRAY_MOVED', 'data': { 'device': 'str', 'id': 'str', 'tray-open': 'bool' } } |