From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] block: Make BSG detection more sane in hdev_open() Date: Sun, 22 Aug 2010 10:31:21 +0200 Message-ID: <20100822083121.GA29452@lst.de> References: <1282431675-16021-1-git-send-email-nab@linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , FUJITA Tomonori , Hannes Reinecke , Kevin Wolf , Gerd Hoffmann , Mark Harvey , kvm-devel , qemu-devel To: "Nicholas A. Bellinger" Return-path: Received: from verein.lst.de ([213.95.11.210]:52820 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751945Ab0HVIbv (ORCPT ); Sun, 22 Aug 2010 04:31:51 -0400 Content-Disposition: inline In-Reply-To: <1282431675-16021-1-git-send-email-nab@linux-iscsi.org> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Aug 21, 2010 at 04:01:15PM -0700, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > Greetings hch, tomo and Co, What tree is this against? I can't see any specificc BSG support in qemu. Even more I think all this in the wrong place. The only reason SG_IO support was shoe-horned into raw-posix is that we only had -drive and no way to specify other devices. We now have -device and a scsi generic device should be just that without an attached driver, so that we can get rid of all the special casing for sd devices.