Re: [Qemu-devel] [PATCH v0 4/7] migration: add background snapshot infrastructure

2018-07-12 Thread Dr. David Alan Gilbert
* Denis Plotnikov (dplotni...@virtuozzo.com) wrote: > It allows to intercept VM's RAM access and write them into the > snapshot. This is too big for me to properly review; it needs splitting into smaller chunks. However, there are some comments below. > Signed-off-by: Denis Plotnikov > --- >

[Qemu-devel] [PATCH v0 4/7] migration: add background snapshot infrastructure

2018-06-29 Thread Denis Plotnikov
It allows to intercept VM's RAM access and write them into the snapshot. Signed-off-by: Denis Plotnikov --- include/exec/ram_addr.h | 7 + include/exec/ramlist.h | 4 +- migration/migration.c | 2 +- migration/ram.c | 333 ++--