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
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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: Improve json and formatting
Juan Quintela
1
-4
/
+3
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
6
-14
/
+10
2023-10-17
tests/qtest: migration-test: Add tests for file-based migration
Fabiano Rosas
1
-0
/
+147
2023-10-17
tests/qtest/migration: Add a test for the analyze-migration script
Fabiano Rosas
2
-0
/
+62
2023-10-17
migration: Fix analyze-migration read operation signedness
Fabiano Rosas
1
-3
/
+3
2023-10-17
migration: Fix analyze-migration.py when ignore-shared is used
Fabiano Rosas
1
-0
/
+5
2023-10-17
migration: Add capability parsing to analyze-migration.py
Fabiano Rosas
1
-0
/
+38
2023-10-17
migration: Fix analyze-migration.py 'configuration' parsing
Fabiano Rosas
1
-4
/
+14
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
7
-6
/
+99
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-13
hw/ufs: Fix incorrect register fields
Jeuk Kim
1
-2
/
+2
2023-10-13
hw/ufs: Fix code coverity issues
Jeuk Kim
3
-15
/
+13
2023-10-13
LoongArch: step down as general arch maintainer
Xiaojuan Yang
1
-2
/
+0
2023-10-13
hw/loongarch/virt: Remove unused 'loongarch_virt_pm' region
Song Gao