qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 08/14] mirror: Use BlockBackend for I/O


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 08/14] mirror: Use BlockBackend for I/O
Date: Tue, 24 May 2016 22:01:56 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 05/24/2016 09:51 PM, Changlong Xie wrote:
> On 05/24/2016 09:47 PM, Kevin Wolf wrote:
>> +    s->target = blk_new();
> blk_new(errp);

Depends on Kevin's block/next branch, which currently includes:

commit 5d7dd50566a4f9786b95f49448f48fead0bb34d8
Author: Max Reitz <address@hidden>
Date:   Tue May 17 16:41:34 2016 +0200

    block: Drop errp parameter from blk_new()

    blk_new() cannot fail so its Error ** parameter has become superfluous.

    Signed-off-by: Max Reitz <address@hidden>
    Signed-off-by: Kevin Wolf <address@hidden>

So the patch builds as written when applied to the correct branch.
http://repo.or.cz/qemu/kevin.git

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