Re: [Qemu-devel] [PATCH 05/10] vvfat: use public block layer interface

2011-11-14 Thread Stefan Hajnoczi
On Fri, Nov 11, 2011 at 05:59:19PM +0100, Kevin Wolf wrote: > Am 11.11.2011 17:47, schrieb Stefan Hajnoczi: > > For some reason vvfat.c invokes BlockDriver functions directly and does > > not go through block.h functions. Change all direct calls except for > > the .bdrv_make_empty() call for which

Re: [Qemu-devel] [PATCH 05/10] vvfat: use public block layer interface

2011-11-11 Thread Kevin Wolf
Am 11.11.2011 17:47, schrieb Stefan Hajnoczi: > For some reason vvfat.c invokes BlockDriver functions directly and does > not go through block.h functions. Change all direct calls except for > the .bdrv_make_empty() call for which there is no public interface. > > This change makes the conversion