commit | 5361468974c72cf0b22bd0789e55a51fd9d75d50 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Nov 24 16:01:07 2017 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Mar 09 15:17:47 2018 +0100 |
tree | 98be216ba31beb242338d2da5633d48dbca8482e | |
parent | 0c2ada8136a993b1fae9cee2c26b357e9c56c016 [diff] |
block/qapi: Introduce BlockdevCreateOptions This creates a BlockdevCreateOptions union type that will contain all of the options for image creation. We'll start out with an empty struct type BlockdevCreateNotSupported for all drivers. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>