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-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
2023-10-17
migration/rdma: Unfold ram_control_before_iterate()
Juan Quintela
5
-25
/
+25
2023-10-17
migration: Create migrate_rdma()
Juan Quintela
5
-1
/
+14
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
5
-13
/
+9
2023-10-17
migration: Add the configuration vmstate to the json writer
Nikolay Borisov
2
-4
/
+17
2023-10-17
migration: fix RAMBlock add NULL check
Dmitry Frolov
1
-0
/
+5
2023-10-17
migration: Allow user to specify available switchover bandwidth
Peter Xu
6
-5
/
+66
2023-10-17
migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
Philippe Mathieu-Daudé
1
-11
/
+6
2023-10-17
migration: refactor migration_completion
Wei Wang
1
-72
/
+93
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
2
-0
/
+4
2023-10-11
migration: Add migration_rp_wait|kick()
Peter Xu
3
-11
/
+34
2023-10-11
migration: Remember num of ramblocks to sync during recovery
Peter Xu
1
-3
/
+14
2023-10-11
qemufile: Always return a verbose error
Peter Xu
1
-3
/
+12
2023-10-11
migration: Introduce migrate_has_error()
Peter Xu
2
-0
/
+8
2023-10-11
migration: Display error in query-migrate irrelevant of status
Peter Xu
1
-3
/
+5
2023-10-11
migration/rdma: Replace flawed device detail dump by tracing
Markus Armbruster
2
-15
/
+10
2023-10-11
migration/rdma: Use error_report() & friends instead of stderr
Markus Armbruster
1
-23
/
+21
2023-10-11
migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
Markus Armbruster
1
-2
/
+2
2023-10-11
migration/rdma: Silence qemu_rdma_register_and_get_keys()
Markus Armbruster
1
-9
/
+0
2023-10-11
migration/rdma: Silence qemu_rdma_block_for_wrid()
Markus Armbruster
1
-16
/
+0
2023-10-11
migration/rdma: Don't report received completion events as error
Markus Armbruster
1
-2
/
+2
2023-10-11
migration/rdma: Silence qemu_rdma_reg_control()
Markus Armbruster
1
-1
/
+0
2023-10-11
migration/rdma: Silence qemu_rdma_connect()
Markus Armbruster
1
-10
/
+4
2023-10-11
migration/rdma: Silence qemu_rdma_resolve_host()
Markus Armbruster
1
-1
/
+0
2023-10-11
migration/rdma: Convert qemu_rdma_alloc_pd_cq() to Error
Markus Armbruster
1
-13
/
+9
2023-10-11
migration/rdma: Convert qemu_rdma_post_recv_control() to Error
Markus Armbruster
1
-12
/
+10
2023-10-11
migration/rdma: Convert qemu_rdma_post_send_control() to Error
Markus Armbruster
1
-14
/
+17
2023-10-11
migration/rdma: Convert qemu_rdma_write() to Error
Markus Armbruster
1
-10
/
+6
[next]