index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
savevm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Postpone the kick of the fault thread after recover
Peter Xu
2020-11-02
1
-3
/
+8
*
migration: Unify reset of last_rb on destination node when recover
Peter Xu
2020-11-02
1
-0
/
+6
*
migration: Sync requested pages after postcopy recovery
Peter Xu
2020-10-26
1
-0
/
+57
*
migration: Do not initialise statics and globals to 0 or NULL
Bihong Yu
2020-10-26
1
-1
/
+1
*
migration: Add spaces around operator
Bihong Yu
2020-10-26
1
-1
/
+1
*
qapi: Restrict Xen migration commands to migration.json
Philippe Mathieu-Daudé
2020-10-21
1
-1
/
+0
*
replay: flush rr queue before loading the vmstate
Pavel Dovgalyuk
2020-10-06
1
-6
/
+6
*
migration: introduce icount field for snapshots
Pavel Dovgalyuk
2020-10-06
1
-0
/
+5
*
migration: Truncate state file in xen-save-devices-state
Dov Murik
2020-09-25
1
-1
/
+2
*
migration/: fix some comment spelling errors
zhaolichang
2020-09-17
1
-2
/
+2
*
migration: improve error reporting of block driver state name
Daniel P. Berrangé
2020-08-28
1
-6
/
+6
*
migration/savevm: don't worry if bitmap migration postcopy failed
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-5
/
+32
*
migration/savevm: respect qemu_fclose() error code in save_snapshot()
Denis V. Lunev
2020-07-13
1
-2
/
+6
*
migration/colo: Use ram_block_discard_disable()
David Hildenbrand
2020-07-02
1
-2
/
+9
*
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
2020-06-10
1
-1
/
+1
*
migration/savevm: release gslist after dump_vmstate_json
Pan Nengyuan
2020-02-28
1
-0
/
+1
*
migration: Optimization about wait-unplug migration state
Keqian Zhu
2020-02-13
1
-21
/
+3
*
migration: Create migration_is_running()
Juan Quintela
2020-01-29
1
-3
/
+1
*
migration: Change SaveStateEntry.instance_id into uint32_t
Peter Xu
2020-01-20
1
-8
/
+10
*
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-20
1
-4
/
+4
*
migration: savevm_state_handler_insert: constant-time element insertion
Scott Cheloha
2020-01-20
1
-3
/
+23
*
migration: add savevm_state_handler_remove()
Scott Cheloha
2020-01-20
1
-2
/
+7
*
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
1
-10
/
+10
*
net/virtio: fix dev_unplug_pending
Jens Freimann
2019-11-25
1
-1
/
+2
*
migration: add new migration state wait-unplug
Jens Freimann
2019-10-29
1
-0
/
+31
*
migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_R...
Wei Yang
2019-10-11
1
-1
/
+2
*
migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...
Wei Yang
2019-10-11
1
-1
/
+1
*
migration/postcopy: postpone setting PostcopyState to END
Wei Yang
2019-10-11
1
-0
/
+2
*
migration/postcopy: mis->have_listen_thread check will never be touched
Wei Yang
2019-10-11
1
-5
/
+0
*
migration: report SaveStateEntry id and name on failure
Wei Yang
2019-10-11
1
-0
/
+2
*
migration: fix vmdesc leak on vmstate_save() error
Marc-André Lureau
2019-09-25
1
-2
/
+1
*
migration: Add validate-uuid capability
Yury Kotov
2019-09-12
1
-0
/
+45
*
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-09-12
1
-22
/
+1
*
migration: cleanup check on ops in savevm.handlers iterations
Wei Yang
2019-09-12
1
-6
/
+6
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
2019-08-16
1
-0
/
+4
|
\
|
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
|
*
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
|
migration/postcopy: use mis->bh instead of allocating a QEMUBH
Wei Yang
2019-08-14
1
-13
/
+4
*
|
migration: always initialise ram_counters for a new migration
Ivan Ren
2019-08-14
1
-0
/
+1
*
|
migration: equation is more proper than and to check LOADVM_QUIT
Wei Yang
2019-08-14
1
-1
/
+1
*
|
migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad...
Wei Yang
2019-08-14
1
-2
/
+0
*
|
migration/savevm: move non SaveStateEntry condition check out of iteration
Wei Yang
2019-08-14
1
-7
/
+6
*
|
migration/savevm: split qemu_savevm_state_complete_precopy() into two parts
Wei Yang
2019-08-14
1
-17
/
+49
*
|
migration/savevm: flush file for iterable_only case
Wei Yang
2019-08-14
1
-1
/
+2
*
|
migration: Add error_desc for file channel errors
Yury Kotov
2019-08-14
1
-3
/
+3
|
/
*
migration/postcopy: remove redundant cpu_synchronize_all_post_init
Wei Yang
2019-07-15
1
-1
/
+0
*
migration/savevm: wrap into qemu_loadvm_state_header()
Wei Yang
2019-05-14
1
-29
/
+40
*
migration/savevm: load_header before load_setup
Wei Yang
2019-05-14
1
-4
/
+4
[next]