Re: [PATCH v6] migration: Support gtree migration

2019-10-11 Thread Juan Quintela
Eric Auger wrote: > Introduce support for GTree migration. A custom save/restore > is implemented. Each item is made of a key and a data. > > If the key is a pointer to an object, 2 VMSDs are passed into > the GTree VMStateField. > > When putting the items, the tree is traversed in sorted order

Re: [PATCH v6] migration: Support gtree migration

2019-10-11 Thread Auger Eric
Hi, On 10/11/19 5:01 PM, Dr. David Alan Gilbert wrote: > * Eric Auger (eric.au...@redhat.com) wrote: >> Introduce support for GTree migration. A custom save/restore >> is implemented. Each item is made of a key and a data. >> >> If the key is a pointer to an object, 2 VMSDs are passed into >> the

Re: [PATCH v6] migration: Support gtree migration

2019-10-11 Thread Dr. David Alan Gilbert
* Eric Auger (eric.au...@redhat.com) wrote: > Introduce support for GTree migration. A custom save/restore > is implemented. Each item is made of a key and a data. > > If the key is a pointer to an object, 2 VMSDs are passed into > the GTree VMStateField. > > When putting the items, the tree is

Re: [PATCH v6] migration: Support gtree migration

2019-10-11 Thread Dr. David Alan Gilbert
* Eric Auger (eric.au...@redhat.com) wrote: > Introduce support for GTree migration. A custom save/restore > is implemented. Each item is made of a key and a data. > > If the key is a pointer to an object, 2 VMSDs are passed into > the GTree VMStateField. > > When putting the items, the tree is