[libvirt] [PATCH 2/4] api: Add api to set domain note and description in runtime

2012-01-13 Thread Peter Krempa
The description element was accessible only throught the XML, that makes it hard to work with. Atomic operations and modification of the live domain are impossible. This patch adds a function to the public API to set arbitrary descriptions for live and persistent domains.

Re: [libvirt] [PATCH 2/4] api: Add api to set domain note and description in runtime

2012-01-13 Thread Eric Blake
On 01/13/2012 11:17 AM, Peter Krempa wrote: The description element was accessible only throught the XML, that s/throught/through/ makes it hard to work with. Atomic operations and modification of the live domain are impossible. This patch adds a function to the public API to set arbitrary