[libvirt] [PATCH 3/4] qemu: Implement note API in qemu driver

2012-01-13 Thread Peter Krempa
This patch adds support for the new api to change domain descriptions to the qemu driver. --- src/qemu/qemu_driver.c | 70 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index

Re: [libvirt] [PATCH 3/4] qemu: Implement note API in qemu driver

2012-01-13 Thread Eric Blake
On 01/13/2012 11:17 AM, Peter Krempa wrote: This patch adds support for the new api to change domain descriptions to the qemu driver. --- src/qemu/qemu_driver.c | 70 1 files changed, 70 insertions(+), 0 deletions(-) This seems simple