[libvirt] [PATCH] GetBlockInfo: Use the correct path to qemuOpenFile

2014-07-14 Thread John Ferlan
Commit id '3ea661de' refactored the code to use the 'disk-src-path' instead of getting the path from virDomainDiskGetSource(). The one call to qemuOpenFile() didn't use the disk source path, rather it used the path as passed from the caller (in this case 'vda') - this caused a failure with the

Re: [libvirt] [PATCH] GetBlockInfo: Use the correct path to qemuOpenFile

2014-07-14 Thread Eric Blake
On 07/14/2014 10:30 AM, John Ferlan wrote: Commit id '3ea661de' refactored the code to use the 'disk-src-path' instead of getting the path from virDomainDiskGetSource(). The one call to qemuOpenFile() didn't use the disk source path, rather it used the path as passed from the caller (in this