diff options
author | Kevin Wolf | 2020-10-20 12:47:58 +0200 |
---|---|---|
committer | Kevin Wolf | 2021-03-19 10:17:13 +0100 |
commit | 8825587b53c62f40375a2f63dfefd3adc6988eb1 (patch) | |
tree | 68f349337d78ee7b9a1f296a319ed22204199a66 /storage-daemon | |
parent | qapi/qom: Add ObjectOptions for iothread (diff) | |
download | qemu-8825587b53c62f40375a2f63dfefd3adc6988eb1.tar.gz qemu-8825587b53c62f40375a2f63dfefd3adc6988eb1.tar.xz qemu-8825587b53c62f40375a2f63dfefd3adc6988eb1.zip |
qapi/qom: Add ObjectOptions for authz-*
This adds a QAPI schema for the properties of the authz-* objects.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'storage-daemon')
-rw-r--r-- | storage-daemon/qapi/qapi-schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage-daemon/qapi/qapi-schema.json b/storage-daemon/qapi/qapi-schema.json index 28117c3aac..67749d1101 100644 --- a/storage-daemon/qapi/qapi-schema.json +++ b/storage-daemon/qapi/qapi-schema.json @@ -26,6 +26,7 @@ { 'include': '../../qapi/crypto.json' } { 'include': '../../qapi/introspect.json' } { 'include': '../../qapi/job.json' } +{ 'include': '../../qapi/authz.json' } { 'include': '../../qapi/qom.json' } { 'include': '../../qapi/sockets.json' } { 'include': '../../qapi/transaction.json' } |