From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROuOl-0003yO-LW for qemu-devel@nongnu.org; Fri, 11 Nov 2011 11:56:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROuOk-0002Gw-Hc for qemu-devel@nongnu.org; Fri, 11 Nov 2011 11:56:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROuOk-0002Gs-9y for qemu-devel@nongnu.org; Fri, 11 Nov 2011 11:56:14 -0500 Message-ID: <4EBD5467.9040500@redhat.com> Date: Fri, 11 Nov 2011 17:59:19 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1321030042-20446-1-git-send-email-stefanha@linux.vnet.ibm.com> <1321030042-20446-6-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1321030042-20446-6-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/10] vvfat: use public block layer interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Paolo Bonzini , Marcelo Tosatti , qemu-devel@nongnu.org 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 to .bdrv_co_is_allocated() possible. > > Signed-off-by: Stefan Hajnoczi This conflicts with the block branch (I made more or less the same change in order to fix read-write vvfat disks) Kevin