qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3] block: Introduce "null" driver


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v3] block: Introduce "null" driver
Date: Wed, 03 Sep 2014 06:34:05 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

On 09/03/2014 05:10 AM, Kevin Wolf wrote:

>>>> @@ -1150,7 +1150,8 @@
>>>>    'data': [ 'archipelago', 'file', 'host_device', 'host_cdrom', 
>>>> 'host_floppy',
>>>>              'http', 'https', 'ftp', 'ftps', 'tftp', 'vvfat', 'blkdebug',
>>>>              'blkverify', 'bochs', 'cloop', 'cow', 'dmg', 'parallels', 
>>>> 'qcow',
>>>> -            'qcow2', 'qed', 'raw', 'vdi', 'vhdx', 'vmdk', 'vpc', 'quorum' 
>>>> ] }
>>>> +            'qcow2', 'qed', 'raw', 'vdi', 'vhdx', 'vmdk', 'vpc', 'quorum',
>>>> +            'null' ] }
>>>
>>> As mentioned elsewhere, you probably want 'null' AND 'null-co'.  Bummer
>>> that this list is mostly alphabetical, but that 'quorum' and 'null' are
>>> out of order.
>>
>> I'll add null-co to the list. But this list is a bit far from alphabetical:
>>
>> archipelago, ..., vvfat, blkdebug,...
> 
> Actually it's pretty close to alphabetical as the secondary criterion
> (the primary one is that all protocols are listed first, and only then
> the formats).

Then a (separate) patch that lists:

'data': [
   # protocols
   list...,
   # formats
   list...
]

might be nice :)

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]