Re: [libvirt] [PATCH 05/17] qemu_hotplug: cleanup qemuDomainChangeGraphics

2016-05-06 Thread Pavel Hrdina
On Fri, May 06, 2016 at 02:30:35PM +0200, Peter Krempa wrote: > On Thu, May 05, 2016 at 18:20:24 +0200, Pavel Hrdina wrote: > > In subject: This mostly improves error messages, so cleanup is not > really a spot-on description of this patch. Not exactly, the error messages are the same, but to

Re: [libvirt] [PATCH 05/17] qemu_hotplug: cleanup qemuDomainChangeGraphics

2016-05-06 Thread Peter Krempa
On Thu, May 05, 2016 at 18:20:24 +0200, Pavel Hrdina wrote: In subject: This mostly improves error messages, so cleanup is not really a spot-on description of this patch. > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_hotplug.c | 33 + >

[libvirt] [PATCH 05/17] qemu_hotplug: cleanup qemuDomainChangeGraphics

2016-05-05 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/qemu/qemu_hotplug.c | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 03e5309..97f4152 100644 --- a/src/qemu/qemu_hotplug.c +++