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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
savevm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
migration: Centralize BH creation and dispatch
Fabiano Rosas
1
-6
/
+1
2024-01-29
migration: Reference migration state around loadvm_postcopy_handle_run_bh
Fabiano Rosas
1
-0
/
+2
2024-01-05
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
1
-10
/
+13
2024-01-04
migration: preserve suspended for snapshot
Steve Sistare
1
-10
/
+13
2023-12-30
migration: Constify VMState
Richard Henderson
1
-5
/
+5
2023-12-29
migration: Make VMStateDescription.subsections const
Richard Henderson
1
-6
/
+6
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
1
-22
/
+0
2023-11-03
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
1
-2
/
+2
2023-11-01
migration: Add tracepoints for downtime checkpoints
Peter Xu
1
-5
/
+9
2023-11-01
migration: Add per vmstate downtime tracepoints
Peter Xu
1
-4
/
+45
2023-11-01
migration: Check in savevm_state_handler_insert for dups
Peter Xu
1
-0
/
+14
2023-11-01
migration: Hack to maintain backwards compatibility for ppc
Juan Quintela
1
-0
/
+18
2023-10-31
qemu-file: Make qemu_fflush() return errors
Juan Quintela
1
-2
/
+1
2023-10-31
qemu-file: Remove _noflush from qemu_file_transferred_noflush()
Juan Quintela
1
-3
/
+3
2023-10-30
migration: rename vmstate_save_needed->vmstate_section_needed
Marc-André Lureau
1
-1
/
+1
2023-10-17
migration: hold the BQL during setup
Fiona Ebner
1
-2
/
+0
2023-10-17
migration: Add the configuration vmstate to the json writer
Nikolay Borisov
1
-4
/
+16
2023-10-11
migration: Allow RECOVER->PAUSED convertion for dest qemu
Peter Xu
1
-1
/
+2
2023-10-04
migration: Update error description outside migration.c
Tejus GK
1
-3
/
+14
2023-10-04
migration/vmstate: Introduce vmstate_save_state_with_err
Tejus GK
1
-1
/
+1
2023-09-11
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
1
-1
/
+28
2023-09-11
migration: Move more initializations to migrate_init()
Avihai Horon
1
-3
/
+0
2023-09-11
migration: Add migration prefix to functions in target.c
Avihai Horon
1
-1
/
+1
2023-07-26
migration: Change qemu_file_transferred to noflush
Juan Quintela
1
-1
/
+1
2023-07-26
qemu-file: Rename qemu_file_transferred_ fast -> noflush
Juan Quintela
1
-2
/
+2
2023-07-25
migration: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-06-30
vfio/migration: Reset bytes_transferred properly
Avihai Horon
1
-0
/
+1
2023-06-30
migration: Implement switchover ack logic
Avihai Horon
1
-0
/
+54
2023-06-02
migration: never fail in global_state_store()
Vladimir Sementsov-Ogievskiy
1
-5
/
+1
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
1
-1
/
+1
2023-05-15
qemu-file: Remove total from qemu_file_total_transferred_*()
Juan Quintela
1
-3
/
+3
2023-05-05
qemu-file: Make total_transferred an uint64_t
Juan Quintela
1
-4
/
+2
2023-05-03
migration: Rename ram_counters to mig_stats
Juan Quintela
1
-1
/
+1
2023-05-03
migration: Move ram_stats to its own file migration-stats.[ch]
Juan Quintela
1
-0
/
+1
2023-04-27
migration/vmstate-dump: Dump array size too as "num"
Peter Xu
1
-0
/
+3
2023-04-27
migration: Allow postcopy_ram_supported_by_host() to report err
Peter Xu
1
-1
/
+2
2023-04-24
migration: Move migrate_use_block() to options.c
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Create options.c
Juan Quintela
1
-0
/
+1
2023-04-24
migration: rename enabled_capabilities to capabilities
Juan Quintela
1
-3
/
+3
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
1
-14
/
+10
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
1
-6
/
+2
2023-02-11
migration: Postpone postcopy preempt channel to be after main
Peter Xu
1
-1
/
+5
2023-02-11
migration: I messed state_pending_exact/estimate
Juan Quintela
1
-8
/
+8
2023-02-06
migration: Perform vmsd structure check during tests
Dr. David Alan Gilbert
1
-0
/
+42
2023-02-06
migration: Add canary to VMSTATE_END_OF_LIST
Dr. David Alan Gilbert
1
-0
/
+1
2023-02-06
migration/savevm: Allow immutable device state to be migrated early (i.e., be...
David Hildenbrand
1
-0
/
+14
2023-02-06
migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
David Hildenbrand
1
-6
/
+12
2023-02-06
migration/savevm: Move more savevm handling into vmstate_save()
David Hildenbrand
1
-42
/
+37
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
1
-7
/
+4
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
1
-8
/
+34
[next]