Re: [libvirt] [PATCH 15/25] utils: Rename scsi-path to scsi-sg_path

2013-05-07 Thread John Ferlan
On 05/03/2013 02:07 PM, Osier Yang wrote: sg_path is more clear to indicate what it tries to store. And later patch will use path to store the path like /dev/sda. And also rename virSCSIDeviceGetDevStr to virSCSIDeviceGetSgName, to reflect what the function does more clear. Seems to me that

Re: [libvirt] [PATCH 15/25] utils: Rename scsi-path to scsi-sg_path

2013-05-07 Thread Osier Yang
On 07/05/13 21:50, John Ferlan wrote: On 05/03/2013 02:07 PM, Osier Yang wrote: sg_path is more clear to indicate what it tries to store. And later patch will use path to store the path like /dev/sda. And also rename virSCSIDeviceGetDevStr to virSCSIDeviceGetSgName, to reflect what the

[libvirt] [PATCH 15/25] utils: Rename scsi-path to scsi-sg_path

2013-05-03 Thread Osier Yang
sg_path is more clear to indicate what it tries to store. And later patch will use path to store the path like /dev/sda. And also rename virSCSIDeviceGetDevStr to virSCSIDeviceGetSgName, to reflect what the function does more clear. --- src/libvirt_private.syms | 2 +- src/qemu/qemu_command.c