index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
qemu-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-18
migration: We don't need the field rate_limit_used anymore
Juan Quintela
1
-4
/
+0
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
1
-50
/
+2
2023-05-18
qemu-file: Account for rate_limit usage on qemu_fflush()
Juan Quintela
1
-4
/
+3
2023-05-18
migration: Don't use INT64_MAX for unlimited rate
Juan Quintela
1
-1
/
+5
2023-05-15
qemu-file: Remove total from qemu_file_total_transferred_*()
Juan Quintela
1
-2
/
+2
2023-05-15
qemu-file: Make rate_limit_used an uint64_t
Juan Quintela
1
-2
/
+2
2023-05-15
qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
Juan Quintela
1
-3
/
+3
2023-05-15
migration: We set the rate_limit by a second
Juan Quintela
1
-1
/
+5
2023-05-08
ram compress: Assert that the file buffer matches the result
Lukas Straub
1
-0
/
+11
2023-05-05
qemu-file: Make ram_control_save_page() use accessors for rate_limit
Juan Quintela
1
-1
/
+1
2023-05-05
qemu-file: Make total_transferred an uint64_t
Juan Quintela
1
-4
/
+4
2023-05-05
qemu-file: remove shutdown member
Juan Quintela
1
-7
/
+3
2023-05-05
qemu-file: No need to check for shutdown in qemu_file_rate_limit
Juan Quintela
1
-3
/
+0
2023-05-05
migration/rdma: It makes no sense to recive that flag without RDMA
Juan Quintela
1
-8
/
+0
2023-05-05
migration/rdma: simplify ram_control_load_hook()
Juan Quintela
1
-4
/
+2
2023-04-20
migration: mark mixed functions that can suspend
Paolo Bonzini
1
-7
/
+7
2023-02-15
migration/qemu-file: Add qemu_file_get_to_fd()
Avihai Horon
1
-0
/
+34
2022-11-21
migration: Fix race on qemu_file_shutdown()
Peter Xu
1
-3
/
+24
2022-07-20
migration: remove unreachable code after reading data
Daniel P. Berrangé
1
-3
/
+1
2022-07-20
migration: Postcopy recover with preempt enabled
Peter Xu
1
-0
/
+27
2022-06-23
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
1
-12
/
+8
2022-06-23
migration: remove the QEMUFileOps 'get_return_path' callback
Daniel P. Berrangé
1
-12
/
+10
2022-06-23
migration: remove the QEMUFileOps 'writev_buffer' callback
Daniel P. Berrangé
1
-16
/
+8
2022-06-23
migration: remove the QEMUFileOps 'get_buffer' callback
Daniel P. Berrangé
1
-2
/
+16
2022-06-22
migration: remove the QEMUFileOps 'close' callback
Daniel P. Berrangé
1
-6
/
+6
2022-06-22
migration: remove the QEMUFileOps 'set_blocking' callback
Daniel P. Berrangé
1
-3
/
+1
2022-06-22
migration: remove the QEMUFileOps 'shut_down' callback
Daniel P. Berrangé
1
-3
/
+10
2022-06-22
migration: introduce new constructors for QEMUFile
Daniel P. Berrangé
1
-2
/
+16
2022-06-22
migration: hardcode assumption that QEMUFile is backed with QIOChannel
Daniel P. Berrangé
1
-18
/
+17
2022-06-22
migration: stop passing 'opaque' parameter to QEMUFile hooks
Daniel P. Berrangé
1
-4
/
+4
2022-06-22
migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
Daniel P. Berrangé
1
-1
/
+1
2022-06-22
migration: rename qemu_update_position to qemu_file_credit_transfer
Daniel P. Berrangé
1
-2
/
+2
2022-06-22
migration: rename qemu_ftell to qemu_file_total_transferred
Daniel P. Berrangé
1
-2
/
+2
2022-06-22
migration: rename 'pos' field in QEMUFile to 'bytes_processed'
Daniel P. Berrangé
1
-10
/
+11
2022-06-22
migration: rename rate limiting fields in QEMUFile
Daniel P. Berrangé
1
-11
/
+19
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
1
-0
/
+1
2021-07-26
migration: Teach QEMUFile to be QIOChannel-aware
Peter Xu
1
-1
/
+16
2021-07-05
migration: fix the memory overwriting risk in add_to_iovec
Feng Lin
1
-0
/
+5
2021-02-08
migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
Wainer dos Santos Moschetta
1
-1
/
+1
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
1
-1
/
+1
2020-01-29
migration/compress: compress QEMUFile is not writable
Wei Yang
1
-13
/
+3
2020-01-29
qemu-file: Don't do IO after shutdown
Juan Quintela
1
-1
/
+21
2019-09-12
migration/qemu-file: fix potential buf waste for extra buf_index adjustment
Wei Yang
1
-17
/
+26
2019-09-12
migration/qemu-file: remove check on writev_buffer in qemu_put_compression_data
Wei Yang
1
-3
/
+1
2019-09-12
qemu-file: Rework old qemu_fflush comment
Dr. David Alan Gilbert
1
-3
/
+2
2019-08-14
migration: add qemu_file_update_transfer interface
Ivan Ren
1
-0
/
+5
2019-08-14
migration: Add error_desc for file channel errors
Yury Kotov
1
-12
/
+51
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-08-22
migration: disable RDMA WRITE after postcopy started
Lidong Chen
1
-2
/
+6
2018-04-25
migration: detect compression and decompression errors
Xiao Guangrong
1
-2
/
+2
[next]