On 16/02/2016 09:57, Christian Borntraeger wrote: > > Currently, dataplane threads are shut down during migration because > > vring.c is not able to track dirty memory. However, all the relevant > > parts of QEMU have been made thread-safe now, so we can drop vring.c > > completely. With these patches, virtio-dataplane is now simply "virtio > > with ioeventfd in a different AioContext". > > Can you provide a branch somewhere? Then I can at least test even if I > have no time review.
Sure---the branch is on my github repo and it's called "dataplane-migration". Paolo