qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty functions
Date: Mon, 27 Jan 2014 14:13:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/27/2014 02:09 PM, Jeff Cody wrote:
> QED and QCOW2 both have .bdrv_make_empty stubs that do nothing.  In the 
> case of QED, it returns an error (-ENOTSUP), which causes problems with
> bdrv_commit().
> 
> This removes those stubs.
> 
> Jeff Cody (2):
>   block: remove QED .bdrv_make_empty implementation
>   block: remove qcow2 .bdrv_make_empty implementation
> 
>  block/qcow2.c | 21 ---------------------
>  block/qed.c   |  6 ------
>  2 files changed, 27 deletions(-)

Always fun when you can fix bugs by pure deletion :)

Reviewed-by: Eric Blake <address@hidden>

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