aboutsummaryrefslogtreecommitdiffstats
path: root/buffered_file.c
AgeCommit message (Expand)AuthorFilesLines
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