From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: Re: [Qemu-devel] [PATCH 0/2] Fix scsi-generic breakage in upstream qemu-kvm.git Date: Fri, 28 May 2010 13:32:24 +0200 Message-ID: <4BFFA9C8.3090004@redhat.com> References: <1274114750-27933-1-git-send-email-nab@linux-iscsi.org> <4BF536A0.1020305@redhat.com> <1274975788.16907.38.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Christoph Hellwig , Gerd Hoffmann , Hannes Reinecke , kvm-devel , qemu-devel , Chris Krumme To: "Nicholas A. Bellinger" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3521 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754346Ab0E1Lc4 (ORCPT ); Fri, 28 May 2010 07:32:56 -0400 In-Reply-To: <1274975788.16907.38.camel@haakon2.linux-iscsi.org> Sender: kvm-owner@vger.kernel.org List-ID: Am 27.05.2010 17:56, schrieb Nicholas A. Bellinger: > On Thu, 2010-05-20 at 15:18 +0200, Kevin Wolf wrote: >> Am 17.05.2010 18:45, schrieb Nicholas A. Bellinger: >>> From: Nicholas Bellinger >>> >>> Greetings, >>> >>> Attached are the updated patches following hch's comments to fix scsi-generic >>> device breakage with find_image_format() and refresh_total_sectors(). >>> >>> These are being resent as the last attachments where in MBOX format from git-format-patch. >>> >>> Signed-off-by: Nicholas A. Bellinger >> >> Thanks, applied all to the block branch, even though I forgot to reply here. >> >> Kevin > > Hi Kevin, > > Thanks for accepting the series. There is one more piece of breakage > that Chris Krumme found in block.c:find_image_format() in the original > patch. Please apply the patch to add the missing bdrv_delete() for the > SG_IO case below. > > Thanks for pointing this out Chris! Right, thanks for the fix. I've applied it to the block branch. Kevin