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
/
savevm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
migration: Truncate state file in xen-save-devices-state
Dov Murik
1
-1
/
+2
2020-09-17
migration/: fix some comment spelling errors
zhaolichang
1
-2
/
+2
2020-08-28
migration: improve error reporting of block driver state name
Daniel P. Berrangé
1
-6
/
+6
2020-07-27
migration/savevm: don't worry if bitmap migration postcopy failed
Vladimir Sementsov-Ogievskiy
1
-5
/
+32
2020-07-13
migration/savevm: respect qemu_fclose() error code in save_snapshot()
Denis V. Lunev
1
-2
/
+6
2020-07-02
migration/colo: Use ram_block_discard_disable()
David Hildenbrand
1
-2
/
+9
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-28
migration/savevm: release gslist after dump_vmstate_json
Pan Nengyuan
1
-0
/
+1
2020-02-13
migration: Optimization about wait-unplug migration state
Keqian Zhu
1
-21
/
+3
2020-01-29
migration: Create migration_is_running()
Juan Quintela
1
-3
/
+1
2020-01-20
migration: Change SaveStateEntry.instance_id into uint32_t
Peter Xu
1
-8
/
+10
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
1
-4
/
+4
2020-01-20
migration: savevm_state_handler_insert: constant-time element insertion
Scott Cheloha
1
-3
/
+23
2020-01-20
migration: add savevm_state_handler_remove()
Scott Cheloha
1
-2
/
+7
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
1
-10
/
+10
2019-11-25
net/virtio: fix dev_unplug_pending
Jens Freimann
1
-1
/
+2
2019-10-29
migration: add new migration state wait-unplug
Jens Freimann
1
-0
/
+31
2019-10-11
migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_R...
Wei Yang
1
-1
/
+2
2019-10-11
migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...
Wei Yang
1
-1
/
+1
2019-10-11
migration/postcopy: postpone setting PostcopyState to END
Wei Yang
1
-0
/
+2
2019-10-11
migration/postcopy: mis->have_listen_thread check will never be touched
Wei Yang
1
-5
/
+0
2019-10-11
migration: report SaveStateEntry id and name on failure
Wei Yang
1
-0
/
+2
2019-09-25
migration: fix vmdesc leak on vmstate_save() error
Marc-André Lureau
1
-2
/
+1
2019-09-12
migration: Add validate-uuid capability
Yury Kotov
1
-0
/
+45
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
1
-22
/
+1
2019-09-12
migration: cleanup check on ops in savevm.handlers iterations
Wei Yang
1
-6
/
+6
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
1
-0
/
+4
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-14
migration/postcopy: use mis->bh instead of allocating a QEMUBH
Wei Yang
1
-13
/
+4
2019-08-14
migration: always initialise ram_counters for a new migration
Ivan Ren
1
-0
/
+1
2019-08-14
migration: equation is more proper than and to check LOADVM_QUIT
Wei Yang
1
-1
/
+1
2019-08-14
migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad...
Wei Yang
1
-2
/
+0
2019-08-14
migration/savevm: move non SaveStateEntry condition check out of iteration
Wei Yang
1
-7
/
+6
2019-08-14
migration/savevm: split qemu_savevm_state_complete_precopy() into two parts
Wei Yang
1
-17
/
+49
2019-08-14
migration/savevm: flush file for iterable_only case
Wei Yang
1
-1
/
+2
2019-08-14
migration: Add error_desc for file channel errors
Yury Kotov
1
-3
/
+3
2019-07-15
migration/postcopy: remove redundant cpu_synchronize_all_post_init
Wei Yang
1
-1
/
+0
2019-05-14
migration/savevm: wrap into qemu_loadvm_state_header()
Wei Yang
1
-29
/
+40
2019-05-14
migration/savevm: load_header before load_setup
Wei Yang
1
-4
/
+4
2019-05-14
migration/savevm: remove duplicate check of migration_is_blocked
Wei Yang
1
-4
/
+0
2019-05-14
migration: savevm: fix error code with migration blockers
Cole Robinson
1
-1
/
+1
2019-05-14
migration: not necessary to check ops again
Wei Yang
1
-8
/
+6
2019-04-02
Revert "migration: move only_migratable to MigrationState"
Markus Armbruster
1
-1
/
+1
2019-03-06
migration/ram.c: add a notifier chain for precopy
Wei Wang
1
-0
/
+15
2019-03-06
migration: Add capabilities validation
Yury Kotov
1
-0
/
+137
2019-03-05
migration: Switch to using announce timer
Dr. David Alan Gilbert
1
-69
/
+3
2019-01-23
vmstate: constify SaveVMHandlers
Marc-André Lureau
1
-2
/
+2
[next]