]> git.proxmox.com Git - qemu.git/commit - savevm.c
savevm: make qemu_fflush() return an error code
authorJuan Quintela <quintela@redhat.com>
Wed, 29 Aug 2012 17:08:59 +0000 (19:08 +0200)
committerJuan Quintela <quintela@redhat.com>
Wed, 17 Oct 2012 16:34:59 +0000 (18:34 +0200)
commit7311bea33fab3bed02e9fca8b36fd6234a3a7cb9
tree30c2f22e39cb9501b66d30f5b948f4248ddfc8c4
parente5ae97cee4c0ecd252991aa868c6e233ef8c8f35
savevm: make qemu_fflush() return an error code

Adjust all the callers.  We moved the set of last_error from inside
qemu_fflush() to all the callers.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
savevm.c