Re: [libvirt] [PATCH 03/25] utils: util functions for scsi hostdev

2013-05-13 Thread Osier Yang
On 07/05/13 19:09, Osier Yang wrote: On 07/05/13 01:20, John Ferlan wrote: On 05/03/2013 02:07 PM, Osier Yang wrote: From: Han Cheng hanc.f...@cn.fujitsu.com This patch adds util functions for scsi hostdev. Signed-off-by: Han Cheng hanc.f...@cn.fujitsu.com Signed-off-by: Osier Yang

Re: [libvirt] [PATCH 03/25] utils: util functions for scsi hostdev

2013-05-13 Thread Osier Yang
On 13/05/13 18:42, Osier Yang wrote: On 07/05/13 19:09, Osier Yang wrote: On 07/05/13 01:20, John Ferlan wrote: On 05/03/2013 02:07 PM, Osier Yang wrote: From: Han Cheng hanc.f...@cn.fujitsu.com This patch adds util functions for scsi hostdev. Signed-off-by: Han Cheng

Re: [libvirt] [PATCH 03/25] utils: util functions for scsi hostdev

2013-05-07 Thread Osier Yang
On 07/05/13 01:20, John Ferlan wrote: On 05/03/2013 02:07 PM, Osier Yang wrote: From: Han Cheng hanc.f...@cn.fujitsu.com This patch adds util functions for scsi hostdev. Signed-off-by: Han Cheng hanc.f...@cn.fujitsu.com Signed-off-by: Osier Yang jy...@redhat.com --- v3 - v4: * Use strdup

Re: [libvirt] [PATCH 03/25] utils: util functions for scsi hostdev

2013-05-06 Thread John Ferlan
On 05/03/2013 02:07 PM, Osier Yang wrote: From: Han Cheng hanc.f...@cn.fujitsu.com This patch adds util functions for scsi hostdev. Signed-off-by: Han Cheng hanc.f...@cn.fujitsu.com Signed-off-by: Osier Yang jy...@redhat.com --- v3 - v4: * Use strdup instead of virAsprintf if the

[libvirt] [PATCH 03/25] utils: util functions for scsi hostdev

2013-05-03 Thread Osier Yang
From: Han Cheng hanc.f...@cn.fujitsu.com This patch adds util functions for scsi hostdev. Signed-off-by: Han Cheng hanc.f...@cn.fujitsu.com Signed-off-by: Osier Yang jy...@redhat.com --- v3 - v4: * Use strdup instead of virAsprintf if the format string is %s v2.5 - v3: * A couple char *