On 30/03/2017 08:55, Gerd Hoffmann wrote: > > +struct DirtyCopy { > + ram_addr_t start; > + ram_addr_t end; > + unsigned long dirty[]; > +}; > + > #endif
Maybe DirtyBitmapSnapshot (and s/copy/snapshot/ in the rest of the API too)? Paolo
On 30/03/2017 08:55, Gerd Hoffmann wrote: > > +struct DirtyCopy { > + ram_addr_t start; > + ram_addr_t end; > + unsigned long dirty[]; > +}; > + > #endif
Maybe DirtyBitmapSnapshot (and s/copy/snapshot/ in the rest of the API too)? Paolo