index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buffered_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-13
1
-0
/
+2
*
migration: use qemu_file_get_error() return value when possible
Juan Quintela
2011-10-20
1
-9
/
+14
*
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
2011-10-20
1
-7
/
+7
*
migration: change has_error to contain errno values
Juan Quintela
2011-10-20
1
-2
/
+2
*
buffered_file: reuse QEMUFile has_error field
Juan Quintela
2011-10-20
1
-9
/
+8
*
buffered_file: Use right "opaque"
Juan Quintela
2011-10-20
1
-1
/
+1
*
migration: If there is one error, it makes no sense to continue
Juan Quintela
2011-10-20
1
-3
/
+9
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-4
/
+4
*
Remove unused sysemu.h include directives
Blue Swirl
2011-04-15
1
-1
/
+0
*
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
1
-3
/
+3
*
migration: allow rate > 4g
Michael S. Tsirkin
2010-12-02
1
-3
/
+6
*
set proper migration status on ->write error (v5)
Marcelo Tosatti
2010-08-19
1
-1
/
+3
*
QEMUFileBuffered: indicate that we're ready when the underlying file is ready
Avi Kivity
2010-08-19
1
-0
/
+8
*
Do not use dprintf
malc
2010-02-07
1
-18
/
+18
*
Block live migration
lirans@il.ibm.com
2009-11-17
1
-1
/
+9
*
Fix compilation warnings when DEBUG_BUFFERED_FILE is defined
Pierre Riteau
2009-09-09
1
-6
/
+6
*
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
2009-07-20
1
-2
/
+2
*
introduce set_rate_limit function for QEMUFile
Glauber Costa
2009-05-22
1
-1
/
+15
*
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
*
Remove unnecessary trailing newlines
blueswir1
2008-12-13
1
-1
/
+0
*
Introduce a buffered file wrapper for QEMUFile
aliguori
2008-10-13
1
-0
/
+250