[PATCH 1/3] parallels: Add checking and repairing duplicate offsets in BAT

2022-08-04 Thread alexander . ivanov
From: Alexander Ivanov There could be corruptions in the image file: two quest memory areas refer to the same host cluster. If a duplicate offset is found fix it by copying the content of the referred cluster to a new allocated cluster and replace one of the two referring entries by the new clus

Re: [PATCH 1/3] parallels: Add checking and repairing duplicate offsets in BAT

2022-08-04 Thread Denis V. Lunev
On 04.08.2022 16:51, alexander.iva...@virtuozzo.com wrote: From: Alexander Ivanov There could be corruptions in the image file: two quest memory areas refer to the same host cluster. If a duplicate offset is found fix it by copying the content of the referred cluster to a new allocated cluster