Peter Xu wrote:
> On Thu, Jun 08, 2017 at 01:12:29PM +0200, Juan Quintela wrote:
>> Peter Xu wrote:
>> > On Wed, Jun 07, 2017 at 07:42:57PM +0200, Juan Quintela wrote:
...
>>
>> Yeap. I *thought* that there was a way to test/set thing
>> programatically also so I didn't have to create/export t
On Thu, Jun 08, 2017 at 01:12:29PM +0200, Juan Quintela wrote:
> Peter Xu wrote:
> > On Wed, Jun 07, 2017 at 07:42:57PM +0200, Juan Quintela wrote:
>
> >> > +/* This is only used if MigrationState.store_global_state is set. */
> >> > static GlobalState global_state;
> >> >
> >> > int global_s
Peter Xu wrote:
> On Wed, Jun 07, 2017 at 07:42:57PM +0200, Juan Quintela wrote:
>> > +/* This is only used if MigrationState.store_global_state is set. */
>> > static GlobalState global_state;
>> >
>> > int global_state_store(void)
>> > @@ -179,7 +179,7 @@ static RunState global_state_get_ru
On Wed, Jun 07, 2017 at 07:42:57PM +0200, Juan Quintela wrote:
> Peter Xu wrote:
> > Put it into MigrationState then we can use the properties to specify
> > whether to enable storing global state.
> >
> > Signed-off-by: Peter Xu
> > ---
> > include/migration/migration.h | 6 ++
> > migrati
Peter Xu wrote:
> Put it into MigrationState then we can use the properties to specify
> whether to enable storing global state.
>
> Signed-off-by: Peter Xu
> ---
> include/migration/migration.h | 6 ++
> migration/migration.c | 21 +
> 2 files changed, 23 insert
Put it into MigrationState then we can use the properties to specify
whether to enable storing global state.
Signed-off-by: Peter Xu
---
include/migration/migration.h | 6 ++
migration/migration.c | 21 +
2 files changed, 23 insertions(+), 4 deletions(-)
diff --