Re: [libvirt] [PATCH 04/12] util: json: Add functions to convert JSON arrays from/to virBitmaps

2015-01-29 Thread Michal Privoznik
On 28.01.2015 11:30, Peter Krempa wrote: To be able to easily represent nodesets and other data stored in virBitmaps in libvirt, this patch introduces a set of helpers that allow to convert the bitmap to and from JSON value objects. --- src/libvirt_private.syms | 2 + src/util/virjson.c

[libvirt] [PATCH 04/12] util: json: Add functions to convert JSON arrays from/to virBitmaps

2015-01-28 Thread Peter Krempa
To be able to easily represent nodesets and other data stored in virBitmaps in libvirt, this patch introduces a set of helpers that allow to convert the bitmap to and from JSON value objects. --- src/libvirt_private.syms | 2 + src/util/virjson.c | 113