Re: [Qemu-devel] [RFC PATCH v1: 11/12] mc: register MC qemu-file functions and expose MC tunable capability

2013-11-07 Thread Isaku Yamahata
On Wed, Nov 06, 2013 at 11:34:25AM -0500, Michael R. Hines mrhi...@linux.vnet.ibm.com wrote: On 10/23/2013 07:00 AM, Isaku Yamahata wrote: Since more integer parameters would come in the future, so how about set_migrate_parameter similar to set_migrate_capability? It sets integer value, while

Re: [Qemu-devel] [RFC PATCH v1: 11/12] mc: register MC qemu-file functions and expose MC tunable capability

2013-11-06 Thread Michael R. Hines
On 10/23/2013 07:00 AM, Isaku Yamahata wrote: Since more integer parameters would come in the future, so how about set_migrate_parameter similar to set_migrate_capability? It sets integer value, while set_migrate_capability sets bool value. thanks, On Mon, Oct 21, 2013 at 01:14:21AM +,

Re: [Qemu-devel] [RFC PATCH v1: 11/12] mc: register MC qemu-file functions and expose MC tunable capability

2013-10-23 Thread Isaku Yamahata
Since more integer parameters would come in the future, so how about set_migrate_parameter similar to set_migrate_capability? It sets integer value, while set_migrate_capability sets bool value. thanks, On Mon, Oct 21, 2013 at 01:14:21AM +, mrhi...@linux.vnet.ibm.com wrote: From: Michael

[Qemu-devel] [RFC PATCH v1: 11/12] mc: register MC qemu-file functions and expose MC tunable capability

2013-10-20 Thread mrhines
From: Michael R. Hines mrhi...@us.ibm.com The capability allows management software to throttle the MC frequency during VM application transience. The qemu-file savevm() functions inform the destination that the incoming traffic is MC-specific traffic and not vanilla live-migration traffic.