]> Git Repo - qemu.git/commit
qemu-file: temporarily expose qemu_file_set_error and qemu_fflush
authorPaolo Bonzini <[email protected]>
Fri, 22 Feb 2013 16:36:14 +0000 (17:36 +0100)
committerJuan Quintela <[email protected]>
Mon, 11 Mar 2013 12:32:01 +0000 (13:32 +0100)
commit4eb938102b3d533e142de23e255e46da1326fc5a
tree9ac202356edba6753ed1c7a55e1d567fd5832c6d
parent47c8c17af883b5bd0f147cfcec8d7ef8ff76023b
qemu-file: temporarily expose qemu_file_set_error and qemu_fflush

Right now, migration cannot entirely rely on QEMUFile's automatic
drop of I/O after an error, because it does its "real" I/O outside
the put_buffer callback.  To fix this until buffering is gone, expose
qemu_file_set_error which we will use in buffered_flush.

Similarly, buffered_flush is not a complete flush because some data may
still reside in the QEMUFile's own buffer.  This somewhat complicates the
process of closing the migration thread.  Again, when buffering is gone
buffered_flush will disappear and calling qemu_fflush will not be needed;
in the meanwhile, we expose the function for use in migration.c.

Reviewed-by: Orit Wasserman <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
include/migration/qemu-file.h
savevm.c
This page took 0.023822 seconds and 4 git commands to generate.