Re: [libvirt] [PATCH V2 1/9] qemu_migration: Add support for mutil-thread compressed migration enable

2016-01-17 Thread Feng, Shaohe
rokovs...@virtuozzo.com] > Sent: Thursday, January 14, 2016 3:13 PM > To: Feng, Shaohe > Cc: Jiri Denemark; libvir-list@redhat.com; Zhou, Zhenzan; Li, Liang Z; Ding, > Jian-feng; Qiao, Liyong; Maxim Nestratov; Dmitry > Mishin > Subject: Re: [libvirt] [PATCH V2 1/9] qemu_migration: Add sup

Re: [libvirt] [PATCH V2 1/9] qemu_migration: Add support for mutil-thread compressed migration enable

2016-01-13 Thread Nikolay Shirokovskiy
Hi, Feng. We interested in this patchset too. So if you don't have time to finish it we could help. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH V2 1/9] qemu_migration: Add support for mutil-thread compressed migration enable

2015-11-11 Thread Jiri Denemark
On Sat, Nov 07, 2015 at 15:06:03 +, Feng, Shaohe wrote: > > > However, since we already have VIR_MIGRATE_COMPRESSED flag and I can > > imagine various other hypervisors could support > > their own compression methods, I think using flags for selecting the > > compression method is wrong. So

Re: [libvirt] [PATCH V2 1/9] qemu_migration: Add support for mutil-thread compressed migration enable

2015-11-07 Thread Feng, Shaohe
> However, since we already have VIR_MIGRATE_COMPRESSED flag and I can imagine > various other hypervisors could support > their own compression methods, I think using flags for selecting the > compression method is wrong. So what if we keep just > VIR_MIGRATE_COMPRESSED flag and introduce a

Re: [libvirt] [PATCH V2 1/9] qemu_migration: Add support for mutil-thread compressed migration enable

2015-10-19 Thread Feng, Shaohe
Thank Jirka for your comments. Will address them in the next version. > -Original Message- > From: Jiri Denemark [mailto:jdene...@redhat.com] > Sent: Thursday, October 15, 2015 5:15 PM > To: Feng, Shaohe > Cc: libvir-list@redhat.com; Li, Liang Z; Qiao, Liyong > Subject: Re: [PATCH V2

Re: [libvirt] [PATCH V2 1/9] qemu_migration: Add support for mutil-thread compressed migration enable

2015-10-15 Thread Jiri Denemark
On Thu, Jul 09, 2015 at 21:01:49 +0800, ShaoHe Feng wrote: > We need to set the mutil-thread compress capability as true to enable it. > > Signed-off-by: Eli Qiao > Signed-off-by: ShaoHe Feng > --- > .gnulib | 2 +- >

[libvirt] [PATCH V2 1/9] qemu_migration: Add support for mutil-thread compressed migration enable

2015-07-10 Thread ShaoHe Feng
We need to set the mutil-thread compress capability as true to enable it. Signed-off-by: Eli Qiao liyong.q...@intel.com Signed-off-by: ShaoHe Feng shaohe.f...@intel.com --- .gnulib | 2 +- src/qemu/qemu_migration.c | 56 +++