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
/
savevm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
savevm: Fix load_snapshot error path crash
Nicholas Piggin
2024-08-16
1
-0
/
+1
*
migration: Free removed SaveStateEntry
Akihiko Odaki
2024-08-02
1
-0
/
+2
*
migration/postcopy: Add postcopy-recover-setup phase
Peter Xu
2024-06-21
1
-2
/
+2
*
migration: Rename thread debug names
Peter Xu
2024-06-21
1
-1
/
+1
*
migration: Rephrase message on failure to save / load Xen device state
Markus Armbruster
2024-05-27
1
-3
/
+2
*
migration: Remove block migration
Fabiano Rosas
2024-05-08
1
-5
/
+0
*
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 .load_setup() handler
Cédric Le Goater
2024-04-23
1
-4
/
+7
*
|
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
2024-04-23
1
-3
/
+1
*
|
migration: Add Error** argument to qemu_savevm_state_setup()
Cédric Le Goater
2024-04-23
1
-11
/
+15
*
|
migration: Add Error** argument to vmstate_save()
Cédric Le Goater
2024-04-23
1
-10
/
+16
|
/
*
migration/postcopy: ensure preempt channel is ready before loading states
Wei Wang
2024-04-07
1
-0
/
+21
*
migration: export migration_is_running
Steve Sistare
2024-03-11
1
-1
/
+1
*
migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
Cédric Le Goater
2024-03-11
1
-1
/
+5
*
migration: Don't serialize devices in qemu_savevm_state_iterate()
Avihai Horon
2024-03-11
1
-9
/
+6
*
migration/ram: Introduce 'mapped-ram' migration capability
Fabiano Rosas
2024-03-01
1
-0
/
+1
*
migration: Centralize BH creation and dispatch
Fabiano Rosas
2024-01-29
1
-6
/
+1
*
migration: Reference migration state around loadvm_postcopy_handle_run_bh
Fabiano Rosas
2024-01-29
1
-0
/
+2
*
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into staging
Peter Maydell
2024-01-05
1
-10
/
+13
|
\
|
*
migration: preserve suspended for snapshot
Steve Sistare
2024-01-04
1
-10
/
+13
*
|
migration: Constify VMState
Richard Henderson
2023-12-30
1
-5
/
+5
*
|
migration: Make VMStateDescription.subsections const
Richard Henderson
2023-12-29
1
-6
/
+6
|
/
*
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-22
/
+0
*
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
2023-11-03
1
-2
/
+2
*
migration: Add tracepoints for downtime checkpoints
Peter Xu
2023-11-01
1
-5
/
+9
*
migration: Add per vmstate downtime tracepoints
Peter Xu
2023-11-01
1
-4
/
+45
*
migration: Check in savevm_state_handler_insert for dups
Peter Xu
2023-11-01
1
-0
/
+14
*
migration: Hack to maintain backwards compatibility for ppc
Juan Quintela
2023-11-01
1
-0
/
+18
*
qemu-file: Make qemu_fflush() return errors
Juan Quintela
2023-10-31
1
-2
/
+1
*
qemu-file: Remove _noflush from qemu_file_transferred_noflush()
Juan Quintela
2023-10-31
1
-3
/
+3
*
migration: rename vmstate_save_needed->vmstate_section_needed
Marc-André Lureau
2023-10-30
1
-1
/
+1
*
migration: hold the BQL during setup
Fiona Ebner
2023-10-17
1
-2
/
+0
*
migration: Add the configuration vmstate to the json writer
Nikolay Borisov
2023-10-17
1
-4
/
+16
*
migration: Allow RECOVER->PAUSED convertion for dest qemu
Peter Xu
2023-10-11
1
-1
/
+2
*
migration: Update error description outside migration.c
Tejus GK
2023-10-04
1
-3
/
+14
*
migration/vmstate: Introduce vmstate_save_state_with_err
Tejus GK
2023-10-04
1
-1
/
+1
*
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
2023-09-11
1
-1
/
+28
*
migration: Move more initializations to migrate_init()
Avihai Horon
2023-09-11
1
-3
/
+0
*
migration: Add migration prefix to functions in target.c
Avihai Horon
2023-09-11
1
-1
/
+1
*
migration: Change qemu_file_transferred to noflush
Juan Quintela
2023-07-26
1
-1
/
+1
*
qemu-file: Rename qemu_file_transferred_ fast -> noflush
Juan Quintela
2023-07-26
1
-2
/
+2
*
migration: spelling fixes
Michael Tokarev
2023-07-25
1
-1
/
+1
*
vfio/migration: Reset bytes_transferred properly
Avihai Horon
2023-06-30
1
-0
/
+1
*
migration: Implement switchover ack logic
Avihai Horon
2023-06-30
1
-0
/
+54
*
migration: never fail in global_state_store()
Vladimir Sementsov-Ogievskiy
2023-06-02
1
-5
/
+1
*
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
2023-05-18
1
-1
/
+1
*
qemu-file: Remove total from qemu_file_total_transferred_*()
Juan Quintela
2023-05-15
1
-3
/
+3
*
qemu-file: Make total_transferred an uint64_t
Juan Quintela
2023-05-05
1
-4
/
+2
*
migration: Rename ram_counters to mig_stats
Juan Quintela
2023-05-03
1
-1
/
+1
[next]