index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
migration
/
qemu-file.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-01
migration: Split qemu-file.h
Juan Quintela
1
-309
/
+0
2017-05-18
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
1
-4
/
+0
2017-02-13
add 'release-ram' migrate capability
Pavel Butsykin
1
-1
/
+2
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
1
-1
/
+3
2016-05-26
migration: remove qemu_get_fd method from QEMUFile
Daniel P. Berrange
1
-1
/
+0
2016-05-26
migration: remove support for non-iovec based write handlers
Daniel P. Berrange
1
-9
/
+0
2016-05-26
migration: delete QEMUFile stdio implementation
Daniel P. Berrange
1
-2
/
+0
2016-05-26
migration: delete QEMUFile sockets implementation
Daniel P. Berrange
1
-2
/
+0
2016-05-26
migration: delete QEMUSizedBuffer struct
Daniel P. Berrange
1
-16
/
+0
2016-05-26
migration: delete QEMUFile buffer implementation
Daniel P. Berrange
1
-6
/
+0
2016-05-26
migration: introduce a new QEMUFile impl based on QIOChannel
Daniel P. Berrange
1
-0
/
+4
2016-05-26
migration: introduce set_blocking function in QEMUFileOps
Daniel P. Berrange
1
-0
/
+5
2016-05-26
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
1
-3
/
+7
2016-05-26
migration: ensure qemu_fflush() always writes full data amount
Daniel P. Berrange
1
-2
/
+4
2016-02-23
include: Clean up includes
Peter Maydell
1
-1
/
+0
2015-11-10
Return path: Open a return path on QEMUFile for sockets
Dr. David Alan Gilbert
1
-0
/
+7
2015-11-10
Add wrapper for setting blocking status on a QEMUFile
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
Add qemu_get_buffer_in_place to avoid copies some of the time
Dr. David Alan Gilbert
1
-0
/
+2
2015-09-29
migration: qemu-file more size_t'ifying
Dr. David Alan Gilbert
1
-5
/
+5
2015-09-29
migration: size_t'ify some of qemu-file
Dr. David Alan Gilbert
1
-4
/
+4
2015-07-07
Rework ram_control_load_hook to hook during block load
Dr. David Alan Gilbert
1
-5
/
+9
2015-06-12
Move copy out of qemu_peek_buffer
Dr. David Alan Gilbert
1
-1
/
+1
2015-06-12
Add qemu_get_counted_string to read a string prefixed by a count byte
Dr. David Alan Gilbert
1
-0
/
+3
2015-05-06
qemu-file: Add compression functions to QEMUFile
Liang Li
1
-0
/
+3
2015-03-17
migration: Remove unused functions
Thomas Huth
1
-1
/
+0
2015-03-16
ram: make all save_page functions take a uint64_t parameter
Juan Quintela
1
-1
/
+1
2015-02-05
qemu-file: Add fast ftell code path
Alexander Graf
1
-0
/
+1
2015-01-16
socket shutdown
Dr. David Alan Gilbert
1
-0
/
+10
2014-10-14
qemu-file: Make qemu_file_is_writable() non-static
Eduardo Habkost
1
-0
/
+1
2014-10-14
QEMUSizedBuffer based QEMUFile
Dr. David Alan Gilbert
1
-0
/
+26
2014-05-05
Make qemu_peek_buffer loop until it gets it's data
Dr. David Alan Gilbert
1
-0
/
+5
2014-01-13
qemu-file: Make a few functions non-static
Eduardo Habkost
1
-0
/
+4
2013-06-27
rdma: new QEMUFileOps hooks
Michael R. Hines
1
-0
/
+29
2013-06-27
rdma: export qemu_fflush()
Michael R. Hines
1
-0
/
+1
2013-06-27
rdma: introduce qemu_file_mode_is_not_valid()
Michael R. Hines
1
-0
/
+1
2013-06-27
rdma: introduce qemu_update_position()
Michael R. Hines
1
-0
/
+1
2013-04-15
savevm: Implement block_writev_buffer()
Kevin Wolf
1
-1
/
+1
2013-03-26
Add qemu_put_buffer_async
Orit Wasserman
1
-0
/
+5
2013-03-26
Add QemuFileWritevBuffer QemuFileOps
Orit Wasserman
1
-0
/
+7
2013-03-11
migration: move rate limiting to QEMUFile
Paolo Bonzini
1
-16
/
+2
2013-03-11
qemu-file: add writable socket QEMUFile
Paolo Bonzini
1
-1
/
+1
2013-03-11
migration: merge qemu_popen_cmd with qemu_popen
Paolo Bonzini
1
-1
/
+0
2013-03-11
qemu-file: make qemu_fflush and qemu_file_set_error private again
Paolo Bonzini
1
-2
/
+0
2013-03-11
qemu-file: temporarily expose qemu_file_set_error and qemu_fflush
Paolo Bonzini
1
-0
/
+2
2013-02-12
migration: make qemu_ftell() public and support writable files
Stefan Hajnoczi
1
-0
/
+1
2012-12-20
migration: make writes blocking
Juan Quintela
1
-5
/
+0
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-0
/
+241