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: remove support for non-iovec based write handlers
Daniel P. Berrange
2016-05-26
1
-8
/
+0
*
migration: convert savevm to use QIOChannel for writing to files
Daniel P. Berrange
2016-05-26
1
-3
/
+5
*
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
2016-05-26
1
-31
/
+16
*
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...
Peter Maydell
2016-05-24
1
-2
/
+2
|
\
|
*
savevm: fail if migration blockers are present
Greg Kurz
2016-05-23
1
-1
/
+1
|
*
migration/qjson: Drop gratuitous use of QOM
Markus Armbruster
2016-05-23
1
-1
/
+1
*
|
memory: drop find_ram_block()
Gonglei
2016-05-23
1
-2
/
+2
|
/
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-2
/
+1
*
postcopy: listen thread is never joined
Dr. David Alan Gilbert
2016-03-11
1
-1
/
+1
*
migration: fix use-after-free in loadvm_postcopy_handle_run_bh
Denis V. Lunev
2016-03-11
1
-4
/
+12
*
migration: allow machine to enforce configuration section migration
Greg Kurz
2016-02-28
1
-2
/
+8
*
migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context
Denis V. Lunev
2016-02-26
1
-10
/
+19
*
migration: reorder code to make it symmetric
Wei Yang
2016-02-26
1
-3
/
+2
*
migration: fix bad string passed to error_report()
Greg Kurz
2016-02-05
1
-2
/
+2
*
savevm: Split load vm state function qemu_loadvm_state
zhanghailiang
2016-02-05
1
-64
/
+92
*
migration: rename 'file' in MigrationState to 'to_dst_file'
zhanghailiang
2016-02-05
1
-1
/
+1
*
migration: Clean up includes
Peter Maydell
2016-01-29
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...
Peter Maydell
2016-01-14
1
-12
/
+9
|
\
|
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2016-01-13
1
-2
/
+2
|
*
migration: Use error_reportf_err() instead of monitor_printf()
Markus Armbruster
2016-01-13
1
-8
/
+6
|
*
error: Use error_report_err() instead of monitor_printf()
Markus Armbruster
2016-01-13
1
-2
/
+1
*
|
Postcopy: Send events/change state on incoming side
Dr. David Alan Gilbert
2016-01-13
1
-7
/
+15
|
/
*
migration: normalize locking in migration/savevm.c
Denis V. Lunev
2015-11-19
1
-1
/
+18
*
migration: implement bdrv_all_find_vmstate_bs helper
Denis V. Lunev
2015-11-19
1
-15
/
+4
*
migration: reorder processing in hmp_savevm
Denis V. Lunev
2015-11-19
1
-9
/
+9
*
snapshot: create bdrv_all_create_snapshot helper
Denis V. Lunev
2015-11-19
1
-13
/
+4
*
migration: drop find_vmstate_bs check in hmp_delvm
Denis V. Lunev
2015-11-19
1
-5
/
+0
*
snapshot: create bdrv_all_find_snapshot helper
Denis V. Lunev
2015-11-19
1
-33
/
+9
*
migration: factor our snapshottability check in load_vmstate
Denis V. Lunev
2015-11-19
1
-8
/
+7
*
snapshot: create bdrv_all_goto_snapshot helper
Denis V. Lunev
2015-11-19
1
-10
/
+5
*
snapshot: create bdrv_all_delete_snapshot helper
Denis V. Lunev
2015-11-19
1
-44
/
+10
*
snapshot: create helper to test that block drivers supports snapshots
Denis V. Lunev
2015-11-19
1
-13
/
+4
*
Finish non-postcopiable iterative devices before package
Dr. David Alan Gilbert
2015-11-12
1
-2
/
+8
*
migration: qemu_savevm_state_cleanup becomes mandatory operation
Denis V. Lunev
2015-11-10
1
-1
/
+1
*
Postcopy: Mark nohugepage before discard
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+8
*
postcopy: Wire up loadvm_postcopy_handle_ commands
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+27
*
Start up a postcopy/listener thread ready for incoming page data
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+78
*
Don't iterate on precopy-only devices during postcopy
Dr. David Alan Gilbert
2015-11-10
1
-2
/
+11
*
postcopy: ram_enable_notify to switch on userfault
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+9
*
postcopy: Incoming initialisation
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+6
*
migration_completion: Take current state
Dr. David Alan Gilbert
2015-11-10
1
-2
/
+0
*
Add qemu_savevm_state_complete_postcopy
Dr. David Alan Gilbert
2015-11-10
1
-2
/
+47
*
Avoid sending vmdescription during postcopy
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+2
*
postcopy: OS support test
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+5
*
Modify save_live_pending for postcopy
Dr. David Alan Gilbert
2015-11-10
1
-4
/
+13
*
MIG_CMD_PACKAGED: Send a packaged chunk of migration stream
Dr. David Alan Gilbert
2015-11-10
1
-5
/
+99
*
Add wrappers and handlers for sending/receiving the postcopy-ram migration me...
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+254
*
Rework loadvm path for subloops
Dr. David Alan Gilbert
2015-11-10
1
-67
/
+74
*
Return path: Send responses from destination to source
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+1
[next]