index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
migration.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
2024-04-24
1
-1
/
+1
|
\
|
*
qapi: Inline and remove QERR_MIGRATION_ACTIVE definition
Philippe Mathieu-Daudé
2024-04-24
1
-1
/
+1
*
|
migration: Add Error** argument to qemu_savevm_state_setup()
Cédric Le Goater
2024-04-23
1
-2
/
+31
|
/
*
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/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
1
-13
/
+0
*
migration/multifd: Ensure we're not given a socket for file migration
Fabiano Rosas
2024-03-15
1
-3
/
+3
*
migration: delete unused accessors
Steve Sistare
2024-03-11
1
-10
/
+0
*
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 migration_is_running
Steve Sistare
2024-03-11
1
-4
/
+6
*
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
1
-6
/
+6
*
migration/multifd: Add mapped-ram support to fd: URI
Fabiano Rosas
2024-03-01
1
-0
/
+4
*
migration/multifd: Support outgoing mapped-ram stream format
Fabiano Rosas
2024-03-01
1
-5
/
+12
*
migration/multifd: Add incoming QIOChannelFile support
Fabiano Rosas
2024-03-01
1
-1
/
+2
*
migration: Add mapped-ram URI compatibility check
Fabiano Rosas
2024-03-01
1
-0
/
+29
*
migration/ram: Introduce 'mapped-ram' migration capability
Fabiano Rosas
2024-03-01
1
-0
/
+7
*
migration: Use migrate_has_error() in close_return_path_on_source()
Cédric Le Goater
2024-02-28
1
-2
/
+1
*
migration: Join the return path thread before releasing to_dst_file
Fabiano Rosas
2024-02-28
1
-13
/
+9
*
migration: Fix qmp_query_migrate mbps value
Fabiano Rosas
2024-02-28
1
-9
/
+14
*
migration: options incompatible with cpr
Steve Sistare
2024-02-28
1
-0
/
+17
*
migration: stop vm for cpr
Steve Sistare
2024-02-28
1
-20
/
+31
*
migration: notifier error checking
Steve Sistare
2024-02-28
1
-9
/
+16
*
migration: refactor migrate_fd_connect failures
Steve Sistare
2024-02-28
1
-5
/
+8
*
migration: per-mode notifiers
Steve Sistare
2024-02-28
1
-5
/
+17
*
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
1
-2
/
+2
*
migration: remove postcopy_after_devices
Steve Sistare
2024-02-28
1
-7
/
+0
*
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
1
-5
/
+12
*
migration: convert to NotifierWithReturn
Steve Sistare
2024-02-28
1
-8
/
+8
*
migration/multifd: Move multifd_send_setup into migration thread
Fabiano Rosas
2024-02-07
1
-5
/
+5
*
migration/multifd: Move multifd_send_setup error handling in to the function
Fabiano Rosas
2024-02-07
1
-5
/
+1
*
migration: Fix logic of channels and transport compatibility check
Avihai Horon
2024-02-07
1
-6
/
+11
*
migration/multifd: Stick with send/recv on function names
Peter Xu
2024-02-05
1
-6
/
+6
*
migration: prevent migration when VM has poisoned memory
William Roche
2024-02-05
1
-0
/
+7
*
migration: Centralize BH creation and dispatch
Fabiano Rosas
2024-01-29
1
-27
/
+38
*
migration: Add a wrapper to qemu_bh_schedule
Fabiano Rosas
2024-01-29
1
-17
/
+14
*
migration: Take reference to migration state around bg_migration_vm_start_bh
Fabiano Rosas
2024-01-29
1
-0
/
+2
*
migration: Fix use-after-free of migration state object
Fabiano Rosas
2024-01-29
1
-0
/
+2
*
migration: Report error in incoming migration
Fabiano Rosas
2024-01-16
1
-0
/
+7
*
migration: Simplify initial conditionals in migration for better readability
Het Gala
2024-01-16
1
-20
/
+16
*
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
1
-1
/
+1
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-26
/
+26
*
migration: Remove unnecessary usage of local Error
Avihai Horon
2024-01-04
1
-6
/
+2
*
migration/multifd: Remove error_setg() in migration_ioc_process_incoming()
Avihai Horon
2024-01-04
1
-1
/
+0
*
migration: Remove errp parameter in migration_fd_process_incoming()
Avihai Horon
2024-01-04
1
-1
/
+1
*
migration: Refactor migration_incoming_setup()
Avihai Horon
2024-01-04
1
-12
/
+3
*
migration: Remove nulling of hostname in migrate_init()
Avihai Horon
2024-01-04
1
-1
/
+0
[next]