[libvirt RFCv4 03/20] iohelper: move runIO function to a separate module

Daniel P. Berrangé berrange at redhat.com
Thu Apr 28 12:55:33 UTC 2022


On Wed, Apr 27, 2022 at 11:13:22PM +0200, Claudio Fontana wrote:
> where it can be reused by other helpers.
> No changes other than the move.
> 
> Signed-off-by: Claudio Fontana <cfontana at suse.de>
> ---
>  po/POTFILES.in       |   1 +
>  src/util/iohelper.c  | 178 +----------------------------------
>  src/util/meson.build |   2 +
>  src/util/runio.c     | 214 +++++++++++++++++++++++++++++++++++++++++++
>  src/util/runio.h     |  23 +++++
>  5 files changed, 241 insertions(+), 177 deletions(-)
>  create mode 100644 src/util/runio.c
>  create mode 100644 src/util/runio.h



> +off_t runIO(const char *path, int fd, int oflags);

I think we could just put it in virfile.{ch} and call it
virFileCopyData

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


More information about the libvir-list mailing list