[Spice-devel] [PATCH spice-server v3 0/6] Separate file statistic management

Christophe Fergeau cfergeau at redhat.com
Wed Nov 16 15:58:58 UTC 2016


For the series:
Acked-by: Christophe Fergeau <cfergeau at redhat.com>

Christophe

On Wed, Nov 16, 2016 at 03:39:10PM +0000, Frediano Ziglio wrote:
> Changes since v2:
> - multiple comments here and there;
> - add a patch to use g_strdup_printf instead of malloc/sprintf;
> - fix some typos;
> - compatibility with RHEL6 (test);
> - make RedStatFile private;
> - fix some leaks (one in the test).
> Thanks to Christophe.
> 
> Frediano Ziglio (6):
>   Separate code to manage statistic file
>   Fix node removal
>   Add a base test for statistic file
>   Use g_strdup_printf instead of manually malloc/snprintf
>   Avoid leaking file descriptor for statistics
>   Make RedStatFile private inside stat-file.c
> 
>  server/Makefile.am            |   2 +
>  server/reds-private.h         |  12 +--
>  server/reds.c                 | 122 ++---------------------
>  server/stat-file.c            | 223 ++++++++++++++++++++++++++++++++++++++++++
>  server/stat-file.h            |  39 ++++++++
>  server/stat.h                 |   4 +-
>  server/tests/Makefile.am      |   1 +
>  server/tests/stat-file-test.c | 105 ++++++++++++++++++++
>  8 files changed, 381 insertions(+), 127 deletions(-)
>  create mode 100644 server/stat-file.c
>  create mode 100644 server/stat-file.h
>  create mode 100644 server/tests/stat-file-test.c
> 
> -- 
> 2.7.4
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20161116/cb336462/attachment.sig>


More information about the Spice-devel mailing list