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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-17
migration/rdma: Move rdma constants from qemu-file.h to rdma.h
Juan Quintela
1
-17
/
+0
2023-10-17
qemu-file: Remove QEMUFileHooks
Juan Quintela
1
-4
/
+0
2023-10-17
migration/rdma: Create rdma_control_save_page()
Juan Quintela
1
-12
/
+0
2023-10-17
migration/rdma: Unfold hook_ram_load()
Juan Quintela
1
-11
/
+0
2023-10-17
migration/rdma: Remove all uses of RAM_CONTROL_HOOK
Juan Quintela
1
-1
/
+0
2023-10-17
migration/rdma: Unfold ram_control_after_iterate()
Juan Quintela
1
-2
/
+0
2023-10-17
migration/rdma: Unfold ram_control_before_iterate()
Juan Quintela
1
-2
/
+0
2023-09-29
migration/rdma: Simplify the function that saves a page
Juan Quintela
1
-8
/
+6
2023-09-29
migration: Remove unused qemu_file_credit_transfer()
Juan Quintela
1
-8
/
+0
2023-07-26
migration/rdma: Split qemu_fopen_rdma() into input/output functions
Juan Quintela
1
-1
/
+0
2023-07-26
qemu-file: Make qemu_file_get_error_obj() static
Juan Quintela
1
-1
/
+0
2023-07-26
qemu_file: Make qemu_file_is_writable() static
Juan Quintela
1
-1
/
+0
2023-07-26
qemu-file: Rename qemu_file_transferred_ fast -> noflush
Juan Quintela
1
-6
/
+5
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
1
-11
/
+0
2023-05-15
qemu-file: Remove total from qemu_file_total_transferred_*()
Juan Quintela
1
-5
/
+5
2023-05-15
qemu-file: Make rate_limit_used an uint64_t
Juan Quintela
1
-1
/
+1
2023-05-15
qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
Juan Quintela
1
-2
/
+2
2023-05-08
ram compress: Assert that the file buffer matches the result
Lukas Straub
1
-0
/
+1
2023-05-05
qemu-file: Make total_transferred an uint64_t
Juan Quintela
1
-2
/
+2
2023-04-20
migration: mark mixed functions that can suspend
Paolo Bonzini
1
-3
/
+3
2023-02-15
migration/qemu-file: Add qemu_file_get_to_fd()
Avihai Horon
1
-0
/
+1
2022-07-20
migration: Postcopy recover with preempt enabled
Peter Xu
1
-0
/
+1
2022-06-23
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
1
-5
/
+2
2022-06-23
migration: remove the QEMUFileOps 'get_return_path' callback
Daniel P. Berrangé
1
-6
/
+0
2022-06-23
migration: remove the QEMUFileOps 'writev_buffer' callback
Daniel P. Berrangé
1
-9
/
+0
2022-06-23
migration: remove the QEMUFileOps 'get_buffer' callback
Daniel P. Berrangé
1
-9
/
+0
2022-06-22
migration: remove the QEMUFileOps 'close' callback
Daniel P. Berrangé
1
-10
/
+0
2022-06-22
migration: remove the QEMUFileOps 'set_blocking' callback
Daniel P. Berrangé
1
-5
/
+0
2022-06-22
migration: remove the QEMUFileOps 'shut_down' callback
Daniel P. Berrangé
1
-10
/
+0
2022-06-22
migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
Daniel P. Berrangé
1
-5
/
+0
2022-06-22
migration: introduce new constructors for QEMUFile
Daniel P. Berrangé
1
-1
/
+2
2022-06-22
migration: hardcode assumption that QEMUFile is backed with QIOChannel
Daniel P. Berrangé
1
-1
/
+1
2022-06-22
migration: stop passing 'opaque' parameter to QEMUFile hooks
Daniel P. Berrangé
1
-8
/
+6
2022-06-22
migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
Daniel P. Berrangé
1
-1
/
+8
2022-06-22
migration: rename qemu_update_position to qemu_file_credit_transfer
Daniel P. Berrangé
1
-1
/
+8
2022-06-22
migration: rename qemu_ftell to qemu_file_total_transferred
Daniel P. Berrangé
1
-2
/
+31
2021-07-26
migration: Teach QEMUFile to be QIOChannel-aware
Peter Xu
1
-1
/
+3
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
1
-0
/
+1
2019-08-16
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
1
-0
/
+1
2019-08-14
qemu-file: move qemu_{get,put}_counted_string() declarations
Marc-André Lureau
1
-4
/
+0
2019-08-14
migration: add qemu_file_update_transfer interface
Ivan Ren
1
-0
/
+1
2019-08-14
migration: Add error_desc for file channel errors
Yury Kotov
1
-5
/
+10
2019-03-07
slirp: use libslirp migration code
Marc-André Lureau
1
-1
/
+0
2018-04-25
migration: stop compression to allocate and free memory frequently
Xiao Guangrong
1
-2
/
+4
2018-03-13
migration/qemu-file: add qemu_put_counted_string()
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2017-06-13
migration: ram_control_* are implemented in qemu_file
Juan Quintela
1
-0
/
+17
2017-06-01
migration: Split qemu-file.h
Juan Quintela
1
-0
/
+160