aboutsummaryrefslogtreecommitdiff
path: root/buffered_file.c
AgeCommit message (Expand)Author
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-10-20migration: use qemu_file_get_error() return value when possibleJuan Quintela
2011-10-20migration: rename qemu_file_has_error to qemu_file_get_errorJuan Quintela
2011-10-20migration: change has_error to contain errno valuesJuan Quintela
2011-10-20buffered_file: reuse QEMUFile has_error fieldJuan Quintela
2011-10-20buffered_file: Use right "opaque"Juan Quintela
2011-10-20migration: If there is one error, it makes no sense to continueJuan Quintela
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2010-12-02migration: allow rate > 4gMichael S. Tsirkin
2010-08-19set proper migration status on ->write error (v5)Marcelo Tosatti
2010-08-19QEMUFileBuffered: indicate that we're ready when the underlying file is readyAvi Kivity
2010-02-07Do not use dprintfmalc
2009-11-17Block live migrationlirans@il.ibm.com
2009-09-09Fix compilation warnings when DEBUG_BUFFERED_FILE is definedPierre Riteau
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-05-22introduce set_rate_limit function for QEMUFileGlauber Costa
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-10-13Introduce a buffered file wrapper for QEMUFilealiguori