]> git.proxmox.com Git - mirror_qemu.git/commit - qapi/block-core.json
block/qapi: Introduce BlockdevCreateOptions
authorKevin Wolf <kwolf@redhat.com>
Fri, 24 Nov 2017 15:01:07 +0000 (16:01 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 9 Mar 2018 14:17:47 +0000 (15:17 +0100)
commit5361468974c72cf0b22bd0789e55a51fd9d75d50
tree98be216ba31beb242338d2da5633d48dbca8482e
parent0c2ada8136a993b1fae9cee2c26b357e9c56c016
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>
qapi/block-core.json