index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
qemu-file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: simplify error reporting after channel read
Daniel P. Berrangé
2025-10-03
1
-5
/
+1
*
migration: Update qemu_file_get_return_path() docs and remove dead checks
Arun Menon
2025-10-03
1
-1
/
+0
*
migration: qemu_file_set_blocking(): add errp parameter
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-2
/
+2
*
migration/qemu-file: don't make incoming fds blocking again
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-1
/
+2
*
cleanup: Drop pointless return at end of function
Markus Armbruster
2025-04-24
1
-2
/
+0
*
migration: SCM_RIGHTS for QEMUFile
Steve Sistare
2025-01-29
1
-4
/
+80
*
migration: remove unnecessary zlib dependency
Paolo Bonzini
2024-05-25
1
-1
/
+0
*
migration: Remove non-multifd compression
Fabiano Rosas
2024-05-08
1
-78
/
+0
*
migration: Report error when shutdown fails
Cédric Le Goater
2024-03-11
1
-1
/
+4
*
migration/qemu-file: add utility methods for working with seekable channels
Fabiano Rosas
2024-03-01
1
-0
/
+106
*
migration: Refactor error handling in source return path
Peter Xu
2023-11-02
1
-1
/
+1
*
qemu-file: Make qemu_fflush() return errors
Juan Quintela
2023-10-31
1
-16
/
+7
*
qemu-file: Simplify qemu_file_get_error()
Juan Quintela
2023-10-31
1
-1
/
+1
*
qemu-file: Remove _noflush from qemu_file_transferred_noflush()
Juan Quintela
2023-10-31
1
-1
/
+1
*
qemu_file: Remove unused qemu_file_transferred()
Juan Quintela
2023-10-31
1
-7
/
+0
*
qemu_file: total_transferred is not used anymore
Juan Quintela
2023-10-31
1
-4
/
+0
*
qemu_file: Use a stat64 for qemu_file_transferred
Juan Quintela
2023-10-31
1
-2
/
+3
*
qemu-file: Don't increment qemu_file_transferred at qemu_file_fill_buffer
Juan Quintela
2023-10-31
1
-1
/
+3
*
qemu-file: Remove QEMUFileHooks
Juan Quintela
2023-10-17
1
-6
/
+0
*
migration/rdma: Create rdma_control_save_page()
Juan Quintela
2023-10-17
1
-20
/
+0
*
migration/rdma: Unfold hook_ram_load()
Juan Quintela
2023-10-17
1
-10
/
+0
*
migration/rdma: Unfold ram_control_after_iterate()
Juan Quintela
2023-10-17
1
-12
/
+0
*
migration/rdma: Unfold ram_control_before_iterate()
Juan Quintela
2023-10-17
1
-12
/
+1
*
qemufile: Always return a verbose error
Peter Xu
2023-10-11
1
-3
/
+12
*
migration/rdma: Simplify the function that saves a page
Juan Quintela
2023-09-29
1
-6
/
+6
*
migration: Remove unused qemu_file_credit_transfer()
Juan Quintela
2023-09-29
1
-5
/
+0
*
migration/rdma: Don't use imaginary transfers
Juan Quintela
2023-09-29
1
-4
/
+1
*
migration/rdma: Split qemu_fopen_rdma() into input/output functions
Juan Quintela
2023-07-26
1
-12
/
+0
*
qemu-file: Make qemu_file_get_error_obj() static
Juan Quintela
2023-07-26
1
-1
/
+1
*
qemu-file: Simplify qemu_file_shutdown()
Juan Quintela
2023-07-26
1
-4
/
+2
*
qemu_file: Make qemu_file_is_writable() static
Juan Quintela
2023-07-26
1
-1
/
+1
*
qemu-file: Rename qemu_file_transferred_ fast -> noflush
Juan Quintela
2023-07-26
1
-1
/
+1
*
migration: We don't need the field rate_limit_used anymore
Juan Quintela
2023-05-18
1
-4
/
+0
*
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
2023-05-18
1
-50
/
+2
*
qemu-file: Account for rate_limit usage on qemu_fflush()
Juan Quintela
2023-05-18
1
-4
/
+3
*
migration: Don't use INT64_MAX for unlimited rate
Juan Quintela
2023-05-18
1
-1
/
+5
*
qemu-file: Remove total from qemu_file_total_transferred_*()
Juan Quintela
2023-05-15
1
-2
/
+2
*
qemu-file: Make rate_limit_used an uint64_t
Juan Quintela
2023-05-15
1
-2
/
+2
*
qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
Juan Quintela
2023-05-15
1
-3
/
+3
*
migration: We set the rate_limit by a second
Juan Quintela
2023-05-15
1
-1
/
+5
*
ram compress: Assert that the file buffer matches the result
Lukas Straub
2023-05-08
1
-0
/
+11
*
qemu-file: Make ram_control_save_page() use accessors for rate_limit
Juan Quintela
2023-05-05
1
-1
/
+1
*
qemu-file: Make total_transferred an uint64_t
Juan Quintela
2023-05-05
1
-4
/
+4
*
qemu-file: remove shutdown member
Juan Quintela
2023-05-05
1
-7
/
+3
*
qemu-file: No need to check for shutdown in qemu_file_rate_limit
Juan Quintela
2023-05-05
1
-3
/
+0
*
migration/rdma: It makes no sense to recive that flag without RDMA
Juan Quintela
2023-05-05
1
-8
/
+0
*
migration/rdma: simplify ram_control_load_hook()
Juan Quintela
2023-05-05
1
-4
/
+2
*
migration: mark mixed functions that can suspend
Paolo Bonzini
2023-04-20
1
-7
/
+7
*
migration/qemu-file: Add qemu_file_get_to_fd()
Avihai Horon
2023-02-15
1
-0
/
+34
*
migration: Fix race on qemu_file_shutdown()
Peter Xu
2022-11-21
1
-3
/
+24
[next]