index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
migration/multifd: solve zero page causing multiple page faults
Yuan Liu
2024-04-23
6
-1
/
+11
|
*
|
migration: Add Error** argument to add_bitmaps_to_list()
Cédric Le Goater
2024-04-23
1
-18
/
+16
|
*
|
migration: Modify ram_init_bitmaps() to report dirty tracking errors
Cédric Le Goater
2024-04-23
1
-16
/
+11
|
*
|
migration: Add Error** argument to xbzrle_init()
Cédric Le Goater
2024-04-23
1
-12
/
+10
|
*
|
migration: Add Error** argument to ram_state_init()
Cédric Le Goater
2024-04-23
1
-6
/
+13
|
*
|
memory: Add Error** argument to the global_dirty_log routines
Cédric Le Goater
2024-04-23
2
-4
/
+32
|
*
|
migration: Introduce ram_bitmaps_destroy()
Cédric Le Goater
2024-04-23
1
-7
/
+15
|
*
|
migration: Add Error** argument to .load_setup() handler
Cédric Le Goater
2024-04-23
2
-5
/
+9
|
*
|
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
2024-04-23
4
-20
/
+16
|
*
|
migration: Add Error** argument to qemu_savevm_state_setup()
Cédric Le Goater
2024-04-23
3
-14
/
+47
|
*
|
migration: Add Error** argument to vmstate_save()
Cédric Le Goater
2024-04-23
1
-10
/
+16
|
*
|
migration: Always report an error in ram_save_setup()
Cédric Le Goater
2024-04-23
1
-1
/
+10
|
*
|
migration: Always report an error in block_save_setup()
Cédric Le Goater
2024-04-23
1
-5
/
+15
|
|
/
*
/
colo: move stubs out of stubs/
Paolo Bonzini
2024-04-18
2
-0
/
+38
|
/
*
migration/postcopy: ensure preempt channel is ready before loading states
Wei Wang
2024-04-07
1
-0
/
+21
*
migration/postcopy: Ensure postcopy_start() sets errp if it fails
Avihai Horon
2024-03-31
1
-0
/
+8
*
migration: Set migration error in migration_completion()
Avihai Horon
2024-03-31
1
-0
/
+10
*
migration/multifd: Fix clearing of mapped-ram zero pages
Fabiano Rosas
2024-03-22
1
-2
/
+1
*
migration/postcopy: Fix high frequency sync
Peter Xu
2024-03-22
1
-4
/
+3
*
migration: Revert mapped-ram multifd support to fd: URI
Fabiano Rosas
2024-03-22
5
-84
/
+8
*
Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu into staging
Peter Maydell
2024-03-18
5
-54
/
+84
|
\
|
*
migration/multifd: Duplicate the fd for the outgoing_args
Fabiano Rosas
2024-03-15
1
-3
/
+12
|
*
migration/multifd: Ensure we're not given a socket for file migration
Fabiano Rosas
2024-03-15
3
-3
/
+18
|
*
migration: Fix iocs leaks during file and fd migration
Fabiano Rosas
2024-03-14
3
-42
/
+46
|
*
migration: Skip only empty block devices
Cédric Le Goater
2024-03-13
1
-1
/
+4
|
*
migration: Fix error handling after dup in file migration
Fabiano Rosas
2024-03-12
2
-12
/
+11
*
|
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into staging
Peter Maydell
2024-03-12
3
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
bulk: Access existing variables initialized to &S->F when available
Philippe Mathieu-Daudé
2024-03-12
1
-1
/
+1
|
*
error: Move ERRP_GUARD() to the beginning of the function
Zhao Liu
2024-03-12
2
-3
/
+3
|
*
migration/option: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+2
*
|
migration/multifd: Enable multifd zero page checking by default.
Hao Xiang
2024-03-11
1
-1
/
+1
*
|
migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page.
Hao Xiang
2024-03-11
1
-9
/
+29
*
|
migration/multifd: Implement zero page transmission on the multifd thread.
Hao Xiang
2024-03-11
8
-30
/
+221
*
|
migration/multifd: Add new migration option zero-page-detection.
Hao Xiang
2024-03-11
4
-0
/
+35
*
|
migration/multifd: Allow clearing of the file_bmap from multifd
Fabiano Rosas
2024-03-11
3
-4
/
+9
*
|
migration/multifd: Allow zero pages in file migration
Fabiano Rosas
2024-03-11
1
-1
/
+1
*
|
migration: purge MigrationState from public interface
Steve Sistare
2024-03-11
1
-0
/
+6
*
|
migration: delete unused accessors
Steve Sistare
2024-03-11
1
-10
/
+0
*
|
migration: privatize colo interfaces
Steve Sistare
2024-03-11
1
-6
/
+11
*
|
migration: migration_file_set_error
Steve Sistare
2024-03-11
1
-0
/
+11
*
|
migration: migration_is_device
Steve Sistare
2024-03-11
1
-0
/
+7
*
|
migration: migration_thread_is_self
Steve Sistare
2024-03-11
1
-0
/
+7
*
|
migration: export vcpu_dirty_limit_period
Steve Sistare
2024-03-11
1
-0
/
+7
*
|
migration: export migration_is_running
Steve Sistare
2024-03-11
4
-9
/
+9
*
|
migration: export migration_is_active
Steve Sistare
2024-03-11
1
-4
/
+6
*
|
migration: export migration_is_setup_or_active
Steve Sistare
2024-03-11
3
-10
/
+8
*
|
migration: export fewer options
Steve Sistare
2024-03-11
1
-5
/
+1
*
|
migration: Fix format in error message
Anthony PERARD
2024-03-11
1
-1
/
+1
*
|
migration/rdma: Fix a memory issue for migration
Yu Zhang
2024-03-11
1
-1
/
+1
*
|
migration/multifd: Don't fsync when closing QIOChannelFile
Fabiano Rosas
2024-03-11
1
-9
/
+19
[prev]
[next]