Re: [RFC-v3 3/4] vhost: Add vhost_scsi specific defines

2012-07-18 Thread Michael S. Tsirkin
On Wed, Jul 18, 2012 at 02:17:05PM -0700, Nicholas A. Bellinger wrote: > On Wed, 2012-07-18 at 16:05 +0300, Michael S. Tsirkin wrote: > > On Wed, Jul 18, 2012 at 12:59:31AM +, Nicholas A. Bellinger wrote: > > > From: Nicholas Bellinger > > > > > > This patch adds the initial vhost_scsi_ioctl(

Re: [RFC-v3 3/4] vhost: Add vhost_scsi specific defines

2012-07-18 Thread Nicholas A. Bellinger
On Wed, 2012-07-18 at 16:05 +0300, Michael S. Tsirkin wrote: > On Wed, Jul 18, 2012 at 12:59:31AM +, Nicholas A. Bellinger wrote: > > From: Nicholas Bellinger > > > > This patch adds the initial vhost_scsi_ioctl() callers for > > VHOST_SCSI_SET_ENDPOINT > > and VHOST_SCSI_CLEAR_ENDPOINT resp

Re: [RFC-v3 3/4] vhost: Add vhost_scsi specific defines

2012-07-18 Thread Michael S. Tsirkin
On Wed, Jul 18, 2012 at 12:59:31AM +, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > This patch adds the initial vhost_scsi_ioctl() callers for > VHOST_SCSI_SET_ENDPOINT > and VHOST_SCSI_CLEAR_ENDPOINT respectively, and also adds struct > vhost_vring_target > that is used by tc

[RFC-v3 3/4] vhost: Add vhost_scsi specific defines

2012-07-17 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch adds the initial vhost_scsi_ioctl() callers for VHOST_SCSI_SET_ENDPOINT and VHOST_SCSI_CLEAR_ENDPOINT respectively, and also adds struct vhost_vring_target that is used by tcm_vhost code when locating target ports during qemu setup. Signed-off-by: Stefan Haj