commit | 6cbc3031c8408e4cb3e55a01f25536e81d3ae90d | [log] [tgz] |
---|---|---|
author | Philipp Hahn <hahn@univention.de> | Thu Aug 04 19:22:10 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Aug 23 14:15:17 2011 +0200 |
tree | ced7f6022bc4d1f3995c223d1389259e0c774db8 | |
parent | 92196b2f5664d5defa778b1b24df56e2239b5e93 [diff] |
qcow2: Fix DEBUG_* compilation 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 <hahn@univention.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>