qapi: Sort items in BlockdevOptions definition
Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Benoît Canet <benoit.canet@nodalink.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1410415798-20673-4-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
e8712cea6a
commit
db866be982
@ -1484,41 +1484,41 @@
|
|||||||
'discriminator': 'driver',
|
'discriminator': 'driver',
|
||||||
'data': {
|
'data': {
|
||||||
'archipelago':'BlockdevOptionsArchipelago',
|
'archipelago':'BlockdevOptionsArchipelago',
|
||||||
'file': 'BlockdevOptionsFile',
|
|
||||||
'host_device':'BlockdevOptionsFile',
|
|
||||||
'host_cdrom': 'BlockdevOptionsFile',
|
|
||||||
'host_floppy':'BlockdevOptionsFile',
|
|
||||||
'http': 'BlockdevOptionsFile',
|
|
||||||
'https': 'BlockdevOptionsFile',
|
|
||||||
'ftp': 'BlockdevOptionsFile',
|
|
||||||
'ftps': 'BlockdevOptionsFile',
|
|
||||||
'tftp': 'BlockdevOptionsFile',
|
|
||||||
# TODO gluster: Wait for structured options
|
|
||||||
# TODO iscsi: Wait for structured options
|
|
||||||
# TODO nbd: Should take InetSocketAddress for 'host'?
|
|
||||||
# TODO nfs: Wait for structured options
|
|
||||||
# TODO rbd: Wait for structured options
|
|
||||||
# TODO sheepdog: Wait for structured options
|
|
||||||
# TODO ssh: Should take InetSocketAddress for 'host'?
|
|
||||||
'vvfat': 'BlockdevOptionsVVFAT',
|
|
||||||
'blkdebug': 'BlockdevOptionsBlkdebug',
|
'blkdebug': 'BlockdevOptionsBlkdebug',
|
||||||
'blkverify': 'BlockdevOptionsBlkverify',
|
'blkverify': 'BlockdevOptionsBlkverify',
|
||||||
'bochs': 'BlockdevOptionsGenericFormat',
|
'bochs': 'BlockdevOptionsGenericFormat',
|
||||||
'cloop': 'BlockdevOptionsGenericFormat',
|
'cloop': 'BlockdevOptionsGenericFormat',
|
||||||
'cow': 'BlockdevOptionsGenericCOWFormat',
|
'cow': 'BlockdevOptionsGenericCOWFormat',
|
||||||
'dmg': 'BlockdevOptionsGenericFormat',
|
'dmg': 'BlockdevOptionsGenericFormat',
|
||||||
|
'file': 'BlockdevOptionsFile',
|
||||||
|
'ftp': 'BlockdevOptionsFile',
|
||||||
|
'ftps': 'BlockdevOptionsFile',
|
||||||
|
# TODO gluster: Wait for structured options
|
||||||
|
'host_cdrom': 'BlockdevOptionsFile',
|
||||||
|
'host_device':'BlockdevOptionsFile',
|
||||||
|
'host_floppy':'BlockdevOptionsFile',
|
||||||
|
'http': 'BlockdevOptionsFile',
|
||||||
|
'https': 'BlockdevOptionsFile',
|
||||||
|
# TODO iscsi: Wait for structured options
|
||||||
|
# TODO nbd: Should take InetSocketAddress for 'host'?
|
||||||
|
# TODO nfs: Wait for structured options
|
||||||
|
'null-aio': 'BlockdevOptionsNull',
|
||||||
|
'null-co': 'BlockdevOptionsNull',
|
||||||
'parallels': 'BlockdevOptionsGenericFormat',
|
'parallels': 'BlockdevOptionsGenericFormat',
|
||||||
'qcow': 'BlockdevOptionsGenericCOWFormat',
|
|
||||||
'qcow2': 'BlockdevOptionsQcow2',
|
'qcow2': 'BlockdevOptionsQcow2',
|
||||||
|
'qcow': 'BlockdevOptionsGenericCOWFormat',
|
||||||
'qed': 'BlockdevOptionsGenericCOWFormat',
|
'qed': 'BlockdevOptionsGenericCOWFormat',
|
||||||
|
'quorum': 'BlockdevOptionsQuorum',
|
||||||
'raw': 'BlockdevOptionsGenericFormat',
|
'raw': 'BlockdevOptionsGenericFormat',
|
||||||
|
# TODO rbd: Wait for structured options
|
||||||
|
# TODO sheepdog: Wait for structured options
|
||||||
|
# TODO ssh: Should take InetSocketAddress for 'host'?
|
||||||
|
'tftp': 'BlockdevOptionsFile',
|
||||||
'vdi': 'BlockdevOptionsGenericFormat',
|
'vdi': 'BlockdevOptionsGenericFormat',
|
||||||
'vhdx': 'BlockdevOptionsGenericFormat',
|
'vhdx': 'BlockdevOptionsGenericFormat',
|
||||||
'vmdk': 'BlockdevOptionsGenericCOWFormat',
|
'vmdk': 'BlockdevOptionsGenericCOWFormat',
|
||||||
'vpc': 'BlockdevOptionsGenericFormat',
|
'vpc': 'BlockdevOptionsGenericFormat',
|
||||||
'quorum': 'BlockdevOptionsQuorum',
|
'vvfat': 'BlockdevOptionsVVFAT'
|
||||||
'null-aio': 'BlockdevOptionsNull',
|
|
||||||
'null-co': 'BlockdevOptionsNull'
|
|
||||||
} }
|
} }
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user