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

2016-03-31 Thread John Ferlan
On 03/30/2016 11:14 AM, Martin Kletzander wrote: > 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

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

2016-03-30 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 | 19 +++