Am 04.08.2011 19:22, schrieb Philipp Hahn: > By introducing BlockDriverState compiling qcow2 with DEBUG_ALLOC and DEBUG_EXT > defined got broken. > Define a BdrvCheckResult structure locally which is now needed as the second > argument. > > Also fix qcow2_read_extensions() needing BDRVQcowState. > > Signed-off-by: Philipp Hahn <h...@univention.de> > --- > block/qcow2-snapshot.c | 15 ++++++++++++--- > block/qcow2.c | 6 +++++- > 2 files changed, 17 insertions(+), 4 deletions(-) >
Thanks, applied to the block branch. Kevin