Move the error check to the beggining of the callers. Once this is fixed
qemu_file_set_if_error() is not used anymore, so remove it.
Signed-off-by: Juan Quintela
Reviewed-by: Paolo Bonzini
---
savevm.c | 35 ++-
1 file changed, 18 insertions(+), 17 deletions(-)
Il 21/09/2012 10:47, Juan Quintela ha scritto:
> Move the error check to the beggining of the callers. Once this is fixed
> qemu_file_set_if_error() is not used anymore, so remove it.
>
> Signed-off-by: Juan Quintela
> ---
> savevm.c | 35 ++-
> 1 file changed, 1
Move the error check to the beggining of the callers. Once this is fixed
qemu_file_set_if_error() is not used anymore, so remove it.
Signed-off-by: Juan Quintela
---
savevm.c | 35 ++-
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/savevm.c b/sav