From: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
To: Christoph Hellwig <hch@lst.de>
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel <qemu-devel@nongnu.org>,
Gerd Hoffmann <kraxel@redhat.com>,
kvm-devel <kvm@vger.kernel.org>, Hannes Reinecke <hare@suse.de>
Subject: [Qemu-devel] Re: [PATCH 1/2] [block]: Fix scsi-generic breakage in find_image_format()
Date: Sun, 16 May 2010 18:50:06 -0700 [thread overview]
Message-ID: <1274061006.7348.14.camel@haakon2.linux-iscsi.org> (raw)
In-Reply-To: <20100516132917.GA27075@lst.de>
[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]
On Sun, 2010-05-16 at 15:29 +0200, Christoph Hellwig wrote:
> On Sat, May 15, 2010 at 06:30:52AM -0700, Nicholas A. Bellinger wrote:
> > From: Nicholas Bellinger <nab@linux-iscsi.org>
> >
> > This patch adds a special BlockDriverState->sg check in block.c:find_image_format()
> > after bdrv_file_open() -> block/raw-posix.c:hdev_open() has been called to determine
> > if we are dealing with a Linux host scsi-generic device or not.
> >
> > The patch then returns the BlockDriver * from find_protocol(), skipping the subsequent
> > bdrv_read() and rest of find_image_format().
>
> That's not quite correct as we don't want to expose formats directly.
> Returning
>
> bdrv_find_format("raw");
>
> should fix it for now,
Ahh, that makes more sense.. Attached is updated patch #1:
[PATCH 1/2] [block]: Make find_image_format() return 'raw' BlockDriver for SG_IO devices
> although I really hate having these special
> cases in block.c.
Indeed having BlockDriverState->sg kinda feels kinda like a hack to
begin with, but it appears this is currently QEMU's way of telling block
code to disable internal SCSI CDB emulation for devices.
Best,
--nab
[-- Attachment #2: 0001--block-Make-find_image_format-return-raw-Block.patch --]
[-- Type: application/mbox, Size: 1244 bytes --]
prev parent reply other threads:[~2010-05-17 1:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-15 13:30 [Qemu-devel] [PATCH 1/2] [block]: Fix scsi-generic breakage in find_image_format() Nicholas A. Bellinger
2010-05-16 13:29 ` [Qemu-devel] " Christoph Hellwig
2010-05-17 1:50 ` Nicholas A. Bellinger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1274061006.7348.14.camel@haakon2.linux-iscsi.org \
--to=nab@linux-iscsi.org \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=kraxel@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).