Re: [libvirt] [PATCHv2 6/7] conf: drop redundant parameters during probe

2014-04-23 Thread John Ferlan
On 04/01/2014 11:05 PM, Eric Blake wrote: Now that each virStorageSource can track allocation information, and given that we already have the information without extra syscalls, it's easier to just always populate the information directly into the struct than it is to sometimes pass the

Re: [libvirt] [PATCHv2 6/7] conf: drop redundant parameters during probe

2014-04-02 Thread Peter Krempa
On 04/02/14 05:05, Eric Blake wrote: Now that each virStorageSource can track allocation information, and given that we already have the information without extra syscalls, it's easier to just always populate the information directly into the struct than it is to sometimes pass the address of

[libvirt] [PATCHv2 6/7] conf: drop redundant parameters during probe

2014-04-01 Thread Eric Blake
Now that each virStorageSource can track allocation information, and given that we already have the information without extra syscalls, it's easier to just always populate the information directly into the struct than it is to sometimes pass the address of the struct members down the call chain.