Re: [PATCH v2 4/4] migration: Check in savevm_state_handler_insert for dups

2020-01-10 Thread Juan Quintela
Peter Xu wrote: > Before finally register one SaveStateEntry, we detect for duplicated > entries. This could be helpful to notify us asap instead of get > silent migration failures which could be hard to diagnose. > > For example, this patch will generate a message like this (if without > previou

Re: [PATCH v2 4/4] migration: Check in savevm_state_handler_insert for dups

2019-10-16 Thread Juan Quintela
Peter Xu wrote: > Before finally register one SaveStateEntry, we detect for duplicated > entries. This could be helpful to notify us asap instead of get > silent migration failures which could be hard to diagnose. > > For example, this patch will generate a message like this (if without > previou

Re: [PATCH v2 4/4] migration: Check in savevm_state_handler_insert for dups

2019-10-16 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Before finally register one SaveStateEntry, we detect for duplicated > entries. This could be helpful to notify us asap instead of get > silent migration failures which could be hard to diagnose. > > For example, this patch will generate a message like this

[PATCH v2 4/4] migration: Check in savevm_state_handler_insert for dups

2019-10-15 Thread Peter Xu
Before finally register one SaveStateEntry, we detect for duplicated entries. This could be helpful to notify us asap instead of get silent migration failures which could be hard to diagnose. For example, this patch will generate a message like this (if without previous fixes on x2apic) as long a