Statistics
| Branch: | Revision:

root / block / qed-check.c @ f8bf8606

History | View | Annotate | Download (5.3 kB)

# Date Author Comment
01979a98 12/17/2010 05:11 pm Stefan Hajnoczi

qed: Consistency check support

This patch adds support for the qemu-img check command. It also
introduces a dirty bit in the qed header to mark modified images as
needing a check. This bit is cleared when the image file is closed
cleanly.

If an image file is opened and it has the dirty bit set, a consistency...