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
2024-06-21
migration/postcopy: Add postcopy-recover-setup phase
Peter Xu
1
-6
/
+34
2024-06-21
migration: Cleanup incoming migration setup state change
Peter Xu
1
-2
/
+26
2024-06-21
migration: Use MigrationStatus instead of int
Peter Xu
1
-17
/
+7
2024-06-21
migration: Rename thread debug names
Peter Xu
1
-3
/
+3
2024-06-21
migration/multifd: Add direct-io support
Fabiano Rosas
1
-0
/
+23
2024-05-22
Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qem...
Richard Henderson
1
-6
/
+6
2024-05-22
migration/colo: make colo_incoming_co() return void
Li Zhijian
1
-3
/
+3
2024-05-22
migration/colo: Minor fix for colo error message
Li Zhijian
1
-3
/
+3
2024-05-16
migration: Extend migration_file_set_error() with Error* argument
Cédric Le Goater
1
-2
/
+4
2024-05-08
migration: Remove non-multifd compression
Fabiano Rosas
1
-13
/
+0
2024-05-08
migration: Remove block migration
Fabiano Rosas
1
-15
/
+0
2024-05-08
migration: Remove 'blk/-b' option from migrate commands
Fabiano Rosas
1
-27
/
+4
2024-05-08
migration: Remove 'inc' option from migrate command
Fabiano Rosas
1
-17
/
+7
2024-05-08
migration: Remove 'skipped' field from MigrationStats
Fabiano Rosas
1
-2
/
+0
2024-05-08
qapi: introduce exit-on-error parameter for migrate-incoming
Vladimir Sementsov-Ogievskiy
1
-6
/
+27
2024-05-08
migration: process_incoming_migration_co(): rework error reporting
Vladimir Sementsov-Ogievskiy
1
-10
/
+13
2024-05-08
migration: process_incoming_migration_co(): fix reporting s->error
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2024-05-08
migration: process_incoming_migration_co(): complete cleanup on failure
Vladimir Sementsov-Ogievskiy
1
-4
/
+1
2024-05-08
migration: move trace-point from migrate_fd_error to migrate_set_error
Vladimir Sementsov-Ogievskiy
1
-1
/
+3
2024-04-24
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
1
-1
/
+1
2024-04-24
qapi: Inline and remove QERR_MIGRATION_ACTIVE definition
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-23
migration: Add Error** argument to qemu_savevm_state_setup()
Cédric Le Goater
1
-2
/
+31
2024-03-31
migration/postcopy: Ensure postcopy_start() sets errp if it fails
Avihai Horon
1
-0
/
+8
2024-03-31
migration: Set migration error in migration_completion()
Avihai Horon
1
-0
/
+10
2024-03-22
migration/postcopy: Fix high frequency sync
Peter Xu
1
-4
/
+3
2024-03-22
migration: Revert mapped-ram multifd support to fd: URI
Fabiano Rosas
1
-13
/
+0
2024-03-15
migration/multifd: Ensure we're not given a socket for file migration
Fabiano Rosas
1
-3
/
+3
2024-03-11
migration: delete unused accessors
Steve Sistare
1
-10
/
+0
2024-03-11
migration: migration_file_set_error
Steve Sistare
1
-0
/
+11
2024-03-11
migration: migration_is_device
Steve Sistare
1
-0
/
+7
2024-03-11
migration: migration_thread_is_self
Steve Sistare
1
-0
/
+7
2024-03-11
migration: export migration_is_running
Steve Sistare
1
-4
/
+6
2024-03-11
migration: export migration_is_active
Steve Sistare
1
-4
/
+6
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
1
-6
/
+6
2024-03-01
migration/multifd: Add mapped-ram support to fd: URI
Fabiano Rosas
1
-0
/
+4
2024-03-01
migration/multifd: Support outgoing mapped-ram stream format
Fabiano Rosas
1
-5
/
+12
2024-03-01
migration/multifd: Add incoming QIOChannelFile support
Fabiano Rosas
1
-1
/
+2
2024-03-01
migration: Add mapped-ram URI compatibility check
Fabiano Rosas
1
-0
/
+29
2024-03-01
migration/ram: Introduce 'mapped-ram' migration capability
Fabiano Rosas
1
-0
/
+7
2024-02-28
migration: Use migrate_has_error() in close_return_path_on_source()
Cédric Le Goater
1
-2
/
+1
2024-02-28
migration: Join the return path thread before releasing to_dst_file
Fabiano Rosas
1
-13
/
+9
2024-02-28
migration: Fix qmp_query_migrate mbps value
Fabiano Rosas
1
-9
/
+14
2024-02-28
migration: options incompatible with cpr
Steve Sistare
1
-0
/
+17
2024-02-28
migration: stop vm for cpr
Steve Sistare
1
-20
/
+31
2024-02-28
migration: notifier error checking
Steve Sistare
1
-9
/
+16
2024-02-28
migration: refactor migrate_fd_connect failures
Steve Sistare
1
-5
/
+8
2024-02-28
migration: per-mode notifiers
Steve Sistare
1
-5
/
+17
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
1
-2
/
+2
2024-02-28
migration: remove postcopy_after_devices
Steve Sistare
1
-7
/
+0
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
1
-5
/
+12
[next]