Re: [Qemu-devel] [PATCH v9 05/10] Add MigrationParams structure

2012-04-18 Thread Orit Wasserman
On 04/18/2012 08:26 PM, Anthony Liguori wrote: > On 04/11/2012 01:49 PM, Orit Wasserman wrote: >> Signed-off-by: Isaku Yamahata > > If you're not going to SoB this patch, please make sure you set the > GIT_AUTHOR appropriately so that there's a From line for Isaku. Otherwise it > will mess up g

Re: [Qemu-devel] [PATCH v9 05/10] Add MigrationParams structure

2012-04-18 Thread Anthony Liguori
On 04/11/2012 01:49 PM, Orit Wasserman wrote: Signed-off-by: Isaku Yamahata If you're not going to SoB this patch, please make sure you set the GIT_AUTHOR appropriately so that there's a From line for Isaku. Otherwise it will mess up git history (you will be the author but will not have a So

Re: [Qemu-devel] [PATCH v9 05/10] Add MigrationParams structure

2012-04-18 Thread Juan Quintela
Orit Wasserman wrote: > Signed-off-by: Isaku Yamahata Reviewed-by: Juan Quintela Thought about doing something like that several times. Thanks.

[Qemu-devel] [PATCH v9 05/10] Add MigrationParams structure

2012-04-11 Thread Orit Wasserman
Signed-off-by: Isaku Yamahata --- block-migration.c |8 migration.c | 13 - migration.h |9 +++-- qemu-common.h |1 + savevm.c | 11 --- sysemu.h |3 ++- vmstate.h |2 +- 7 files changed, 31 inserti