search for: wenchao

Displaying 10 results from an estimated 10 matches for "wenchao".

2013 May 28
2
[PATCH] vhost-scsi: return -ENOENT when no matching tcm_vhost_tpg found
ioctl for VHOST_SCSI_SET_ENDPOINT report file exist errori, when I forget to set it correctly in configfs, make user confused. Actually it fail to find a matching one, so change the error value. Signed-off-by: Wenchao Xia <wenchaolinux at gmail.com> --- drivers/vhost/scsi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index 7014202..6325b1d 100644 --- a/drivers/vhost/scsi.c +++ b/drivers/vhost/scsi.c @@ -1219,7 +1219,7 @@ static int...
2013 May 28
2
[PATCH] vhost-scsi: return -ENOENT when no matching tcm_vhost_tpg found
ioctl for VHOST_SCSI_SET_ENDPOINT report file exist errori, when I forget to set it correctly in configfs, make user confused. Actually it fail to find a matching one, so change the error value. Signed-off-by: Wenchao Xia <wenchaolinux at gmail.com> --- drivers/vhost/scsi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index 7014202..6325b1d 100644 --- a/drivers/vhost/scsi.c +++ b/drivers/vhost/scsi.c @@ -1219,7 +1219,7 @@ static int...
2013 Jun 12
1
[PATCH] vhost-scsi: return -ENOENT when no matching tcm_vhost_tpg found
cc to Greg for 3.9. > On Tue, May 28, 2013 at 04:54:44PM +0800, Wenchao Xia wrote: >> ioctl for VHOST_SCSI_SET_ENDPOINT report file exist errori, when I forget >> to set it correctly in configfs, make user confused. Actually it fail >> to find a matching one, so change the error value. >> >> Signed-off-by: Wenchao Xia <wenchaolinux at g...
2013 Jun 12
1
[PATCH] vhost-scsi: return -ENOENT when no matching tcm_vhost_tpg found
cc to Greg for 3.9. > On Tue, May 28, 2013 at 04:54:44PM +0800, Wenchao Xia wrote: >> ioctl for VHOST_SCSI_SET_ENDPOINT report file exist errori, when I forget >> to set it correctly in configfs, make user confused. Actually it fail >> to find a matching one, so change the error value. >> >> Signed-off-by: Wenchao Xia <wenchaolinux at g...
2013 May 28
0
[PATCH] vhost-scsi: return -ENOENT when no matching tcm_vhost_tpg found
On Tue, May 28, 2013 at 04:54:44PM +0800, Wenchao Xia wrote: > ioctl for VHOST_SCSI_SET_ENDPOINT report file exist errori, when I forget > to set it correctly in configfs, make user confused. Actually it fail > to find a matching one, so change the error value. > > Signed-off-by: Wenchao Xia <wenchaolinux at gmail.com> Acked...
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
...hp.com> Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com> Vishvananda Ishaya <vishvananda@gmail.com> Vladimir Senkov <hangup@gmail.com> Wanlong Gao <gaowanlong@cn.fujitsu.com> Weidong Han <hanweidong@huawei.com> Wen Congyang <wency@cn.fujitsu.com> Wenchao Xia <xiawenc@linux.vnet.ibm.com> Wendy Liang <jliang@xilinx.com> Will Auld <will.auld@intel.com> Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Xudong Hao <xudong.hao@intel.com> Yan Vugenfirer <yan@daynix.com> Yeongkyoon Lee <yeongkyoon.lee@sams...
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
...hp.com> Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com> Vishvananda Ishaya <vishvananda@gmail.com> Vladimir Senkov <hangup@gmail.com> Wanlong Gao <gaowanlong@cn.fujitsu.com> Weidong Han <hanweidong@huawei.com> Wen Congyang <wency@cn.fujitsu.com> Wenchao Xia <xiawenc@linux.vnet.ibm.com> Wendy Liang <jliang@xilinx.com> Will Auld <will.auld@intel.com> Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Xudong Hao <xudong.hao@intel.com> Yan Vugenfirer <yan@daynix.com> Yeongkyoon Lee <yeongkyoon.lee@sams...
2013 Nov 18
0
[qemu-upstream-unstable test] 21993: regressions - FAIL
...hp.com> Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com> Vishvananda Ishaya <vishvananda@gmail.com> Vladimir Senkov <hangup@gmail.com> Wanlong Gao <gaowanlong@cn.fujitsu.com> Weidong Han <hanweidong@huawei.com> Wen Congyang <wency@cn.fujitsu.com> Wenchao Xia <xiawenc@linux.vnet.ibm.com> Wendy Liang <jliang@xilinx.com> Will Auld <will.auld@intel.com> Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Xudong Hao <xudong.hao@intel.com> Yan Vugenfirer <yan@daynix.com> Yeongkyoon Lee <yeongkyoon.lee@sams...
2012 Sep 07
12
[PATCH 0/5] vhost-scsi: Add support for host virtualized target
From: Nicholas Bellinger <nab at linux-iscsi.org> Hello Anthony & Co, This is the fourth installment to add host virtualized target support for the mainline tcm_vhost fabric driver using Linux v3.6-rc into QEMU 1.3.0-rc. The series is available directly from the following git branch: git://git.kernel.org/pub/scm/virt/kvm/nab/qemu-kvm.git vhost-scsi-for-1.3 Note the code is cut
2012 Sep 07
12
[PATCH 0/5] vhost-scsi: Add support for host virtualized target
From: Nicholas Bellinger <nab at linux-iscsi.org> Hello Anthony & Co, This is the fourth installment to add host virtualized target support for the mainline tcm_vhost fabric driver using Linux v3.6-rc into QEMU 1.3.0-rc. The series is available directly from the following git branch: git://git.kernel.org/pub/scm/virt/kvm/nab/qemu-kvm.git vhost-scsi-for-1.3 Note the code is cut