aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorChen Gang <gang.chen.5i5j@gmail.com>2014-05-10 20:51:24 +0800
committerJuan Quintela <quintela@trasno.org>2014-05-14 15:24:51 +0200
commitfb626663da94ddbfae88900c62bf4a26534fbafa (patch)
tree515e95e955c378dc540562e7c760a26255c63eb6 /hw
parentf30d56e7d63fe2f536511bffa13306bec2e01c37 (diff)
downloadqemu-fb626663da94ddbfae88900c62bf4a26534fbafa.zip
qemu-fb626663da94ddbfae88900c62bf4a26534fbafa.tar.gz
qemu-fb626663da94ddbfae88900c62bf4a26534fbafa.tar.bz2
arch_init: Simplify code for load_xbzrle()
For xbzrle_decode_buffer(), when decoding contents will exceed writing buffer, it will return -1, so need not check the return value whether large than writing buffer. And when failure occurs within load_xbzrle(), it always return -1 without any resources which need release. So can remove the related checking statements, and also can remove 'rc' and 'ret' local variables, Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions