On 14/02/2016 16:52, Paolo Bonzini wrote: > Reproducer: > > x86_64-softmmu/qemu-system-x86_64 \ > -incoming tcp:localhost:12345 -snapshot \ > /vm/virt_test/images/jeos-21-64-base.qcow2 > > > Weird as it may seem, this actually makes some sense for testing > migration with non-shared storage...
In fact, migration with non-shared storage (migrate -b) is broken in general, even without -snapshot. Paolo