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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
migration.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
migration: Centralize BH creation and dispatch
Fabiano Rosas
1
-4
/
+1
2024-01-29
migration: Make threshold_size an uint64_t
Peter Xu
1
-1
/
+1
2024-01-04
migration: Remove errp parameter in migration_fd_process_incoming()
Avihai Horon
1
-1
/
+1
2024-01-04
migration: Remove migrate_max_downtime() declaration
Avihai Horon
1
-2
/
+0
2023-11-02
migration: Implement MigrateChannelList to hmp migration flow.
Het Gala
1
-1
/
+2
2023-11-02
migration: Allow network to fail even during recovery
Peter Xu
1
-2
/
+6
2023-11-02
migration: Refactor error handling in source return path
Peter Xu
1
-1
/
+0
2023-11-01
migration: migration_stop_vm() helper
Peter Xu
1
-0
/
+2
2023-10-17
migration: Create migrate_rdma()
Juan Quintela
1
-0
/
+2
2023-10-17
migration: Allow user to specify available switchover bandwidth
Peter Xu
1
-1
/
+1
2023-10-11
migration: Add migration_rp_wait|kick()
Peter Xu
1
-0
/
+15
2023-10-11
migration: Introduce migrate_has_error()
Peter Xu
1
-0
/
+1
2023-09-27
migration: Replace the return path retry logic
Fabiano Rosas
1
-1
/
+0
2023-09-27
migration: Fix race that dest preempt thread close too early
Peter Xu
1
-1
/
+12
2023-09-11
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
1
-1
/
+1
2023-09-11
migration: Add migration prefix to functions in target.c
Avihai Horon
1
-2
/
+2
2023-07-25
migration: spelling fixes
Michael Tokarev
1
-2
/
+2
2023-07-08
migration: unexport migrate_fd_error()
Laszlo Ersek
1
-1
/
+0
2023-06-30
vfio/migration: Reset bytes_transferred properly
Avihai Horon
1
-0
/
+1
2023-06-30
migration: Implement switchover ack logic
Avihai Horon
1
-0
/
+14
2023-06-02
migration: switch from .vm_was_running to .vm_old_state
Vladimir Sementsov-Ogievskiy
1
-3
/
+6
2023-05-18
migration: split migration_incoming_co
Vladimir Sementsov-Ogievskiy
1
-1
/
+8
2023-05-10
migration: drop colo_incoming_thread from MigrationIncomingState
Vladimir Sementsov-Ogievskiy
1
-2
/
+0
2023-04-27
multifd: Only flush once each full round of memory
Juan Quintela
1
-2
/
+1
2023-04-27
multifd: Create property multifd-flush-after-each-section
Juan Quintela
1
-0
/
+12
2023-04-27
migration: Move migrate_use_tls() to options.c
Juan Quintela
1
-2
/
+0
2023-04-24
migration: Move migrate_postcopy() to options.c
Juan Quintela
1
-2
/
+0
2023-04-24
migration: Create migrate_max_cpu_throttle()
Juan Quintela
1
-2
/
+0
2023-04-24
migration: Move migrate_use_block_incremental() to option.c
Juan Quintela
1
-1
/
+0
2023-04-24
migration: Move parameters functions to option.c
Juan Quintela
1
-11
/
+0
2023-04-24
migration: Move migrate_use_return() to options.c
Juan Quintela
1
-1
/
+0
2023-04-24
migration: Move migrate_use_block() to options.c
Juan Quintela
1
-1
/
+0
2023-04-24
migration: Move migrate_use_xbzrle() to options.c
Juan Quintela
1
-1
/
+0
2023-04-24
migration: Move migrate_use_zero_copy_send() to options.c
Juan Quintela
1
-5
/
+0
2023-04-24
migration: Move migrate_use_multifd() to options.c
Juan Quintela
1
-1
/
+0
2023-04-24
migration: Move migrate_use_events() to options.c
Juan Quintela
1
-1
/
+0
2023-04-24
migration: Move migrate_use_compression() to options.c
Juan Quintela
1
-1
/
+0
2023-04-24
migration: Move migrate_colo_enabled() to options.c
Juan Quintela
1
-1
/
+0
2023-04-24
migration: Create options.c
Juan Quintela
1
-12
/
+0
2023-04-24
migration: rename enabled_capabilities to capabilities
Juan Quintela
1
-1
/
+1
2023-04-12
migration: Recover behavior of preempt channel creation for pre-7.2
Peter Xu
1
-0
/
+7
2023-04-12
migration: Fix potential race on postcopy_qemufile_src
Peter Xu
1
-1
/
+33
2023-02-11
migration: Postpone postcopy preempt channel to be after main
Peter Xu
1
-0
/
+6
2023-02-11
migration: Add a semaphore to count PONGs
Peter Xu
1
-0
/
+6
2023-02-11
migration: Rework multi-channel checks on URI
Peter Xu
1
-3
/
+0
2023-02-06
migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
David Hildenbrand
1
-0
/
+4
2022-12-15
migration: Remove old preempt code around state maintainance
Peter Xu
1
-7
/
+0
2022-07-20
migration: Add property x-postcopy-preempt-break-huge
Peter Xu
1
-0
/
+7
2022-07-20
migration: Create the postcopy preempt channel asynchronously
Peter Xu
1
-0
/
+7
2022-07-20
migration: Postcopy recover with preempt enabled
Peter Xu
1
-0
/
+19
[next]