]> Git Repo - qemu.git/commit
arch_init: right return for ram_save_iterate
authorLei Li <[email protected]>
Wed, 4 Sep 2013 09:02:36 +0000 (17:02 +0800)
committerJuan Quintela <[email protected]>
Tue, 24 Sep 2013 11:22:08 +0000 (13:22 +0200)
commit6cd0beda2c3c21fd7575e944764f392be7ef50c1
tree597415c45703c777d46a7801908a36c197fe905d
parentc77a5f2daa1ccbd825d59b95c70207c0a196bb94
arch_init: right return for ram_save_iterate

qemu_file_rate_limit() never return negative value since the refactor
by Commit 1964a39, this patch gets rid of the negative check for it,
adjust bytes_transferred and return value correspondingly in
ram_save_iterate().

Signed-off-by: Lei Li <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
arch_init.c
This page took 0.020665 seconds and 4 git commands to generate.