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
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.
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
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