Re: [Qemu-devel] [PATCH 1/5] block: Add top level BSG support

2010-11-24 Thread Nicholas A. Bellinger
On Wed, 2010-11-24 at 17:48 +0100, Christoph Hellwig wrote: > Nick, > > can we wait a bit with this series? With the threadlets currently > pending for inclusion I can get my rewrite of the generic-generic > to not abuse the qemu block layer out of the closet again, which > should simplify a lot

Re: [Qemu-devel] [PATCH 1/5] block: Add top level BSG support

2010-11-24 Thread Christoph Hellwig
Nick, can we wait a bit with this series? With the threadlets currently pending for inclusion I can get my rewrite of the generic-generic to not abuse the qemu block layer out of the closet again, which should simplify a lot of the things you're touching here.

[Qemu-devel] [PATCH 1/5] block: Add top level BSG support

2010-11-24 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch adds top level BSG support to QEMU-KVM block and adds the BDS_* prefixed defines for SG_IO and BSG. It adds the BDS_SCSI_GENERIC and BDS_BSG assignments in block/raw-posix.c:hdev_open() using S_ISCHR() and major(st.st_rdev) in order to determine when we are d

[Qemu-devel] [PATCH 1/5] [block]: Add top level BSG support

2010-06-14 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch adds top level BSG support to QEMU-KVM block and adds the BDS_* prefixed defines for SG_IO and BSG. It adds the BDS_SCSI_GENERIC and BDS_BSG assignments in block/raw-posix.c:hdev_open() using S_ISCHR() and major(st.st_rdev) in order to determine when we are d