From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTqWP-0003dP-Se for qemu-devel@nongnu.org; Wed, 09 Oct 2013 05:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTqWL-0006at-0d for qemu-devel@nongnu.org; Wed, 09 Oct 2013 05:57:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTqWK-0006am-Oc for qemu-devel@nongnu.org; Wed, 09 Oct 2013 05:57:32 -0400 Date: Wed, 9 Oct 2013 11:57:36 +0200 From: Kevin Wolf Message-ID: <20131009095736.GI8994@dhcp-200-207.str.redhat.com> References: <1381236194-18953-1-git-send-email-pl@kamp.de> <52544AD0.3060309@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52544AD0.3060309@redhat.com> Subject: Re: [Qemu-devel] [PATCHv6] block/get_block_status: avoid redundant callouts on raw devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: stefanha@redhat.com, Peter Lieven , qemu-devel@nongnu.org, anthony@codemonkey.ws, pbonzini@redhat.com, ronniesahlberg@gmail.com Am 08.10.2013 um 20:11 hat Eric Blake geschrieben: > On 10/08/2013 06:43 AM, Peter Lieven wrote: > > if a raw device like an iscsi target or host device is used > > the current implementation makes a second call out to get > > the block status of bs->file. > > > > Signed-off-by: Peter Lieven > > --- > > Reviewed-by: Eric Blake Thanks, applied to the block branch. Kevin