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

2014-01-28 Thread Kevin Wolf
Am 27.01.2014 um 22:09 hat Jeff Cody geschrieben: > 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

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

2014-01-27 Thread Eric Blake
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 im

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

2014-01-27 Thread Jeff Cody
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 imple