+=head2 Notes on disk format
+
+The virt-bmap tool does I<not> auto-detect the disk format: you have
+to specify the correct format.
+
+Although in theory you can use any disk format, we found that block
+map detection works much more reliably if the disk is in C<raw>
+format. With other formats it appears that structures within the
+format (like the qcow2 header) can confuse disk format detection,
+resulting in files appearing to be read which are probably not being
+accessed. Therefore it is recommended that you first convert disks to
+raw using a tool such as L<qemu-img(1)>.
+