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-02
Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
9
-85
/
+60
2023-09-29
migration/rdma: Simplify the function that saves a page
Juan Quintela
4
-37
/
+18
2023-09-29
migration: Remove unused qemu_file_credit_transfer()
Juan Quintela
2
-13
/
+0
2023-09-29
migration/rdma: Don't use imaginary transfers
Juan Quintela
2
-5
/
+1
2023-09-29
migration/rdma: Remove QEMUFile parameter when not used
Juan Quintela
1
-12
/
+11
2023-09-29
migration/RDMA: It is accounting for zero/normal pages in two places
Juan Quintela
1
-7
/
+0
2023-09-29
migration: Don't abuse qemu_file transferred for RDMA
Juan Quintela
4
-5
/
+28
2023-09-29
migration: Use qemu_file_transferred_noflush() for block migration.
Juan Quintela
1
-2
/
+2
2023-09-29
migration: Refactor repeated call of yank_unregister_instance
Tejus GK
1
-4
/
+0
2023-09-29
migration: Clean up local variable shadowing
Markus Armbruster
4
-11
/
+11
2023-09-29
migration/rdma: Fix save_page method to fail on polling error
Markus Armbruster
1
-2
/
+4
2023-09-27
migration: Move return path cleanup to main migration thread
Fabiano Rosas
1
-1
/
+10
2023-09-27
migration: Replace the return path retry logic
Fabiano Rosas
2
-50
/
+11
2023-09-27
migration: Consolidate return path closing code
Fabiano Rosas
1
-15
/
+14
2023-09-27
migration: Remove redundant cleanup of postcopy_qemufile_src
Fabiano Rosas
1
-6
/
+0
2023-09-27
migration: Fix possible race when shutting down to_dst_file
Fabiano Rosas
1
-7
/
+11
2023-09-27
migration: Fix possible races when shutting down the return path
Fabiano Rosas
1
-9
/
+10
2023-09-27
migration: Fix possible race when setting rp_state.error
Fabiano Rosas
1
-1
/
+0
2023-09-27
migration: Fix race that dest preempt thread close too early
Peter Xu
3
-3
/
+51
2023-09-11
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
4
-4
/
+43
2023-09-11
migration: Move more initializations to migrate_init()
Avihai Horon
2
-10
/
+7
2023-09-11
migration: Add migration prefix to functions in target.c
Avihai Horon
4
-10
/
+10
2023-09-07
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2
-13
/
+15
2023-08-30
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
1
-2
/
+9
2023-08-30
block-migration: Ensure we don't crash during migration cleanup
Fabiano Rosas
1
-2
/
+9
2023-08-29
migration/dirtyrate: Fix precision losses and g_usleep overshoot
Andrei Gudkov
1
-2
/
+8
2023-07-26
migration/rdma: Split qemu_fopen_rdma() into input/output functions
Juan Quintela
3
-33
/
+19
2023-07-26
qemu-file: Make qemu_file_get_error_obj() static
Juan Quintela
2
-2
/
+1
2023-07-26
qemu-file: Simplify qemu_file_shutdown()
Juan Quintela
1
-4
/
+2
2023-07-26
qemu_file: Make qemu_file_is_writable() static
Juan Quintela
2
-2
/
+1
2023-07-26
migration: Change qemu_file_transferred to noflush
Juan Quintela
1
-1
/
+1
2023-07-26
qemu-file: Rename qemu_file_transferred_ fast -> noflush
Juan Quintela
4
-11
/
+10
2023-07-26
migration: enforce multifd and postcopy preempt to be set before incoming
Wei Wang
1
-0
/
+15
2023-07-26
migration: Update error description whenever migration fails
Tejus GK
1
-7
/
+12
2023-07-26
migration: Extend query-migrate to provide dirty page limit info
Hyman Huang(黄勇)
2
-0
/
+20
2023-07-26
migration: Implement dirty-limit convergence algo
Hyman Huang(黄勇)
3
-0
/
+40
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-26
migration: Introduce dirty-limit capability
Hyman Huang(黄勇)
2
-1
/
+23
2023-07-26
qapi/migration: Introduce vcpu-dirty-limit parameters
Hyman Huang(黄勇)
2
-0
/
+29
2023-07-26
qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
Hyman Huang(黄勇)
2
-0
/
+36
2023-07-26
migration/multifd: Protect accesses to migration_threads
Fabiano Rosas
2
-3
/
+14
2023-07-26
migration/multifd: Rename threadinfo.c functions
Fabiano Rosas
4
-9
/
+8
2023-07-25
migration: spelling fixes
Michael Tokarev
7
-8
/
+8
2023-07-12
migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
David Hildenbrand
3
-10
/
+9
2023-07-08
migration: unexport migrate_fd_error()
Laszlo Ersek
2
-2
/
+1
2023-07-08
migration: factor out "resume_requested" in qmp_migrate()
Laszlo Ersek
1
-4
/
+6
2023-06-30
vfio/migration: Reset bytes_transferred properly
Avihai Horon
4
-2
/
+18
2023-06-30
migration: Enable switchover ack capability
Avihai Horon
1
-4
/
+0
2023-06-30
migration: Implement switchover ack logic
Avihai Horon
5
-2
/
+102
[next]