cloud-hypervisor/block
Wei Liu 408467a05f block: vhdx: do not update the VHDX header during parsing
The original code was buggy. It always attempted to update the header,
even when the file was opened as read-only. That led to an error.

The specification states that the headers should be updated when the
first user visible write happens. We can just drop the incorrect code.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2024-12-28 23:59:59 +00:00
..
src block: vhdx: do not update the VHDX header during parsing 2024-12-28 23:59:59 +00:00
Cargo.toml build: Bump libc from 0.2.158 to 0.2.167 2024-12-03 01:15:36 +00:00