Re: [PATCH v3 0/5] Misc BDRV_SECTOR_SIZE updates

2020-01-21 Thread Max Reitz
On 18.01.20 20:09, Alberto Garcia wrote: > This series gets rid of all the remaining instances of hardcoded > sector sizes in the qcow2 code and adds a check for images whose > virtual size is not a multiple of the sector size. > > See the individual patches for details. Thanks, applied to my blo

[PATCH v3 0/5] Misc BDRV_SECTOR_SIZE updates

2020-01-18 Thread Alberto Garcia
This series gets rid of all the remaining instances of hardcoded sector sizes in the qcow2 code and adds a check for images whose virtual size is not a multiple of the sector size. See the individual patches for details. Berto v3: - Patch 2: Use offset_into_cluster() instead of QEMU_IS_ALIGNED -