[libvirt] [PATCHv3 4/4] qemu: Add support for virDomainGetMetadata and virDomainSetMetadata

2012-02-01 Thread Peter Krempa
This patch adds support for the new api into the qemu driver to support modification and retireval of domain description and title. This patch does not add support for modifying the metadata element. --- src/qemu/qemu_driver.c | 174 1 files

Re: [libvirt] [PATCHv3 4/4] qemu: Add support for virDomainGetMetadata and virDomainSetMetadata

2012-02-01 Thread Eric Blake
On 02/01/2012 06:03 AM, Peter Krempa wrote: This patch adds support for the new api into the qemu driver to support modification and retireval of domain description and title. This patch s/retireval/retrieval/ does not add support for modifying the metadata element. That's fair, as the