Statistics
| Branch: | Revision:

root / qemu-file.c @ feature-archipelago

History | View | Annotate | Download (17.6 kB)

# Date Author Comment
aded6539 02/25/2014 03:26 pm Juan Quintela

qemu_file: use fwrite() correctly

fwrite() returns the number of items written. But when there is one
error, it can return a short write.

In the particular bug that I was tracking, I did a migration to a
read-only filesystem. And it was able to finish the migration...

093c455a 01/13/2014 01:39 pm Eduardo Habkost

qemu-file: Move QEMUFile code to qemu-file.c

Signed-off-by: Eduardo Habkost <>
Reviewed-by: Orit Wasserman <>
Signed-off-by: Juan Quintela <>