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
/
migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
migration: Implement MigrateChannelList to hmp migration flow.
Het Gala
1
-3
/
+2
2023-11-02
migration: Implement MigrateChannelList to qmp migration flow.
Het Gala
1
-46
/
+55
2023-11-02
migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
Het Gala
1
-11
/
+14
2023-11-02
migration: New migrate and migrate-incoming argument 'channels'
Het Gala
1
-5
/
+51
2023-11-02
migration: Convert the file backend to the new QAPI syntax
Fabiano Rosas
1
-6
/
+4
2023-11-02
migration: convert exec backend to accept MigrateAddress.
Het Gala
1
-4
/
+4
2023-11-02
migration: convert rdma backend to accept MigrateAddress
Het Gala
1
-4
/
+4
2023-11-02
migration: convert socket backend to accept MigrateAddress
Het Gala
1
-12
/
+18
2023-11-02
migration: convert migration 'uri' into 'MigrateAddress'
Het Gala
1
-0
/
+63
2023-11-02
migration: Change ram_dirty_bitmap_reload() retval to bool
Peter Xu
1
-9
/
+9
2023-11-02
migration: Allow network to fail even during recovery
Peter Xu
1
-5
/
+58
2023-11-02
migration: Refactor error handling in source return path
Peter Xu
1
-68
/
+53
2023-11-01
migration: per-mode blockers
Steve Sistare
1
-13
/
+82
2023-11-01
migration: Add tracepoints for downtime checkpoints
Peter Xu
1
-1
/
+15
2023-11-01
migration: migration_stop_vm() helper
Peter Xu
1
-3
/
+8
2023-11-01
migration: Add migration_downtime_start|end() helpers
Peter Xu
1
-13
/
+24
2023-11-01
migration: Set downtime_start even for postcopy
Peter Xu
1
-2
/
+3
2023-10-31
qemu-file: Make qemu_fflush() return errors
Juan Quintela
1
-6
/
+1
2023-10-31
migration: Use migration_transferred_bytes()
Juan Quintela
1
-1
/
+1
2023-10-31
migration: migration_rate_limit_reset() don't need the QEMUFile
Juan Quintela
1
-1
/
+1
2023-10-31
migration: migration_transferred_bytes() don't need the QEMUFile
Juan Quintela
1
-3
/
+3
2023-10-31
migration: migrate 'blk' command option is deprecated.
Juan Quintela
1
-0
/
+5
2023-10-31
migration: migrate 'inc' command option is deprecated.
Juan Quintela
1
-0
/
+5
2023-10-20
migration: simplify notifiers
Steve Sistare
1
-6
/
+16
2023-10-20
migration: simplify blockers
Steve Sistare
1
-8
/
+14
2023-10-17
migration: Create populate_compress()
Juan Quintela
1
-10
/
+1
2023-10-17
migration: Move compression_counters cleanup ram-compress.c
Juan Quintela
1
-3
/
+1
2023-10-17
migration: RDMA is not compatible with anything else
Juan Quintela
1
-0
/
+12
2023-10-17
migration: Create migrate_rdma()
Juan Quintela
1
-0
/
+1
2023-10-17
migration: hold the BQL during setup
Fiona Ebner
1
-0
/
+6
2023-10-17
migration: Add the configuration vmstate to the json writer
Nikolay Borisov
1
-0
/
+1
2023-10-17
migration: Allow user to specify available switchover bandwidth
Peter Xu
1
-3
/
+21
2023-10-17
migration: refactor migration_completion
Wei Wang
1
-72
/
+93
2023-10-11
migration: Add migration_rp_wait|kick()
Peter Xu
1
-2
/
+12
2023-10-11
migration: Introduce migrate_has_error()
Peter Xu
1
-0
/
+7
2023-10-11
migration: Display error in query-migrate irrelevant of status
Peter Xu
1
-3
/
+5
2023-10-11
migration: Set migration status early in incoming side
Fabiano Rosas
1
-2
/
+5
2023-10-04
migration: file URI
Steve Sistare
1
-0
/
+5
2023-09-29
migration: Refactor repeated call of yank_unregister_instance
Tejus GK
1
-4
/
+0
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
1
-49
/
+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
1
-1
/
+2
2023-09-11
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
1
-2
/
+13
2023-09-11
migration: Move more initializations to migrate_init()
Avihai Horon
1
-7
/
+7
2023-09-11
migration: Add migration prefix to functions in target.c
Avihai Horon
1
-3
/
+3
[next]