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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
3
-10
/
+8
2024-03-11
migration: export fewer options
Steve Sistare
1
-5
/
+1
2024-03-11
migration: Fix format in error message
Anthony PERARD
1
-1
/
+1
2024-03-11
migration/rdma: Fix a memory issue for migration
Yu Zhang
1
-1
/
+1
2024-03-11
migration/multifd: Don't fsync when closing QIOChannelFile
Fabiano Rosas
1
-9
/
+19
2024-03-11
migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
Cédric Le Goater
1
-1
/
+5
2024-03-11
migration: Report error when shutdown fails
Cédric Le Goater
1
-1
/
+4
2024-03-11
migration/ram: add additional check
Maksim Davydov
1
-0
/
+6
2024-03-11
migration: Don't serialize devices in qemu_savevm_state_iterate()
Avihai Horon
1
-9
/
+6
2024-03-05
Merge tag 'pull-qapi-2024-03-04' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
1
-49
/
+8
2024-03-05
Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...
Peter Maydell
17
-142
/
+1128
2024-03-04
migration: simplify exec migration functions
Steve Sistare
1
-49
/
+8
2024-03-04
migration/multifd: Document two places for mapped-ram
Peter Xu
2
-1
/
+19
2024-03-01
migration/multifd: Add mapped-ram support to fd: URI
Fabiano Rosas
5
-6
/
+64
2024-03-01
migration/multifd: Support incoming mapped-ram stream format
Fabiano Rosas
5
-6
/
+73
2024-03-01
migration/multifd: Support outgoing mapped-ram stream format
Fabiano Rosas
7
-16
/
+112
2024-03-01
migration/multifd: Prepare multifd sync for mapped-ram migration
Fabiano Rosas
1
-7
/
+31
2024-03-01
migration/multifd: Add incoming QIOChannelFile support
Fabiano Rosas
3
-11
/
+30
2024-03-01
migration/multifd: Add outgoing QIOChannelFile support
Fabiano Rosas
4
-3
/
+57
2024-03-01
migration/multifd: Add a wrapper for channels_created
Fabiano Rosas
2
-1
/
+7
2024-03-01
migration/multifd: Allow receiving pages without packets
Fabiano Rosas
3
-7
/
+138
2024-03-01
migration/multifd: Allow multifd without packets
Fabiano Rosas
1
-61
/
+114
2024-03-01
migration/multifd: Decouple recv method from pages
Fabiano Rosas
4
-13
/
+16
2024-03-01
migration/multifd: Rename MultiFDSend|RecvParams::data to compress_data
Fabiano Rosas
3
-22
/
+22
2024-03-01
migration/ram: Add incoming 'mapped-ram' migration
Fabiano Rosas
1
-2
/
+141
2024-03-01
migration/ram: Add outgoing 'mapped-ram' migration
Fabiano Rosas
1
-9
/
+122
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
4
-0
/
+43
2024-03-01
migration/qemu-file: add utility methods for working with seekable channels
Fabiano Rosas
2
-0
/
+112
2024-03-01
migration/multifd: Cleanup multifd_recv_sync_main
Fabiano Rosas
2
-5
/
+14
2024-03-01
migration: Properly apply migration compression level parameters
Bryan Zhang
1
-0
/
+12
2024-02-29
migration: Remove qemu_host_page_size
Richard Henderson
1
-4
/
+18
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
2
-22
/
+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
2
-9
/
+0
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
1
-5
/
+12
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
1
-8
/
+8
2024-02-28
migration: remove error from notifier data
Steve Sistare
3
-3
/
+0
2024-02-28
notify: pass error to notifier with return
Steve Sistare
2
-2
/
+2
2024-02-28
migration/multifd: Drop unnecessary helper to destroy IOC
Peter Xu
3
-14
/
+1
2024-02-28
migration/multifd: Cleanup outgoing_args in state destroy
Peter Xu
3
-4
/
+11
2024-02-28
migration/multifd: Make multifd_channel_connect() return void
Peter Xu
1
-5
/
+3
2024-02-28
migration/multifd: Drop registered_yank
Peter Xu
2
-6
/
+3
[prev]
[next]