Re: [libvirt] [PATCH v3 1/7] qemu migration: factor out setting migration option

2016-02-04 Thread Jiri Denemark
On Thu, Jan 28, 2016 at 10:04:27 +0300, Nikolay Shirokovskiy wrote: > Signed-off-by: Nikolay Shirokovskiy > --- > src/qemu/qemu_migration.c | 138 > ++ > 1 file changed, 28 insertions(+), 110 deletions(-) > > diff --git

Re: [libvirt] [PATCH v3 1/7] qemu migration: factor out setting migration option

2016-01-30 Thread Maxim Nestratov
28.01.2016 10:04, Nikolay Shirokovskiy пишет: Signed-off-by: Nikolay Shirokovskiy I'd be happy if you added a bit info into the commit message what functions you are removing and to what function you are combining them. Otherwise ACK. ---

[libvirt] [PATCH v3 1/7] qemu migration: factor out setting migration option

2016-01-27 Thread Nikolay Shirokovskiy
Signed-off-by: Nikolay Shirokovskiy --- src/qemu/qemu_migration.c | 138 ++ 1 file changed, 28 insertions(+), 110 deletions(-) diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 51e7125..a6412ce