[libvirt PATCH v2 55/56] src: remove virFilePrintf in favour of g_fprintf

Pavel Hrdina phrdina at redhat.com
Fri Jan 31 16:26:42 UTC 2020


On Tue, Jan 28, 2020 at 01:11:36PM +0000, Daniel P. Berrangé wrote:
> The virFilePrintf function was a wrapper for fprintf() to provide
> Windows portability, since gnulib's fprintf() replacement was
> license restricted. This is no longer needed now we have the
> g_fprintf function available.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  src/libvirt_private.syms |  1 -
>  src/util/virfile.c       | 31 -----------------------------
>  src/util/virfile.h       |  3 ---
>  tests/commandhelper.c    |  3 +--
>  tests/fdstreamtest.c     | 42 ++++++++++++++++++++--------------------
>  tests/qemusecuritytest.c |  2 +-
>  tests/shunloadtest.c     |  2 +-
>  tests/ssh.c              |  3 +--
>  tests/testutils.h        |  6 ------
>  tests/testutilsqemu.c    |  4 ++--
>  tests/virstringtest.c    | 34 ++++++++++++++++----------------
>  11 files changed, 44 insertions(+), 87 deletions(-)

Reviewed-by: Pavel Hrdina <phrdina at redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20200131/e70254d4/attachment-0001.sig>


More information about the libvir-list mailing list