Re: [Qemu-devel] [PATCH 13/16] virtio-scsi: WIP VHOST_SCSI_SET_ENDPOINT call

2012-04-19 Thread Zhi Yong Wu
On Thu, Apr 19, 2012 at 7:03 PM, Stefan Hajnoczi wrote: > On Thu, Apr 19, 2012 at 10:39:06AM +0800, zwu.ker...@gmail.com wrote: >> From: Stefan Hajnoczi > > WIP == Work in progress > > Unfinished patches like this should be resolved before sending a series > out.  Even for RFC patches I wouldn't

Re: [Qemu-devel] [PATCH 13/16] virtio-scsi: WIP VHOST_SCSI_SET_ENDPOINT call

2012-04-19 Thread Stefan Hajnoczi
On Thu, Apr 19, 2012 at 10:39:06AM +0800, zwu.ker...@gmail.com wrote: > From: Stefan Hajnoczi WIP == Work in progress Unfinished patches like this should be resolved before sending a series out. Even for RFC patches I wouldn't leave this in because it adds too much noise to qemu-devel and peopl

[Qemu-devel] [PATCH 13/16] virtio-scsi: WIP VHOST_SCSI_SET_ENDPOINT call

2012-04-18 Thread zwu . kernel
From: Stefan Hajnoczi Current we get -EINVAL, need to debug this. Signed-off-by: Stefan Hajnoczi Signed-off-by: Zhi Yong Wu --- hw/vhost-scsi.c | 19 ++- hw/virtio-scsi.h | 11 +-- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/hw/vhost-scsi.c b/