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-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
2023-07-12
migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
David Hildenbrand
1
-7
/
+7
2023-06-13
exec/memory: Introduce RAM_NAMED_FILE flag
Steve Sistare
1
-1
/
+2
2023-05-23
migration/xbzrle: Use i386 host/cpuinfo.h
Richard Henderson
1
-31
/
+3
2023-05-18
Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...
Richard Henderson
1
-1
/
+1
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
1
-1
/
+1
2023-05-18
migration: Add last stage indicator to global dirty log
Gavin Shan
1
-10
/
+10
2023-05-10
ram: Let colo_flush_ram_cache take the bitmap_mutex
Lukas Straub
1
-0
/
+2
2023-05-10
ram: Add public helper to set colo bitmap
Lukas Straub
1
-3
/
+14
2023-05-08
migration: Initialize and cleanup decompression in migration.c
Lukas Straub
1
-5
/
+0
2023-05-08
ram compress: Assert that the file buffer matches the result
Lukas Straub
1
-0
/
+2
2023-05-08
ram.c: Move core decompression code into its own file
Lukas Straub
1
-204
/
+0
2023-05-08
ram.c: Move core compression code into its own file
Lukas Straub
1
-261
/
+1
2023-05-08
ram.c: Remove last ram.c dependency from the core compress code
Lukas Straub
1
-10
/
+17
2023-05-08
ram.c: Call update_compress_thread_counts from compress_send_queued_data
Lukas Straub
1
-12
/
+6
2023-05-08
ram.c: Do not call save_page_header() from compress threads
Lukas Straub
1
-9
/
+35
2023-05-08
ram.c: Reset result after sending queued data
Lukas Straub
1
-10
/
+22
2023-05-08
ram.c: Dont change param->block in the compress thread
Lukas Straub
1
-2
/
+4
2023-05-08
ram.c: Let the compress threads return a CompressResult enum
Lukas Straub
1
-12
/
+22
2023-05-05
migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
Juan Quintela
1
-7
/
+5
[next]