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