commit | b87ef3518b2eeb9a57ee0d06d7e82a07ab5e4ffd | [log] [tgz] |
---|---|---|
author | Laszlo Ersek <lersek@redhat.com> | Tue May 20 13:42:53 2014 +0200 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Wed Jun 11 10:10:28 2014 -0400 |
tree | 7c76da146cd610a798629db46a7e9c3ebceed462 | |
parent | c998acb03df614ddf2f3e206582586f191d07fff [diff] |
dump: simplify get_len_buf_out() We can (and should) rely on the fact that s->flag_compress is exactly one of DUMP_DH_COMPRESSED_ZLIB, DUMP_DH_COMPRESSED_LZO, and DUMP_DH_COMPRESSED_SNAPPY. This is ensured by the QMP schema and dump_init() in combination. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>