qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v6 for 2.1 04/10] block: make 'top' argument to


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v6 for 2.1 04/10] block: make 'top' argument to block-commit optional
Date: Thu, 19 Jun 2014 10:56:16 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 06/17/2014 04:25 PM, Eric Blake wrote:
> On 06/17/2014 03:53 PM, Jeff Cody wrote:
>> Now that active layer block-commit is supported, the 'top' argument
>> no longer needs to be mandatory.
>>
>> Change it to optional, with the default being the active layer in the
>> device chain.
>>
>> Reviewed-by: Eric Blake <address@hidden>
>> Reviewed-by: Benoit Canet <address@hidden>
>> Signed-off-by: Jeff Cody <address@hidden>
>> ---
> 
> As mentioned elsewhere, this is the patch that changed from v5.  But so
> there's no confusion, I've gone back over this one, and my R-b still stands.
> 
>> +    /* Important Note:
>> +     *  libvirt relies on the DeviceNotFound error class in order to probe 
>> for
>> +     *  live commit feature versions; for this to work, we must make sure to
>> +     *  perform the device lookup before any generic errors that may occur 
>> in a
>> +     *  scenario in which all optional arguments are omitted. */
>>      bs = bdrv_find(device);
>>      if (!bs) {
>>          error_set(errp, QERR_DEVICE_NOT_FOUND, device);
> 
> Thanks for adding the comment :)
> 

Should we split this into a different series, since it is
non-controversial (unrelated to the rest of the series' impact on
child-node op-blockers), and useful for libvirt to turn on active
commit?  The rest of the series lets libvirt turn on relative backing
chain work, but we might as well get the easy part into the tree now.

-- 
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]