From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nicholas A. Bellinger" Subject: [PATCH 0/2] Fix scsi-generic breakage in upstream qemu-kvm.git Date: Mon, 17 May 2010 09:45:50 -0700 Message-ID: <1274114750-27933-1-git-send-email-nab@linux-iscsi.org> Cc: Nicholas Bellinger To: Kevin Wolf , Christoph Hellwig , Gerd Hoffmann , Hannes Reinecke , kvm-devel , qemu-devel Received: from smtp103.sbc.mail.gq1.yahoo.com ([67.195.15.62]:43761 "HELO smtp103.sbc.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751637Ab0EQC6h (ORCPT ); Sun, 16 May 2010 22:58:37 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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 Nicholas Bellinger (2): [block]: Make find_image_format() return 'raw' BlockDriver for SG_IO devices [block]: Add SG_IO device check in refresh_total_sectors() block.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)