From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RViQ0-0005ug-RA for qemu-devel@nongnu.org; Wed, 30 Nov 2011 06:33:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RViPw-0006hy-KB for qemu-devel@nongnu.org; Wed, 30 Nov 2011 06:33:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RViPw-0006ht-By for qemu-devel@nongnu.org; Wed, 30 Nov 2011 06:33:36 -0500 Message-ID: <4ED6154C.8010302@redhat.com> Date: Wed, 30 Nov 2011 12:36:44 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1322574591-28496-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1322574591-28496-1-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] block: implement bdrv_co_is_allocated() boundary cases List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Mark Wu , qemu-devel@nongnu.org Am 29.11.2011 14:49, schrieb Stefan Hajnoczi: > Cases beyond the end of the disk image are only implemented for block > drivers that do not provide .bdrv_co_is_allocated(). It's worth making > these cases generic so that block drivers that do implement > .bdrv_co_is_allocated() also get them for free. > > Suggested-by: Mark Wu > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin