index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffered_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not include qemu-char everywhere
Paolo Bonzini
1
-1
/
+0
2012-11-02
migration: add qemu_get_fd
Paolo Bonzini
1
-0
/
+8
2012-11-02
migration: consolidate QEMUFile methods in a single QEMUFileOps struct
Paolo Bonzini
1
-4
/
+9
2012-10-17
buffered_file: buffered_put_buffer() don't need to set last_error
Juan Quintela
1
-2
/
+0
2012-10-17
migration: make migrate_fd_wait_for_unfreeze() return errors
Juan Quintela
1
-2
/
+6
2012-10-17
buffered_file: make buffered_flush return the error code
Juan Quintela
1
-9
/
+26
2012-10-17
buffered_file: callers of buffered_flush() already check for errors
Juan Quintela
1
-7
/
+0
2012-10-17
buffered_file: We can access directly to bandwidth_limit
Juan Quintela
1
-3
/
+2
2012-10-17
buffered_file: unfold migrate_fd_close
Juan Quintela
1
-5
/
+2
2012-10-17
buffered_file: unfold migrate_fd_wait_for_unfreeze
Juan Quintela
1
-4
/
+1
2012-10-17
buffered_file: unfold migrate_fd_put_ready
Juan Quintela
1
-4
/
+1
2012-10-17
buffered_file: unfold migrate_fd_put_buffer
Juan Quintela
1
-5
/
+2
2012-10-17
buffered_file: opaque is MigrationState
Juan Quintela
1
-3
/
+3
2012-10-17
buffered_file: rename opaque to migration_state
Juan Quintela
1
-6
/
+6
2012-10-17
BufferedFile: append, then flush
Paolo Bonzini
1
-39
/
+11
2012-10-17
buffered_file: g_realloc() can't fail
Juan Quintela
1
-9
/
+1
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2011-10-20
migration: use qemu_file_get_error() return value when possible
Juan Quintela
1
-9
/
+14
2011-10-20
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
1
-7
/
+7
2011-10-20
migration: change has_error to contain errno values
Juan Quintela
1
-2
/
+2
2011-10-20
buffered_file: reuse QEMUFile has_error field
Juan Quintela
1
-9
/
+8
2011-10-20
buffered_file: Use right "opaque"
Juan Quintela
1
-1
/
+1
2011-10-20
migration: If there is one error, it makes no sense to continue
Juan Quintela
1
-3
/
+9
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2011-03-21
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
1
-3
/
+3
2010-12-02
migration: allow rate > 4g
Michael S. Tsirkin
1
-3
/
+6
2010-08-19
set proper migration status on ->write error (v5)
Marcelo Tosatti
1
-1
/
+3
2010-08-19
QEMUFileBuffered: indicate that we're ready when the underlying file is ready
Avi Kivity
1
-0
/
+8
2010-02-07
Do not use dprintf
malc
1
-18
/
+18
2009-11-17
Block live migration
lirans@il.ibm.com
1
-1
/
+9
2009-09-09
Fix compilation warnings when DEBUG_BUFFERED_FILE is defined
Pierre Riteau
1
-6
/
+6
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
1
-2
/
+2
2009-05-22
introduce set_rate_limit function for QEMUFile
Glauber Costa
1
-1
/
+15
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2008-12-13
Remove unnecessary trailing newlines
blueswir1
1
-1
/
+0
2008-10-13
Introduce a buffered file wrapper for QEMUFile
aliguori
1
-0
/
+250