Re: [libvirt] [PATCH 10/11] util: Add a util to guess the scsi host name with specified parent

2013-06-19 Thread John Ferlan
On 06/07/2013 01:03 PM, Osier Yang wrote: Not really guessing, it returns host name of the scsi host which has smallest unique_id. --- src/libvirt_private.syms | 1 + src/util/virutil.c | 122 +++ src/util/virutil.h | 4 ++

Re: [libvirt] [PATCH 10/11] util: Add a util to guess the scsi host name with specified parent

2013-06-19 Thread Osier Yang
On 20/06/13 02:53, John Ferlan wrote: On 06/07/2013 01:03 PM, Osier Yang wrote: Not really guessing, it returns host name of the scsi host which has smallest unique_id. --- src/libvirt_private.syms | 1 + src/util/virutil.c | 122 +++

[libvirt] [PATCH 10/11] util: Add a util to guess the scsi host name with specified parent

2013-06-07 Thread Osier Yang
Not really guessing, it returns host name of the scsi host which has smallest unique_id. --- src/libvirt_private.syms | 1 + src/util/virutil.c | 122 +++ src/util/virutil.h | 4 ++ tests/utiltest.c | 27 +++ 4 files