[Libguestfs] [PATCH v3 0/2] daemon: add and use parse_key_value_strings helper

Richard W.M. Jones rjones at redhat.com
Mon Oct 16 16:43:00 UTC 2017


On Mon, Oct 16, 2017 at 06:38:47PM +0200, Pino Toscano wrote:
> Changes from v2 to v3:
> - split_key_value_strings renamed to parse_key_value_strings
> 
> Changes from v1 to v2:
> - split the "simple unquoting" as helper
> - pass the unquoting function to split_key_value_strings
> - use right unquoting function when applying split_key_value_strings
> 
> Pino Toscano (2):
>   daemon: add split_key_value_strings helper
>   daemon: use parse_key_value_strings
> 
>  daemon/inspect_fs_unix.ml | 93 +++++++++++++++++++----------------------------
>  daemon/md.ml              |  9 ++---
>  daemon/utils.ml           | 16 ++++++++
>  daemon/utils.mli          | 11 ++++++
>  4 files changed, 67 insertions(+), 62 deletions(-)

ACK series.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org




More information about the Libguestfs mailing list