Re: [libvirt RFCv4 01/20] iohelper: introduce new struct to carry copy operation parameters

2022-04-29 Thread Claudio Fontana
On 4/28/22 3:01 PM, Daniel P. Berrangé wrote: > On Wed, Apr 27, 2022 at 11:13:20PM +0200, Claudio Fontana wrote: >> this is in preparation for a minor refactoring of the copy >> function itself out of runIO(). >> >> Signed-off-by: Claudio Fontana >> --- >> src/util/iohelper.c | 95 +++

Re: [libvirt RFCv4 01/20] iohelper: introduce new struct to carry copy operation parameters

2022-04-28 Thread Daniel P . Berrangé
On Wed, Apr 27, 2022 at 11:13:20PM +0200, Claudio Fontana wrote: > this is in preparation for a minor refactoring of the copy > function itself out of runIO(). > > Signed-off-by: Claudio Fontana > --- > src/util/iohelper.c | 95 + > 1 file changed, 53

Re: [libvirt RFCv4 01/20] iohelper: introduce new struct to carry copy operation parameters

2022-04-28 Thread Daniel P . Berrangé
On Wed, Apr 27, 2022 at 11:13:20PM +0200, Claudio Fontana wrote: > this is in preparation for a minor refactoring of the copy > function itself out of runIO(). > > Signed-off-by: Claudio Fontana > --- > src/util/iohelper.c | 95 + > 1 file changed, 53

[libvirt RFCv4 01/20] iohelper: introduce new struct to carry copy operation parameters

2022-04-27 Thread Claudio Fontana
this is in preparation for a minor refactoring of the copy function itself out of runIO(). Signed-off-by: Claudio Fontana --- src/util/iohelper.c | 95 + 1 file changed, 53 insertions(+), 42 deletions(-) diff --git a/src/util/iohelper.c b/src/util/ioh