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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
migration: Rename ram_compressed_pages() to compress_ram_pages()
Juan Quintela
3
-3
/
+3
2023-10-30
migration: Merge flush_compressed_data() and compress_flush_data()
Juan Quintela
2
-12
/
+6
2023-10-30
migration: Move ram_flush_compressed_data() to ram-compress.c
Juan Quintela
3
-13
/
+14
2023-10-30
migration: Export send_queued_data()
Juan Quintela
2
-3
/
+4
2023-10-30
migration: Create compress_update_rates()
Juan Quintela
4
-30
/
+43
2023-10-30
migration: Move busy++ to migrate_with_multithread
Juan Quintela
2
-6
/
+3
2023-10-30
migration: Simplify compress_page_with_multithread()
Juan Quintela
1
-24
/
+24
2023-10-30
migration: Make compress_data_with_multithreads return bool
Juan Quintela
3
-11
/
+13
2023-10-30
migration: Remove save_page_use_compression()
Juan Quintela
1
-27
/
+7
2023-10-30
migration: Give one error if trying to set COMPRESSION and XBZRLE
Juan Quintela
1
-0
/
+7
2023-10-30
migration: Give one error if trying to set MULTIFD and XBZRLE
Juan Quintela
1
-0
/
+7
2023-10-30
migration: Rename ram_handle_compressed() to ram_handle_zero()
Juan Quintela
3
-7
/
+7
2023-10-30
migration: Receiving a zero page non zero is an error
Juan Quintela
2
-5
/
+16
2023-10-20
migration/multifd: Stop checking p->quit in multifd_send_thread
Fabiano Rosas
1
-3
/
+0
2023-10-20
migration: simplify notifiers
Steve Sistare
1
-6
/
+16
2023-10-20
migration: Fix parse_ramblock() on overwritten retvals
Peter Xu
1
-2
/
+3
2023-10-20
migration: simplify blockers
Steve Sistare
1
-8
/
+14
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: Print block status when needed
Juan Quintela
1
-3
/
+2
2023-10-17
migration: Use "i" as an for index in ram-compress.c
Juan Quintela
1
-31
/
+25
2023-10-17
migration: Simplify decompress_data_with_multi_threads()
Juan Quintela
1
-6
/
+2
2023-10-17
migration: Move update_compress_threads_counts() to ram-compress.c
Juan Quintela
3
-15
/
+18
2023-10-17
migration: Create ram_compressed_pages()
Juan Quintela
3
-1
/
+8
2023-10-17
migration: Create populate_compress()
Juan Quintela
3
-10
/
+17
2023-10-17
migration: Move compression_counters cleanup ram-compress.c
Juan Quintela
2
-3
/
+6
2023-10-17
migration: RDMA is not compatible with anything else
Juan Quintela
1
-0
/
+12
2023-10-17
migration/multifd: Clarify Error usage in multifd_channel_connect
Fabiano Rosas
2
-33
/
+30
2023-10-17
migration/multifd: Unify multifd_send_thread error paths
Fabiano Rosas
1
-9
/
+3
2023-10-17
migration/multifd: Remove direct "socket" references
Fabiano Rosas
1
-6
/
+16
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
multifd: reset next_packet_len after sending pages
Elena Ufimtseva
1
-0
/
+1
2023-10-17
multifd: fix counters in multifd_send_thread
Elena Ufimtseva
1
-4
/
+4
2023-10-17
migration: check for rate_limit_max for RATE_LIMIT_DISABLED
Elena Ufimtseva
1
-4
/
+5
2023-10-17
migration/rdma: Remove all "ret" variables that are used only once
Juan Quintela
1
-21
/
+8
2023-10-17
migration/rdma: Declare for index variables local
Juan Quintela
1
-26
/
+18
2023-10-17
migration/rdma: Use i as for index instead of idx
Juan Quintela
1
-27
/
+22
2023-10-17
migration/rdma: Check sooner if we are in postcopy for save_page()
Juan Quintela
1
-5
/
+1
2023-10-17
migration/rdma: Remove qemu_ prefix from exported functions
Juan Quintela
4
-48
/
+46
2023-10-17
migration/rdma: Move rdma constants from qemu-file.h to rdma.h
Juan Quintela
3
-18
/
+17
2023-10-17
qemu-file: Remove QEMUFileHooks
Juan Quintela
3
-19
/
+0
2023-10-17
migration/rdma: Create rdma_control_save_page()
Juan Quintela
5
-35
/
+30
2023-10-17
migration/rdma: Unfold hook_ram_load()
Juan Quintela
5
-46
/
+18
2023-10-17
migration/rdma: Remove all uses of RAM_CONTROL_HOOK
Juan Quintela
4
-7
/
+14
2023-10-17
migration/rdma: Unfold ram_control_after_iterate()
Juan Quintela
5
-22
/
+21
[prev]
[next]