Re: [PATCH v11 00/12] parallels: Refactor the code of images checks and fix a bug

2023-04-28 Thread Hanna Czenczek
On 24.04.23 11:31, Alexander Ivanov wrote: Fix image inflation when offset in BAT is out of image. Replace whole BAT syncing by flushing only dirty blocks. Move all the checks outside the main check function in separate functions Use WITH_QEMU_LOCK_GUARD for simplier code. Fix incorrect

Re: [PATCH v11 00/12] parallels: Refactor the code of images checks and fix a bug

2023-04-26 Thread Alexander Ivanov
The patchests are the same, but the first one has incorrect receivers. Please just ignore it. I've sent a email about it, but i mistook twice and sent it to qemu-de...@nongnu.org only. On 4/26/23 17:07, Denis V. Lunev wrote: On 4/24/23 11:31, Alexander Ivanov wrote: Fix image inflation when

Re: [PATCH v11 00/12] parallels: Refactor the code of images checks and fix a bug

2023-04-26 Thread Denis V. Lunev
On 4/24/23 11:31, Alexander Ivanov wrote: Fix image inflation when offset in BAT is out of image. Replace whole BAT syncing by flushing only dirty blocks. Move all the checks outside the main check function in separate functions Use WITH_QEMU_LOCK_GUARD for simplier code. Fix incorrect

[PATCH v11 00/12] parallels: Refactor the code of images checks and fix a bug

2023-04-24 Thread Alexander Ivanov
Fix image inflation when offset in BAT is out of image. Replace whole BAT syncing by flushing only dirty blocks. Move all the checks outside the main check function in separate functions Use WITH_QEMU_LOCK_GUARD for simplier code. Fix incorrect condition in out-of-image check. v11: 1: Use