Re: [libvirt] [PATCH v2 2/3] qemu: Move channel path generation out of command creation

2016-05-03 Thread Pavel Hrdina
On Thu, Apr 28, 2016 at 04:43:41PM +0200, Martin Kletzander wrote: > Put it into separate function called qemuDomainPrepareChannel() and call > it from the new qemuProcessPrepareDomain(). > > Signed-off-by: Martin Kletzander > --- ACK -- libvir-list mailing list

[libvirt] [PATCH v2 2/3] qemu: Move channel path generation out of command creation

2016-04-28 Thread Martin Kletzander
Put it into separate function called qemuDomainPrepareChannel() and call it from the new qemuProcessPrepareDomain(). Signed-off-by: Martin Kletzander --- src/qemu/qemu_command.c | 25 +++-- src/qemu/qemu_command.h | 5 ++--- src/qemu/qemu_domain.c | 20