aboutsummaryrefslogtreecommitdiffstats
path: root/buffered_file.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+2
2011-10-20migration: use qemu_file_get_error() return value when possibleJuan Quintela1-9/+14
2011-10-20migration: rename qemu_file_has_error to qemu_file_get_errorJuan Quintela1-7/+7
2011-10-20migration: change has_error to contain errno valuesJuan Quintela1-2/+2
2011-10-20buffered_file: reuse QEMUFile has_error fieldJuan Quintela1-9/+8
2011-10-20buffered_file: Use right "opaque"Juan Quintela1-1/+1
2011-10-20migration: If there is one error, it makes no sense to continueJuan Quintela1-3/+9
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-3/+3
2010-12-02migration: allow rate > 4gMichael S. Tsirkin1-3/+6
2010-08-19set proper migration status on ->write error (v5)Marcelo Tosatti1-1/+3
2010-08-19QEMUFileBuffered: indicate that we're ready when the underlying file is readyAvi Kivity1-0/+8
2010-02-07Do not use dprintfmalc1-18/+18
2009-11-17Block live migrationlirans@il.ibm.com1-1/+9
2009-09-09Fix compilation warnings when DEBUG_BUFFERED_FILE is definedPierre Riteau1-6/+6
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-2/+2
2009-05-22introduce set_rate_limit function for QEMUFileGlauber Costa1-1/+15
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-10-13Introduce a buffered file wrapper for QEMUFilealiguori1-0/+250