Re: [PATCH for-6.0 v1 0/4] migration: Fixes to the 'background-snapshot' code

2021-04-06 Thread Andrey Gruzdev
On 06.04.2021 19:53, Dr. David Alan Gilbert wrote: * Andrey Gruzdev (andrey.gruz...@virtuozzo.com) wrote: Changes v0->v1: * Fixes to coding style and commit messages * Renamed 'bs' to 'block' in migration/ram.c background snapshot code This patch series contains: * Fix to the issue with o

Re: [PATCH for-6.0 v1 0/4] migration: Fixes to the 'background-snapshot' code

2021-04-06 Thread Dr. David Alan Gilbert
* Andrey Gruzdev (andrey.gruz...@virtuozzo.com) wrote: > Changes v0->v1: > * Fixes to coding style and commit messages > * Renamed 'bs' to 'block' in migration/ram.c background snapshot code > > This patch series contains: > * Fix to the issue with occasionally truncated non-iterable device sta

[PATCH for-6.0 v1 0/4] migration: Fixes to the 'background-snapshot' code

2021-04-01 Thread Andrey Gruzdev
Changes v0->v1: * Fixes to coding style and commit messages * Renamed 'bs' to 'block' in migration/ram.c background snapshot code This patch series contains: * Fix to the issue with occasionally truncated non-iterable device state * Solution to compatibility issues with virtio-balloon device