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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
3
-7
/
+6
2024-04-24
qapi: Inline and remove QERR_MIGRATION_ACTIVE definition
Philippe Mathieu-Daudé
3
-4
/
+4
2024-04-24
qapi: Correct error message for 'vcpu_dirty_limit' parameter
Philippe Mathieu-Daudé
1
-3
/
+2
2024-04-23
Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...
Richard Henderson
13
-94
/
+198
2024-04-23
migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutin...
Li Zhijian
1
-8
/
+10
2024-04-23
migration/multifd: solve zero page causing multiple page faults
Yuan Liu
6
-1
/
+11
2024-04-23
migration: Add Error** argument to add_bitmaps_to_list()
Cédric Le Goater
1
-18
/
+16
2024-04-23
migration: Modify ram_init_bitmaps() to report dirty tracking errors
Cédric Le Goater
1
-16
/
+11
2024-04-23
migration: Add Error** argument to xbzrle_init()
Cédric Le Goater
1
-12
/
+10
2024-04-23
migration: Add Error** argument to ram_state_init()
Cédric Le Goater
1
-6
/
+13
2024-04-23
memory: Add Error** argument to the global_dirty_log routines
Cédric Le Goater
2
-4
/
+32
2024-04-23
migration: Introduce ram_bitmaps_destroy()
Cédric Le Goater
1
-7
/
+15
2024-04-23
migration: Add Error** argument to .load_setup() handler
Cédric Le Goater
2
-5
/
+9
2024-04-23
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
4
-20
/
+16
2024-04-23
migration: Add Error** argument to qemu_savevm_state_setup()
Cédric Le Goater
3
-14
/
+47
2024-04-23
migration: Add Error** argument to vmstate_save()
Cédric Le Goater
1
-10
/
+16
2024-04-23
migration: Always report an error in ram_save_setup()
Cédric Le Goater
1
-1
/
+10
2024-04-23
migration: Always report an error in block_save_setup()
Cédric Le Goater
1
-5
/
+15
2024-04-18
colo: move stubs out of stubs/
Paolo Bonzini
2
-0
/
+38
2024-04-07
migration/postcopy: ensure preempt channel is ready before loading states
Wei Wang
1
-0
/
+21
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/multifd: Fix clearing of mapped-ram zero pages
Fabiano Rosas
1
-2
/
+1
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
5
-84
/
+8
2024-03-18
Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
5
-54
/
+84
2024-03-15
migration/multifd: Duplicate the fd for the outgoing_args
Fabiano Rosas
1
-3
/
+12
2024-03-15
migration/multifd: Ensure we're not given a socket for file migration
Fabiano Rosas
3
-3
/
+18
2024-03-14
migration: Fix iocs leaks during file and fd migration
Fabiano Rosas
3
-42
/
+46
2024-03-13
migration: Skip only empty block devices
Cédric Le Goater
1
-1
/
+4
2024-03-12
migration: Fix error handling after dup in file migration
Fabiano Rosas
2
-12
/
+11
2024-03-12
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
3
-4
/
+6
2024-03-12
bulk: Access existing variables initialized to &S->F when available
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-12
error: Move ERRP_GUARD() to the beginning of the function
Zhao Liu
2
-3
/
+3
2024-03-12
migration/option: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+2
2024-03-11
migration/multifd: Enable multifd zero page checking by default.
Hao Xiang
1
-1
/
+1
2024-03-11
migration/multifd: Implement ram_save_target_page_multifd to handle multifd v...
Hao Xiang
1
-9
/
+29
2024-03-11
migration/multifd: Implement zero page transmission on the multifd thread.
Hao Xiang
8
-30
/
+221
2024-03-11
migration/multifd: Add new migration option zero-page-detection.
Hao Xiang
4
-0
/
+35
2024-03-11
migration/multifd: Allow clearing of the file_bmap from multifd
Fabiano Rosas
3
-4
/
+9
2024-03-11
migration/multifd: Allow zero pages in file migration
Fabiano Rosas
1
-1
/
+1
2024-03-11
migration: purge MigrationState from public interface
Steve Sistare
1
-0
/
+6
2024-03-11
migration: delete unused accessors
Steve Sistare
1
-10
/
+0
2024-03-11
migration: privatize colo interfaces
Steve Sistare
1
-6
/
+11
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 vcpu_dirty_limit_period
Steve Sistare
1
-0
/
+7
2024-03-11
migration: export migration_is_running
Steve Sistare
4
-9
/
+9
2024-03-11
migration: export migration_is_active
Steve Sistare
1
-4
/
+6
[next]