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, xen: Fix block image lock issue on live migration
Anthony PERARD
2017-11-21
1
-1
/
+22
*
block: Add errp to bdrv_all_goto_snapshot()
Kevin Wolf
2017-11-21
1
-3
/
+3
*
migration: Route errors up through vmstate_save
Dr. David Alan Gilbert
2017-09-27
1
-5
/
+14
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
migration: pass MigrationIncomingState* into migration check functions
Alexey Perevalov
2017-09-22
1
-1
/
+1
*
migration: split common postcopy out of ram postcopy
Vladimir Sementsov-Ogievskiy
2017-09-22
1
-9
/
+39
*
migration: add has_postcopy savevm handler
Vladimir Sementsov-Ogievskiy
2017-09-22
1
-2
/
+4
*
migration: Report when bdrv_inactivate_all fails
Dr. David Alan Gilbert
2017-09-06
1
-0
/
+2
*
migration: Create load_setup()/cleanup() methods
Juan Quintela
2017-07-10
1
-1
/
+44
*
migration: Rename cleanup() to save_cleanup()
Juan Quintela
2017-07-10
1
-2
/
+2
*
migration: Rename save_live_setup() to save_setup()
Juan Quintela
2017-07-10
1
-6
/
+6
*
migration: merge enforce_config_section somewhat
Peter Xu
2017-06-28
1
-10
/
+2
*
migration: move skip_section_footers
Peter Xu
2017-06-28
1
-9
/
+2
*
migration: move skip_configuration out
Peter Xu
2017-06-28
1
-11
/
+4
*
migration: move only_migratable to MigrationState
Peter Xu
2017-06-28
1
-1
/
+1
*
migration: hold AioContext lock for loadvm qemu_fclose()
Stefan Hajnoczi
2017-06-26
1
-1
/
+1
*
migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all()
Stefan Hajnoczi
2017-06-26
1
-3
/
+15
*
migration: avoid recursive AioContext locking in save_vmstate()
Stefan Hajnoczi
2017-06-26
1
-1
/
+11
*
migration: Fix race of image locking between src and dst
Fam Zheng
2017-06-19
1
-4
/
+15
*
migration: Remove unneeded includes
Juan Quintela
2017-06-14
1
-6
/
+0
*
migration: Move migration.h to migration/
Juan Quintela
2017-06-13
1
-1
/
+1
*
migration: create global_state.c
Juan Quintela
2017-06-13
1
-0
/
+1
*
migration: Split registration functions from vmstate.h
Juan Quintela
2017-06-13
1
-0
/
+1
*
migration: Move self_announce_delay() to misc.h
Juan Quintela
2017-06-13
1
-0
/
+1
*
qemu/migration: fix the double free problem on from_src_file
QingFeng Hao
2017-06-07
1
-1
/
+0
*
migration: Mark CPU states dirty before incoming migration/loadvm
David Gibson
2017-06-06
1
-0
/
+2
*
migration: remove register_savevm()
Laurent Vivier
2017-06-06
1
-16
/
+0
*
migration: Export ram.c functions in its own file
Juan Quintela
2017-06-01
1
-0
/
+1
*
migration: Create include for migration snapshots
Juan Quintela
2017-06-01
1
-2
/
+3
*
migration: Split qemu-file.h
Juan Quintela
2017-06-01
1
-0
/
+1
*
migration: Remove section_id parameter from vmstate_load
Juan Quintela
2017-06-01
1
-5
/
+5
*
migration: loadvm handlers are not used
Juan Quintela
2017-06-01
1
-26
/
+0
*
migration: Use savevm_handlers instead of loadvm copy
Juan Quintela
2017-06-01
1
-13
/
+19
*
migration: Create savevm.h for functions exported from savevm.c
Juan Quintela
2017-05-31
1
-4
/
+25
*
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
Stefan Hajnoczi
2017-05-30
1
-1
/
+1
|
\
|
*
shutdown: Prepare for use of an enum in reset/shutdown_request
Eric Blake
2017-05-23
1
-1
/
+1
*
|
migration: Make savevm.c target independent
Juan Quintela
2017-05-18
1
-7
/
+7
*
|
exec: Create include for target_page_size()
Juan Quintela
2017-05-18
1
-0
/
+1
*
|
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
2017-05-18
1
-0
/
+1
*
|
migration: Remove old MigrationParams
Juan Quintela
2017-05-18
1
-13
/
+3
*
|
migration: Remove use of old MigrationParams
Juan Quintela
2017-05-18
1
-2
/
+6
|
/
*
migration: Move check_migratable() into qdev.c
Juan Quintela
2017-05-17
1
-0
/
+10
*
migration: Pass Error ** argument to {save,load}_vmstate
Juan Quintela
2017-05-17
1
-26
/
+25
*
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
2017-05-11
1
-3
/
+0
*
migration: Unify block node activation error handling
Kevin Wolf
2017-05-11
1
-7
/
+5
*
Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging
Stefan Hajnoczi
2017-05-05
1
-175
/
+10
|
\
|
*
migration: Move postcopy-ram.h to migration/
Juan Quintela
2017-05-04
1
-1
/
+1
|
*
monitor: Move hmp_info_snapshots from savevm.c to hmp.c
Juan Quintela
2017-05-04
1
-147
/
+0
|
*
monitor: Move hmp_delvm from savevm.c to hmp.c
Juan Quintela
2017-05-04
1
-13
/
+0
|
*
monitor: Move hmp_savevm from savevm.c to hmp.c
Juan Quintela
2017-05-04
1
-5
/
+0
[next]