]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi/block: Cosmetic change in BlockExportType schema
authorPhilippe Mathieu-Daude <f4bug@amsat.org>
Wed, 19 Jan 2022 12:14:39 +0000 (13:14 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 28 Jan 2022 22:50:43 +0000 (16:50 -0600)
Fix long line introduced in commit bb01ea73110 ("qapi/block:
Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVER").

Suggested-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220119121439.214821-1-f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
qapi/block-export.json

index f9ce79a974b59d90c6eca4c00eedeaccd5b2a4c2..f183522d0d2c8e07387045062538bd191cf694ca 100644 (file)
 ##
 { 'enum': 'BlockExportType',
   'data': [ 'nbd',
-            { 'name': 'vhost-user-blk', 'if': 'CONFIG_VHOST_USER_BLK_SERVER' },
+            { 'name': 'vhost-user-blk',
+              'if': 'CONFIG_VHOST_USER_BLK_SERVER' },
             { 'name': 'fuse', 'if': 'CONFIG_FUSE' } ] }
 
 ##