index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
qemu-file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: remove unreachable code after reading data
Daniel P. Berrangé
2022-07-20
1
-3
/
+1
*
migration: Postcopy recover with preempt enabled
Peter Xu
2022-07-20
1
-0
/
+27
*
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
2022-06-23
1
-12
/
+8
*
migration: remove the QEMUFileOps 'get_return_path' callback
Daniel P. Berrangé
2022-06-23
1
-12
/
+10
*
migration: remove the QEMUFileOps 'writev_buffer' callback
Daniel P. Berrangé
2022-06-23
1
-16
/
+8
*
migration: remove the QEMUFileOps 'get_buffer' callback
Daniel P. Berrangé
2022-06-23
1
-2
/
+16
*
migration: remove the QEMUFileOps 'close' callback
Daniel P. Berrangé
2022-06-22
1
-6
/
+6
*
migration: remove the QEMUFileOps 'set_blocking' callback
Daniel P. Berrangé
2022-06-22
1
-3
/
+1
*
migration: remove the QEMUFileOps 'shut_down' callback
Daniel P. Berrangé
2022-06-22
1
-3
/
+10
*
migration: introduce new constructors for QEMUFile
Daniel P. Berrangé
2022-06-22
1
-2
/
+16
*
migration: hardcode assumption that QEMUFile is backed with QIOChannel
Daniel P. Berrangé
2022-06-22
1
-18
/
+17
*
migration: stop passing 'opaque' parameter to QEMUFile hooks
Daniel P. Berrangé
2022-06-22
1
-4
/
+4
*
migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
Daniel P. Berrangé
2022-06-22
1
-1
/
+1
*
migration: rename qemu_update_position to qemu_file_credit_transfer
Daniel P. Berrangé
2022-06-22
1
-2
/
+2
*
migration: rename qemu_ftell to qemu_file_total_transferred
Daniel P. Berrangé
2022-06-22
1
-2
/
+2
*
migration: rename 'pos' field in QEMUFile to 'bytes_processed'
Daniel P. Berrangé
2022-06-22
1
-10
/
+11
*
migration: rename rate limiting fields in QEMUFile
Daniel P. Berrangé
2022-06-22
1
-11
/
+19
*
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
migration: Teach QEMUFile to be QIOChannel-aware
Peter Xu
2021-07-26
1
-1
/
+16
*
migration: fix the memory overwriting risk in add_to_iovec
Feng Lin
2021-07-05
1
-0
/
+5
*
migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
Wainer dos Santos Moschetta
2021-02-08
1
-1
/
+1
*
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
2020-06-26
1
-1
/
+1
*
migration/compress: compress QEMUFile is not writable
Wei Yang
2020-01-29
1
-13
/
+3
*
qemu-file: Don't do IO after shutdown
Juan Quintela
2020-01-29
1
-1
/
+21
*
migration/qemu-file: fix potential buf waste for extra buf_index adjustment
Wei Yang
2019-09-12
1
-17
/
+26
*
migration/qemu-file: remove check on writev_buffer in qemu_put_compression_data
Wei Yang
2019-09-12
1
-3
/
+1
*
qemu-file: Rework old qemu_fflush comment
Dr. David Alan Gilbert
2019-09-12
1
-3
/
+2
*
migration: add qemu_file_update_transfer interface
Ivan Ren
2019-08-14
1
-0
/
+5
*
migration: Add error_desc for file channel errors
Yury Kotov
2019-08-14
1
-12
/
+51
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
migration: disable RDMA WRITE after postcopy started
Lidong Chen
2018-08-22
1
-2
/
+6
*
migration: detect compression and decompression errors
Xiao Guangrong
2018-04-25
1
-2
/
+2
*
migration: stop compression to allocate and free memory frequently
Xiao Guangrong
2018-04-25
1
-7
/
+32
*
migration: Fix rate limiting issue on RDMA migration
Lidong Chen
2018-03-23
1
-1
/
+1
*
migration/qemu-file: add qemu_put_counted_string()
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-0
/
+13
*
migration: Remove unneeded includes
Juan Quintela
2017-06-14
1
-2
/
+0
*
migration: Move migration.h to migration/
Juan Quintela
2017-06-13
1
-1
/
+1
*
migration: Split qemu-file.h
Juan Quintela
2017-06-01
1
-1
/
+1
*
add 'release-ram' migrate capability
Pavel Butsykin
2017-02-13
1
-7
/
+52
*
migration: fix live migration failure with compression
Liang Li
2016-08-11
1
-0
/
+1
*
qemu-file: Fix qemu_put_compression_data flaw
Liang Li
2016-06-17
1
-2
/
+21
*
migration: remove qemu_get_fd method from QEMUFile
Daniel P. Berrange
2016-05-26
1
-14
/
+0
*
migration: remove support for non-iovec based write handlers
Daniel P. Berrange
2016-05-26
1
-28
/
+8
*
migration: move definition of struct QEMUFile back into qemu-file.c
Daniel P. Berrange
2016-05-26
1
-1
/
+23
*
migration: introduce set_blocking function in QEMUFileOps
Daniel P. Berrange
2016-05-26
1
-3
/
+7
*
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
2016-05-26
1
-9
/
+15
*
migration: ensure qemu_fflush() always writes full data amount
Daniel P. Berrange
2016-05-26
1
-4
/
+12
*
migration: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
Return path: Open a return path on QEMUFile for sockets
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+12
*
Add wrapper for setting blocking status on a QEMUFile
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+15
[next]