Sign in
qemu
/
qemu
/
19a1740fd3eb31ffc5b73ed101f1e3847c546631
/
migration
4146b77
migration/postcopy: Add postcopy-recover-setup phase
by Peter Xu
· 8 months ago
4dd5f7b
migration: Cleanup incoming migration setup state change
by Peter Xu
· 8 months ago
a5c24e1
migration: Use MigrationStatus instead of int
by Peter Xu
· 8 months ago
60ce476
migration: Rename thread debug names
by Peter Xu
· 8 months ago
637280a
migration/multifd: Avoid the final FLUSH in complete()
by Peter Xu
· 8 months ago
9d70239
migration/multifd: Add direct-io support
by Fabiano Rosas
· 9 months ago
b43b61d
migration: Add direct-io parameter
by Fabiano Rosas
· 9 months ago
6d32796
migration: Fix file migration with fdset
by Fabiano Rosas
· 9 months ago
a701c03
migration: Drop reference to QIOChannel if file seeking fails
by Fabiano Rosas
· 9 months ago
c1dfd12
migration/multifd: Switch to no compression when no hardware support
by Shameer Kolothum
· 9 months ago
3c49191
migration/multifd: Add UADK based compression and decompression
by Shameer Kolothum
· 9 months ago
819dd20
migration/multifd: Add UADK initialization
by Shameer Kolothum
· 9 months ago
f3d8bb7
migration/multifd: add uadk compression framework
by Shameer Kolothum
· 9 months ago
f6fe9fe
migration/multifd: implement qpl compression and decompression
by Yuan Liu
· 9 months ago
34e104b
migration/multifd: implement initialization of qpl compression
by Yuan Liu
· 9 months ago
354cac2
migration/multifd: add qpl compression method
by Yuan Liu
· 9 months ago
d9d3e4f
migration/multifd: put IOV initialization into compression method
by Yuan Liu
· 9 months ago
fdac62d
migration: Rephrase message on failure to save / load Xen device state
by Markus Armbruster
· 10 months ago
70eb5fd
migration: remove unnecessary zlib dependency
by Paolo Bonzini
· 9 months ago
7e1c004
Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qemu into staging
by Richard Henderson
· 9 months ago
f0937ec
migration: fix a typo
by Marc-André Lureau
· 10 months ago
3f879f2
migration: add "exists" info to load-state-field trace
by Marc-André Lureau
· 10 months ago
3dc27fa
migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
by Li Zhijian
· 10 months ago
787ea49
migration/colo: make colo_incoming_co() return void
by Li Zhijian
· 10 months ago
55a3316
migration/colo: Minor fix for colo error message
by Li Zhijian
· 10 months ago
019d9e6
migration: Extend migration_file_set_error() with Error* argument
by Cédric Le Goater
· 10 months ago
c55deb8
migration: Deprecate fd: for file migration
by Fabiano Rosas
· 10 months ago
0222111
migration: Remove non-multifd compression
by Fabiano Rosas
· 10 months ago
eef0bae
migration: Remove block migration
by Fabiano Rosas
· 10 months ago
18d154f
migration: Remove 'blk/-b' option from migrate commands
by Fabiano Rosas
· 10 months ago
61c4e39
migration: Remove 'inc' option from migrate command
by Fabiano Rosas
· 10 months ago
f7b1cd3
migration: Remove 'skipped' field from MigrationStats
by Fabiano Rosas
· 10 months ago
dbea1c8
qapi: introduce exit-on-error parameter for migrate-incoming
by Vladimir Sementsov-Ogievskiy
· 10 months ago
f84eaa9
migration: process_incoming_migration_co(): rework error reporting
by Vladimir Sementsov-Ogievskiy
· 10 months ago
30116e9
migration: process_incoming_migration_co(): fix reporting s->error
by Vladimir Sementsov-Ogievskiy
· 10 months ago
246f54e
migration: process_incoming_migration_co(): complete cleanup on failure
by Vladimir Sementsov-Ogievskiy
· 10 months ago
d4a17b8
migration: move trace-point from migrate_fd_error to migrate_set_error
by Vladimir Sementsov-Ogievskiy
· 10 months ago
62663f0
migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro
by Will Gyda
· 10 months ago
9608723
migration: do not include coroutine_int.h
by Paolo Bonzini
· 10 months ago
a0d6451
migration: remove PostcopyDiscardState from typedefs.h
by Paolo Bonzini
· 10 months ago
1e0a754
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
by Richard Henderson
· 10 months ago
0058078
qapi: Inline and remove QERR_MIGRATION_ACTIVE definition
by Philippe Mathieu-Daudé
· 12 months ago
45d19d9
qapi: Correct error message for 'vcpu_dirty_limit' parameter
by Philippe Mathieu-Daudé
· 12 months ago
88daa11
Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu into staging
by Richard Henderson
· 10 months ago
2cc637f
migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed.
by Li Zhijian
· 11 months ago
5ef7e26
migration/multifd: solve zero page causing multiple page faults
by Yuan Liu
· 11 months ago
dd03167
migration: Add Error** argument to add_bitmaps_to_list()
by Cédric Le Goater
· 11 months ago
030b56b
migration: Modify ram_init_bitmaps() to report dirty tracking errors
by Cédric Le Goater
· 12 months ago
7bee8ba
migration: Add Error** argument to xbzrle_init()
by Cédric Le Goater
· 12 months ago
16ecd25
migration: Add Error** argument to ram_state_init()
by Cédric Le Goater
· 12 months ago
639ec3f
memory: Add Error** argument to the global_dirty_log routines
by Cédric Le Goater
· 12 months ago
92c20b2
migration: Introduce ram_bitmaps_destroy()
by Cédric Le Goater
· 12 months ago
e4fa064
migration: Add Error** argument to .load_setup() handler
by Cédric Le Goater
· 12 months ago
01c3ac6
migration: Add Error** argument to .save_setup() handler
by Cédric Le Goater
· 12 months ago
057a200
migration: Add Error** argument to qemu_savevm_state_setup()
by Cédric Le Goater
· 12 months ago
6138d43
migration: Add Error** argument to vmstate_save()
by Cédric Le Goater
· 12 months ago
76936bb
migration: Always report an error in ram_save_setup()
by Cédric Le Goater
· 12 months ago
150da48
migration: Always report an error in block_save_setup()
by Cédric Le Goater
· 12 months ago
857f504
colo: move stubs out of stubs/
by Paolo Bonzini
· 11 months ago
7afbdad
migration/postcopy: ensure preempt channel is ready before loading states
by Wei Wang
· 11 months ago
d0ad271
migration/postcopy: Ensure postcopy_start() sets errp if it fails
by Avihai Horon
· 11 months ago
30158d8
migration: Set migration error in migration_completion()
by Avihai Horon
· 11 months ago
8fa1a21
migration/multifd: Fix clearing of mapped-ram zero pages
by Fabiano Rosas
· 11 months ago
910c164
migration/postcopy: Fix high frequency sync
by Peter Xu
· 11 months ago
bd4480b
migration: Revert mapped-ram multifd support to fd: URI
by Fabiano Rosas
· 12 months ago
c6ea92a
Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu into staging
by Peter Maydell
· 12 months ago
9adfb30
migration/multifd: Duplicate the fd for the outgoing_args
by Fabiano Rosas
· 12 months ago
73f6f9a
migration/multifd: Ensure we're not given a socket for file migration
by Fabiano Rosas
· 12 months ago
74228c5
migration: Fix iocs leaks during file and fd migration
by Fabiano Rosas
· 12 months ago
2e12877
migration: Skip only empty block devices
by Cédric Le Goater
· 12 months ago
c827faf
migration: Fix error handling after dup in file migration
by Fabiano Rosas
· 12 months ago
e692f9c
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into staging
by Peter Maydell
· 12 months ago
ee1004b
bulk: Access existing variables initialized to &S->F when available
by Philippe Mathieu-Daudé
· 1 year, 1 month ago
46ff64a
error: Move ERRP_GUARD() to the beginning of the function
by Zhao Liu
· 12 months ago
35e83a9
migration/option: Fix missing ERRP_GUARD() for error_prepend()
by Zhao Liu
· 12 months ago
70c25c9
migration/multifd: Enable multifd zero page checking by default.
by Hao Xiang
· 12 months ago
9ae90f7
migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page.
by Hao Xiang
· 12 months ago
303e6f5
migration/multifd: Implement zero page transmission on the multifd thread.
by Hao Xiang
· 12 months ago
5fdbb1d
migration/multifd: Add new migration option zero-page-detection.
by Hao Xiang
· 12 months ago
c3cdf3f
migration/multifd: Allow clearing of the file_bmap from multifd
by Fabiano Rosas
· 12 months ago
44fe138
migration/multifd: Allow zero pages in file migration
by Fabiano Rosas
· 12 months ago
c9539d9
migration: purge MigrationState from public interface
by Steve Sistare
· 12 months ago
a3ed489
migration: delete unused accessors
by Steve Sistare
· 12 months ago
7395127
migration: privatize colo interfaces
by Steve Sistare
· 12 months ago
20c64c8
migration: migration_file_set_error
by Steve Sistare
· 12 months ago
9bb630c
migration: migration_is_device
by Steve Sistare
· 12 months ago
6e78563
migration: migration_thread_is_self
by Steve Sistare
· 12 months ago
714f331
migration: export vcpu_dirty_limit_period
by Steve Sistare
· 12 months ago
aeaafb1
migration: export migration_is_running
by Steve Sistare
· 12 months ago
3a6813b
migration: export migration_is_active
by Steve Sistare
· 12 months ago
7dcb3c8
migration: export migration_is_setup_or_active
by Steve Sistare
· 12 months ago
f3bff6c
migration: export fewer options
by Steve Sistare
· 12 months ago
a1bb5dd
migration: Fix format in error message
by Anthony PERARD
· 12 months ago
69f7b00
migration/rdma: Fix a memory issue for migration
by Yu Zhang
· 12 months ago
61dec06
migration/multifd: Don't fsync when closing QIOChannelFile
by Fabiano Rosas
· 12 months ago
e6e08e8
migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
by Cédric Le Goater
· 12 months ago
e8c4436
migration: Report error when shutdown fails
by Cédric Le Goater
· 12 months ago
12ab1e4
migration/ram: add additional check
by Maksim Davydov
· 12 months ago
4e1871c
migration: Don't serialize devices in qemu_savevm_state_iterate()
by Avihai Horon
· 12 months ago
7d4e29e
Merge tag 'pull-qapi-2024-03-04' of https://repo.or.cz/qemu/armbru into staging
by Peter Maydell
· 12 months ago
Next »