Re: Live Migration ToDo

2022-04-25 Thread Peter Xu
On Tue, Apr 26, 2022 at 02:17:41AM +0300, Artyom wrote: > Yes, the original postcopy paper ( > https://kartikgopalan.github.io/publications/hines09postcopy_osr.pdf) > suggests optimizations. For example, prepaging uses hints from the VM's > page access patterns to reduce both the number of major

Re: Live Migration ToDo

2022-04-25 Thread Artyom
Yes, the original postcopy paper ( https://kartikgopalan.github.io/publications/hines09postcopy_osr.pdf) suggests optimizations. For example, prepaging uses hints from the VM's page access patterns to reduce both the number of major network faults and the duration of the migration phase. After

Re: Live Migration ToDo

2022-04-25 Thread Peter Xu
On Tue, Apr 26, 2022 at 01:39:58AM +0300, Artyom wrote: > Thank you for your response. Yes, I would like to work on some task, and > eventually I would like to use it as my student project. For example, it > might be possible to implement the technique from the article Post-Copy, > Hines, 2009:

Re: Live Migration ToDo

2022-04-25 Thread Artyom
Thank you for your response. Yes, I would like to work on some task, and eventually I would like to use it as my student project. For example, it might be possible to implement the technique from the article Post-Copy, Hines, 2009: demand paging, active push, prepaging and dynamic self-ballooning.

Re: Live Migration ToDo

2022-04-25 Thread Peter Xu
Hi, On Mon, Apr 25, 2022 at 01:41:27PM +0300, Artyom wrote: > Hello! I would like to see a list of suggestions/ideas/tickets for > improving live migration (especially performance and algorithms). There is > a page https://wiki.qemu.org/ToDo/LiveMigration, but it has not been > updated for a long

Live Migration ToDo

2022-04-25 Thread Artyom
Hello! I would like to see a list of suggestions/ideas/tickets for improving live migration (especially performance and algorithms). There is a page https://wiki.qemu.org/ToDo/LiveMigration, but it has not been updated for a long time. Thanks