[PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-02-08 Thread Yoshiaki Tamura
When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |4 qmp-commands.hx |7 --- 3 files changed, 12 insertions(+),

Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-02-08 Thread Paolo Bonzini
On 02/08/2011 12:01 PM, Yoshiaki Tamura wrote: When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). This could also use a kemari: prefix. Paolo -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-02-08 Thread Yoshiaki Tamura
2011/2/8 Paolo Bonzini pbonz...@redhat.com: On 02/08/2011 12:01 PM, Yoshiaki Tamura wrote: When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). This could also use a kemari: prefix. Sorry, missed that comment. BTW, the help message would be

[PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-01-27 Thread Yoshiaki Tamura
When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |4 qmp-commands.hx |7 --- 3 files changed, 12 insertions(+),

[PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-01-18 Thread Yoshiaki Tamura
When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |4 qmp-commands.hx |7 --- 3 files changed, 12 insertions(+),

[PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-01-14 Thread Yoshiaki Tamura
When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |4 qmp-commands.hx |7 --- 3 files changed, 12 insertions(+),

[PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-01-13 Thread Yoshiaki Tamura
When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |3 +++ qmp-commands.hx |7 --- 3 files changed, 11 insertions(+), 6

Re: [Qemu-devel] [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-01-13 Thread Blue Swirl
On Thu, Jan 13, 2011 at 5:15 PM, Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp wrote: When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp ---  hmp-commands.hx |    7 ---  

[PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2011-01-11 Thread Yoshiaki Tamura
When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |3 +++ qmp-commands.hx |7 --- 3 files changed, 11 insertions(+), 6

[PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Yoshiaki Tamura
When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |3 +++ qmp-commands.hx |7 --- 3 files changed, 11 insertions(+), 6

Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Michael S. Tsirkin
On Mon, Dec 27, 2010 at 05:25:36PM +0900, Yoshiaki Tamura wrote: When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |3

Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Yoshiaki Tamura
2010/12/27 Michael S. Tsirkin m...@redhat.com: On Mon, Dec 27, 2010 at 05:25:36PM +0900, Yoshiaki Tamura wrote: When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp ---  

Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Michael S. Tsirkin
On Mon, Dec 27, 2010 at 06:11:27PM +0900, Yoshiaki Tamura wrote: 2010/12/27 Michael S. Tsirkin m...@redhat.com: On Mon, Dec 27, 2010 at 05:25:36PM +0900, Yoshiaki Tamura wrote: When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari).

Re: [Qemu-devel] Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Yoshiaki Tamura
2010/12/27 Michael S. Tsirkin m...@redhat.com: On Mon, Dec 27, 2010 at 06:11:27PM +0900, Yoshiaki Tamura wrote: 2010/12/27 Michael S. Tsirkin m...@redhat.com: On Mon, Dec 27, 2010 at 05:25:36PM +0900, Yoshiaki Tamura wrote: When -k option is set to migrate command, it will turn on ft_mode to

Re: [Qemu-devel] Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Avi Kivity
On 12/27/2010 01:07 PM, Yoshiaki Tamura wrote: Not sure whether we need to mention the codename here: is it likely to help the users? Ah:-) Just didn't know what the official name should be, and placed Kemari for convenience. Any ideas or preference here? Yoshi Do we need a

Re: [Qemu-devel] Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Yoshiaki Tamura
2010/12/28 Avi Kivity a...@redhat.com: On 12/27/2010 01:07 PM, Yoshiaki Tamura wrote:    Not sure whether we need to mention the codename here: is it likely to    help the users?  Ah:-)  Just didn't know what the official name should be, and  placed Kemari for convenience.  Any

Re: [Qemu-devel] Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Michael S. Tsirkin
On Tue, Dec 28, 2010 at 08:34:12AM +0900, Yoshiaki Tamura wrote: 2010/12/28 Avi Kivity a...@redhat.com: On 12/27/2010 01:07 PM, Yoshiaki Tamura wrote:    Not sure whether we need to mention the codename here: is it likely to    help the users?  Ah:-)  Just didn't know what

Re: [Qemu-devel] Re: [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-27 Thread Yoshiaki Tamura
2010/12/28 Michael S. Tsirkin m...@redhat.com: On Tue, Dec 28, 2010 at 08:34:12AM +0900, Yoshiaki Tamura wrote: 2010/12/28 Avi Kivity a...@redhat.com: On 12/27/2010 01:07 PM, Yoshiaki Tamura wrote:    Not sure whether we need to mention the codename here: is it likely to    help

[PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

2010-12-23 Thread Yoshiaki Tamura
When -k option is set to migrate command, it will turn on ft_mode to start FT migration mode (Kemari). Signed-off-by: Yoshiaki Tamura tamura.yoshi...@lab.ntt.co.jp --- hmp-commands.hx |7 --- migration.c |3 +++ qmp-commands.hx |7 --- 3 files changed, 11 insertions(+), 6