Re: [libvirt] [PATCH v4] qemu: Add callback struct for qemuBuildCommandLine

2013-05-20 Thread Daniel P. Berrange
On Fri, May 17, 2013 at 06:34:24PM +0800, Osier Yang wrote: Since 0d70656afded, it starts to access the sysfs files to build the qemu command line (by virSCSIDeviceGetSgName, which is to find out the scsi generic device name by adpater:bus:target:unit), there is no way to work around, qemu

Re: [libvirt] [PATCH v4] qemu: Add callback struct for qemuBuildCommandLine

2013-05-20 Thread Osier Yang
On 20/05/13 19:36, Daniel P. Berrange wrote: On Fri, May 17, 2013 at 06:34:24PM +0800, Osier Yang wrote: Since 0d70656afded, it starts to access the sysfs files to build the qemu command line (by virSCSIDeviceGetSgName, which is to find out the scsi generic device name by

[libvirt] [PATCH v4] qemu: Add callback struct for qemuBuildCommandLine

2013-05-17 Thread Osier Yang
Since 0d70656afded, it starts to access the sysfs files to build the qemu command line (by virSCSIDeviceGetSgName, which is to find out the scsi generic device name by adpater:bus:target:unit), there is no way to work around, qemu wants to see the scsi generic device like /dev/sg6 anyway. And