On Fri, Jan 18, 2013 at 14:25:09 +0100, Michal Privoznik wrote:
On 16.01.2013 15:20, Jiri Denemark wrote:
> Working with virTypedParameters in clients written in C is ugly and
> requires all clients to duplicate the same code. This set of APIs makes
> this code for manipulating with virTypedParameters integral part of
> libvirt so that all clients may benefit from it.
>
> Jiri Denemark (12):
> Add virTypedParams* APIs
> virsh: Use virTypedParams* APIs in blkdeviotune
> virsh: Use virTypedParams* APIs in blkiotune
> virsh: Use virTypedParams* APIs in domiftune
> virsh: Use virTypedParams* APIs in schedinfo
> virsh: Use virTypedParams* APIs in domblkstat
> virsh: Use virTypedParams* APIs in memtune
> virsh: Use virTypedParams* APIs in numatune
> virsh: Use virTypedParams* APIs in node-memory-tune
> virsh: Use virTypedParams* APIs in cpu-stats
> Introduce virTypedParamsClear public API
> python: Avoid freeing uninitialized new_params pointer
ACK series.
Thanks, I pushed the remaining 11 patches.
Jirka