Re: [libvirt RFCv6 05/27] virfile: change virFileDiskCopy arguments to extend beyond stdin, stdout

2022-05-06 Thread Claudio Fontana
On 5/6/22 1:03 PM, Daniel P. Berrangé wrote: > On Thu, May 05, 2022 at 02:52:19PM +0200, Claudio Fontana wrote: >> Signed-off-by: Claudio Fontana >> --- >> src/util/iohelper.c | 17 +- >> src/util/virfile.c | 82 ++--- >> src/util/virfile.h | 2 +

Re: [libvirt RFCv6 05/27] virfile: change virFileDiskCopy arguments to extend beyond stdin, stdout

2022-05-06 Thread Daniel P . Berrangé
On Thu, May 05, 2022 at 02:52:19PM +0200, Claudio Fontana wrote: > Signed-off-by: Claudio Fontana > --- > src/util/iohelper.c | 17 +- > src/util/virfile.c | 82 ++--- > src/util/virfile.h | 2 +- > 3 files changed, 64 insertions(+), 37 deletions

[libvirt RFCv6 05/27] virfile: change virFileDiskCopy arguments to extend beyond stdin, stdout

2022-05-05 Thread Claudio Fontana
Signed-off-by: Claudio Fontana --- src/util/iohelper.c | 17 +- src/util/virfile.c | 82 ++--- src/util/virfile.h | 2 +- 3 files changed, 64 insertions(+), 37 deletions(-) diff --git a/src/util/iohelper.c b/src/util/iohelper.c index ce10ccb905.