Re: [Qemu-devel] [PATCH] migration: Add state records for migration incoming

2015-11-23 Thread zhanghailiang
On 2015/11/18 18:51, Juan Quintela wrote: zhanghailiang wrote: For migration destination, sometimes we need to know its state, and it is also useful for tracing migration incoming process. Here we add a new member 'state' for MigrationIncomingState, and also use migrate_set_state() to modify i

Re: [Qemu-devel] [PATCH] migration: Add state records for migration incoming

2015-11-18 Thread Juan Quintela
zhanghailiang wrote: > For migration destination, sometimes we need to know its state, > and it is also useful for tracing migration incoming process. > > Here we add a new member 'state' for MigrationIncomingState, > and also use migrate_set_state() to modify its value. > We fix the first paramet

[Qemu-devel] [PATCH] migration: Add state records for migration incoming

2015-10-22 Thread zhanghailiang
For migration destination, sometimes we need to know its state, and it is also useful for tracing migration incoming process. Here we add a new member 'state' for MigrationIncomingState, and also use migrate_set_state() to modify its value. We fix the first parameter of migrate_set_state(), and ma