Re: [Qemu-devel] [PATCH 15/18] migration: adjust migration_thread for local migration

2013-08-21 Thread Paolo Bonzini
Il 21/08/2013 09:18, Lei Li ha scritto: > Integrate localhost migration thread to migration_thread. As the mechanism > of local migration is different than the current migration, and it does > not need to do iterate. > > So the whole thread can split into two stages, it will send all the ram > pag

[Qemu-devel] [PATCH 15/18] migration: adjust migration_thread for local migration

2013-08-21 Thread Lei Li
Integrate localhost migration thread to migration_thread. As the mechanism of local migration is different than the current migration, and it does not need to do iterate. So the whole thread can split into two stages, it will send all the ram pages in qemu_savevm_state_begin stage, and send the de