* Paolo Bonzini (pbonz...@redhat.com) wrote: > > > On 09/03/2017 16:27, Dr. David Alan Gilbert (git) wrote: > > + * @name: Region name, becomes part of RAMBlock name used in migration > > stream > > + * must be unique within any device > > * @size: size of the region; any subregions beyond this size will be > > clipped > > */ > > void memory_region_init(MemoryRegion *mr, > > struct Object *owner, > > const char *name, > > uint64_t size); > > This one should not be necessary I guess?
Why? It's not static so something else could be calling it for any use. Dave > Paolo -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK