commit | 341926ab83e2b4d5af1f8c7633e8b6d72d318458 | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Thu Nov 01 21:27:35 2018 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 14 11:52:40 2018 +0100 |
tree | 182f36e0714c2a6fda0c47ae1d1bfbe042d86208 | |
parent | f4b3e2a960ed571397292150539455a2dd981338 [diff] |
qcow2: refactor decompress_buffer - make it look more like a pair of qcow2_compress - rename the function and its parameters - drop extra out_len variable, check filling of output buffer by strm structure itself - fix code style - add some documentation Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>