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
/
ram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-03
migration: Unlock mutex in error case
Juan Quintela
1
-52
/
+52
2023-11-02
migration: Change ram_dirty_bitmap_reload() retval to bool
Peter Xu
1
-12
/
+12
2023-11-02
migration: Allow network to fail even during recovery
Peter Xu
1
-1
/
+3
2023-11-02
migration: Refactor error handling in source return path
Peter Xu
1
-20
/
+21
2023-10-31
qemu-file: Make qemu_fflush() return errors
Juan Quintela
1
-15
/
+7
2023-10-31
migration: Remove transferred atomic counter
Juan Quintela
1
-1
/
+0
2023-10-31
migration: Use migration_transferred_bytes()
Juan Quintela
1
-3
/
+3
2023-10-31
migration: Stop migration immediately in RDMA error paths
Peter Xu
1
-11
/
+10
2023-10-30
migration/ram: Fix compilation with -Wshadow=local
Thomas Huth
1
-3
/
+5
2023-10-30
migration: Rename ram_compressed_pages() to compress_ram_pages()
Juan Quintela
1
-1
/
+1
2023-10-30
migration: Move ram_flush_compressed_data() to ram-compress.c
Juan Quintela
1
-13
/
+4
2023-10-30
migration: Export send_queued_data()
Juan Quintela
1
-3
/
+3
2023-10-30
migration: Create compress_update_rates()
Juan Quintela
1
-28
/
+1
2023-10-30
migration: Move busy++ to migrate_with_multithread
Juan Quintela
1
-6
/
+2
2023-10-30
migration: Make compress_data_with_multithreads return bool
Juan Quintela
1
-2
/
+1
2023-10-30
migration: Remove save_page_use_compression()
Juan Quintela
1
-27
/
+7
2023-10-30
migration: Rename ram_handle_compressed() to ram_handle_zero()
Juan Quintela
1
-5
/
+5
2023-10-30
migration: Receiving a zero page non zero is an error
Juan Quintela
1
-4
/
+11
2023-10-20
migration: Fix parse_ramblock() on overwritten retvals
Peter Xu
1
-2
/
+3
2023-10-18
migration: save_zero_page() can take block through pss
Juan Quintela
1
-7
/
+6
2023-10-18
migration: control_save_page() can take block through pss
Juan Quintela
1
-3
/
+3
2023-10-18
migration: save_compress_page() can take block through pss
Juan Quintela
1
-4
/
+5
2023-10-17
migration: Move update_compress_threads_counts() to ram-compress.c
Juan Quintela
1
-15
/
+0
2023-10-17
migration: Create ram_compressed_pages()
Juan Quintela
1
-1
/
+1
2023-10-17
migration/ram: Merge save_zero_page functions
Fabiano Rosas
1
-33
/
+13
2023-10-17
migration/ram: Move xbzrle zero page handling into save_zero_page
Fabiano Rosas
1
-15
/
+20
2023-10-17
migration/ram: Stop passing QEMUFile around in save_zero_page
Fabiano Rosas
1
-5
/
+6
2023-10-17
migration/ram: Remove RAMState from xbzrle_cache_zero_page
Fabiano Rosas
1
-3
/
+2
2023-10-17
migration/ram: Refactor precopy ram loading code
Nikolay Borisov
1
-64
/
+82
2023-10-17
migration/rdma: Remove qemu_ prefix from exported functions
Juan Quintela
1
-7
/
+7
2023-10-17
migration/rdma: Move rdma constants from qemu-file.h to rdma.h
Juan Quintela
1
-1
/
+1
2023-10-17
migration/rdma: Create rdma_control_save_page()
Juan Quintela
1
-2
/
+2
2023-10-17
migration/rdma: Unfold hook_ram_load()
Juan Quintela
1
-2
/
+4
2023-10-17
migration/rdma: Remove all uses of RAM_CONTROL_HOOK
Juan Quintela
1
-1
/
+4
2023-10-17
migration/rdma: Unfold ram_control_after_iterate()
Juan Quintela
1
-3
/
+14
2023-10-17
migration/rdma: Unfold ram_control_before_iterate()
Juan Quintela
1
-3
/
+13
2023-10-17
migration: Non multifd migration don't care about multifd flushes
Juan Quintela
1
-6
/
+9
2023-10-17
migration: hold the BQL during setup
Fiona Ebner
1
-3
/
+3
2023-10-17
migration: fix RAMBlock add NULL check
Dmitry Frolov
1
-0
/
+5
2023-10-17
migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
Philippe Mathieu-Daudé
1
-11
/
+6
2023-10-11
migration: Add migration_rp_wait|kick()
Peter Xu
1
-9
/
+7
2023-10-11
migration: Remember num of ramblocks to sync during recovery
Peter Xu
1
-3
/
+14
2023-10-02
Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
1
-15
/
+3
2023-09-29
migration/rdma: Simplify the function that saves a page
Juan Quintela
1
-7
/
+3
2023-09-29
migration/rdma: Don't use imaginary transfers
Juan Quintela
1
-1
/
+0
2023-09-29
migration/RDMA: It is accounting for zero/normal pages in two places
Juan Quintela
1
-7
/
+0
2023-09-29
migration: Clean up local variable shadowing
Markus Armbruster
1
-5
/
+3
2023-07-26
migration: Implement dirty-limit convergence algo
Hyman Huang(黄勇)
1
-0
/
+36
2023-07-26
migration: Put the detection logic before auto-converge checking
Hyman Huang(黄勇)
1
-10
/
+11
2023-07-26
migration: Refactor auto-converge capability logic
Hyman Huang(黄勇)
1
-1
/
+5
[next]