Am 17.12.2020 um 17:19 hat Markus Armbruster geschrieben: > Markus Armbruster (9): > block/vpc: Make vpc_open() read the full dynamic header > block/vpc: Don't abuse the footer buffer as BAT sector buffer > block/vpc: Don't abuse the footer buffer for dynamic header > block/vpc: Make vpc_checksum() take void * > block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers > block/vpc: Use sizeof() instead of 1024 for dynamic header size > block/vpc: Pad VHDFooter, replace uint8_t[] buffers > block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t * > block/vpc: Use sizeof() instead of HEADER_SIZE for footer size
Thanks, applied to the block branch. Kevin