commit | 93c2493646a063a0b0660b47647badf3c43108c7 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Jan 14 16:48:25 2019 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Mar 08 12:26:45 2019 +0100 |
tree | 47bb052b0fb917060f6d83bd49217c24273161ea | |
parent | 65a3d073e9766ed878474525118dbf0c7233caab [diff] |
qcow2: Basic definitions for external data files This adds basic constants, struct fields and helper function for external data file support to the implementation. QCOW2_INCOMPAT_MASK and QCOW2_AUTOCLEAR_MASK are not updated yet so that opening images with an external data file still fails (we don't handle them correctly yet). Signed-off-by: Kevin Wolf <kwolf@redhat.com>