Re: [libvirt RFCv11 14/33] virfile: add new API virFileDiskCopyChannel
On 6/7/22 11:19, Claudio Fontana wrote: > allow interleaved parallel write to a single file, > using a record size equal to the io buffer size (1MB). > > Signed-off-by: Claudio Fontana > --- > src/util/iohelper.c | 3 + > src/util/virfile.c | 151 +--- >
[libvirt RFCv11 14/33] virfile: add new API virFileDiskCopyChannel
allow interleaved parallel write to a single file, using a record size equal to the io buffer size (1MB). Signed-off-by: Claudio Fontana --- src/util/iohelper.c | 3 + src/util/virfile.c | 151 +--- src/util/virfile.h | 2 + 3 files changed, 106 inse