Re: [libvirt] [PATCHv3 2/4] API: Add api to set and get domain metadata

2012-02-02 Thread Daniel Veillard
On Wed, Feb 01, 2012 at 02:03:50PM +0100, Peter Krempa wrote: > This patch adds API to modify domain metadata for running and stopped > domains. The api supports changing description, title as well as the > newly added element. The API has support for storing data in > the metadata element using x

Re: [libvirt] [PATCHv3 2/4] API: Add api to set and get domain metadata

2012-02-01 Thread Eric Blake
On 02/01/2012 06:03 AM, Peter Krempa wrote: > This patch adds API to modify domain metadata for running and stopped > domains. The api supports changing description, title as well as the > newly added element. The API has support for storing data in > the metadata element using xml namespaces. >

[libvirt] [PATCHv3 2/4] API: Add api to set and get domain metadata

2012-02-01 Thread Peter Krempa
This patch adds API to modify domain metadata for running and stopped domains. The api supports changing description, title as well as the newly added element. The API has support for storing data in the metadata element using xml namespaces. * include/libvirt/libvirt.h.in * src/libvirt_public.sy