Re: [Qemu-devel] [PATCH v4 00/13] qemu-ga: add a configuration file

2015-08-27 Thread Michael Roth
Quoting marcandre.lur...@redhat.com (2015-08-26 18:34:46) > From: Marc-André Lureau > > Hi, > > The following patches for the qemu agent add support for an optionnal > configuration file, and a man page. > > v3->v4: > - some spelling fixes > - add a patch to allocate in split_list() > - add mor

Re: [Qemu-devel] [PATCH v4 00/13] qemu-ga: add a configuration file

2015-08-27 Thread Denis V. Lunev
On 08/27/2015 02:34 AM, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Hi, The following patches for the qemu agent add support for an optionnal configuration file, and a man page. v3->v4: - some spelling fixes - add a patch to allocate in split_list() - add more details in "copy

[Qemu-devel] [PATCH v4 00/13] qemu-ga: add a configuration file

2015-08-26 Thread marcandre . lureau
From: Marc-André Lureau Hi, The following patches for the qemu agent add support for an optionnal configuration file, and a man page. v3->v4: - some spelling fixes - add a patch to allocate in split_list() - add more details in "copy argument strings" patch - add some g_free() in config_parse()