Re: [PATCH v5 7/8] virtio-mem: Migrate immutable properties early

2023-02-02 Thread Juan Quintela
David Hildenbrand wrote: > The bitmap and the size are immutable while migration is active: see > virtio_mem_is_busy(). We can migrate this information early, before > migrating any actual RAM content. Further, all information we need for > sanity checks is immutable as well. > > Having this infor

[PATCH v5 7/8] virtio-mem: Migrate immutable properties early

2023-01-17 Thread David Hildenbrand
The bitmap and the size are immutable while migration is active: see virtio_mem_is_busy(). We can migrate this information early, before migrating any actual RAM content. Further, all information we need for sanity checks is immutable as well. Having this information in place early will, for examp