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
/
migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-29
migration: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-20
block: Inactivate BDS when migration completes
Kevin Wolf
1
-0
/
+7
2016-01-13
migration: Add state records for migration incoming
zhanghailiang
1
-6
/
+10
2016-01-13
migration: Export migrate_set_state()
zhanghailiang
1
-15
/
+21
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-2
/
+2
2015-12-03
migration: do floating-point division
Paolo Bonzini
1
-1
/
+1
2015-11-19
Unneeded NULL check
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-19
migration: Dead assignment of current_time
Dr. David Alan Gilbert
1
-1
/
+0
2015-11-12
migration_init: Fix lock initialisation/make it explicit
Dr. David Alan Gilbert
1
-30
/
+23
2015-11-12
migrate-start-postcopy: Improve text
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-12
Finish non-postcopiable iterative devices before package
Dr. David Alan Gilbert
1
-2
/
+8
2015-11-10
End of migration for postcopy
Dr. David Alan Gilbert
1
-1
/
+25
2015-11-10
Start up a postcopy/listener thread ready for incoming page data
Dr. David Alan Gilbert
1
-0
/
+6
2015-11-10
Don't iterate on precopy-only devices during postcopy
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-10
Page request: Process incoming page request
Dr. David Alan Gilbert
1
-1
/
+30
2015-11-10
Page request: Add MIG_RP_MSG_REQ_PAGES reverse command
Dr. David Alan Gilbert
1
-0
/
+70
2015-11-10
Postcopy: End of iteration
Dr. David Alan Gilbert
1
-14
/
+37
2015-11-10
Postcopy: Postcopy startup in migration thread
Dr. David Alan Gilbert
1
-7
/
+167
2015-11-10
migration_completion: Take current state
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state
Dr. David Alan Gilbert
1
-2
/
+45
2015-11-10
migration_completion: Take current state
Dr. David Alan Gilbert
1
-4
/
+7
2015-11-10
migrate_start_postcopy: Command to trigger transition to postcopy
Dr. David Alan Gilbert
1
-0
/
+22
2015-11-10
Modify save_live_pending for postcopy
Dr. David Alan Gilbert
1
-2
/
+7
2015-11-10
Add wrappers and handlers for sending/receiving the postcopy-ram migration me...
Dr. David Alan Gilbert
1
-0
/
+20
2015-11-10
Add migration-capability boolean for postcopy-ram.
Dr. David Alan Gilbert
1
-0
/
+23
2015-11-10
Rework loadvm path for subloops
Dr. David Alan Gilbert
1
-0
/
+2
2015-11-10
Return path: Source handling of return path
Dr. David Alan Gilbert
1
-2
/
+157
2015-11-10
migration_is_setup_or_active
Dr. David Alan Gilbert
1
-6
/
+20
2015-11-10
Return path: Send responses from destination to source
Dr. David Alan Gilbert
1
-0
/
+45
2015-11-10
Rename save_live_complete to save_live_complete_precopy
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-10
migrate_init: Call from savevm
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-10
Rename mis->file to from_src_file
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-04
migration: rename qemu_savevm_state_cancel
Liang Li
1
-1
/
+1
2015-11-04
migration: defer migration_end & blk_mig_cleanup
Liang Li
1
-7
/
+6
2015-10-15
migration: announce VM's new home just before VM is runnable
Amit Shah
1
-1
/
+6
2015-10-15
Migration: Generate the completed event only when we complete
Dr. David Alan Gilbert
1
-1
/
+7
2015-09-30
migration: Disambiguate MAX_THROTTLE
Jason J. Herne
1
-1
/
+1
2015-09-30
qmp/hmp: Add throttle ratio to query-migrate and info migrate
Jason J. Herne
1
-0
/
+5
2015-09-30
migration: Dynamic cpu throttling for auto-converge
Jason J. Herne
1
-0
/
+4
2015-09-30
migration: Parameters for auto-converge cpu throttling
Jason J. Herne
1
-1
/
+45
2015-09-29
migration: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2015-09-29
Split out end of migration code from migration_thread
Dr. David Alan Gilbert
1
-28
/
+47
2015-08-03
migration: Fix global state with Xen.
Anthony PERARD
1
-0
/
+7
2015-07-24
rcu: actually register threads that have RCU read-side critical sections
Paolo Bonzini
1
-0
/
+4
2015-07-15
migration: We also want to store the global state for savevm
Juan Quintela
1
-1
/
+1
2015-07-15
migration: Trace event and migration event are different things
Juan Quintela
1
-1
/
+1
2015-07-15
migration: Only change state after migration has finished
Juan Quintela
1
-21
/
+27
2015-07-07
migration: Add migration events on target side
Juan Quintela
1
-1
/
+4
2015-07-07
migration: Make events a capability
Juan Quintela
1
-2
/
+18
2015-07-07
migration: create migration event
Juan Quintela
1
-0
/
+2
[prev]
[next]