Re: [PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs

2023-01-15 Thread Alexander Ivanov
This patchset should be applied on the top of *[PATCH v8 00/11] parallels: Refactor the code of images checks and fix a bug* On 12.01.2023 16:01, Alexander Ivanov wrote: Fix incorrect data end calculation in parallels_open(). Split image leak handling to separate check and fix helpers. Add ch

[PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs

2023-01-12 Thread Alexander Ivanov
Fix incorrect data end calculation in parallels_open(). Split image leak handling to separate check and fix helpers. Add checking and repairing duplicate offsets in BAT Replace fprintf() by qemu_log(). Image repairing in parallels_open(). v2: 2: Moved outsude parallels_check_leak() 2 helpers: