> Propagate operations like snapshot down the tree. block.c is designed > for bs->file/bs->backing_hd kind of BlockDrivers, perhaps it needs to > become a bit more generic to support other types of BlockDrivers > properly.
Shouldn't bs->backing_hd become bs->children[0] and bs->file stay the same ? Best regards Benoît