diff options
| author | Wenchao Xia | 2014-06-18 08:43:45 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-23 17:12:27 +0200 |
| commit | 5a2d2cbd8850db7c03d1333d6c29aab6e3bc75ad (patch) | |
| tree | 48133597437af77e32a5e9a4d27eb5fb96565bc3 /qapi-schema.json | |
| parent | qapi event: convert DEVICE_TRAY_MOVED (diff) | |
| download | qemu-5a2d2cbd8850db7c03d1333d6c29aab6e3bc75ad.tar.gz qemu-5a2d2cbd8850db7c03d1333d6c29aab6e3bc75ad.tar.xz qemu-5a2d2cbd8850db7c03d1333d6c29aab6e3bc75ad.zip | |
qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
| -rw-r--r-- | qapi-schema.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 0bf5894f7e..a8de08c0a4 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3371,4 +3371,18 @@ { 'enum': 'WatchdogExpirationAction', 'data': [ 'reset', 'shutdown', 'poweroff', 'pause', 'debug', 'none' ] } +## +# @IoOperationType +# +# An enumeration of the I/O operation types +# +# @read: read operation +# +# @write: write operation +# +# Since: 2.1 +## +{ 'enum': 'IoOperationType', + 'data': [ 'read', 'write' ] } + { 'include': 'qapi-event.json' } |
