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