[Qemu-devel] [PATCH] vhost-scsi: introduce an ioctl to get the minimum tpgt

2015-01-26 Thread arei.gonglei
From: Gonglei In order to support to assign a boot order for vhost-scsi device, we should get the tpgt for user level (such as Qemu). and at present, we only support the minimum tpgt can boot. Signed-off-by: Gonglei Signed-off-by: Bo Su --- drivers/vhost/scsi.c | 41

Re: [Qemu-devel] [PATCH] vhost-scsi: introduce an ioctl to get the minimum tpgt

2015-01-30 Thread Gonglei
On 2015/1/26 21:13, Gonglei (Arei) wrote: > From: Gonglei > > In order to support to assign a boot order for > vhost-scsi device, we should get the tpgt for > user level (such as Qemu). and at present, we > only support the minimum tpgt can boot. > Ping... > Signed-off-by: Gonglei > Signed-o