Re: [PATCH v2 4/6] virtio-mem: Drop precopy notifier

2021-07-23 Thread Peter Xu
On Wed, Jul 21, 2021 at 11:27:57AM +0200, David Hildenbrand wrote: > Migration code now properly handles RAMBlocks which are indirectly managed > by a RamDiscardManager. No need for manual handling via the free page > optimization interface, let's get rid of it. > > Acked-by: Michael S. Tsirkin >

[PATCH v2 4/6] virtio-mem: Drop precopy notifier

2021-07-21 Thread David Hildenbrand
Migration code now properly handles RAMBlocks which are indirectly managed by a RamDiscardManager. No need for manual handling via the free page optimization interface, let's get rid of it. Acked-by: Michael S. Tsirkin Signed-off-by: David Hildenbrand --- hw/virtio/virtio-mem.c | 34 ---