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
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
2015-07-07
migration: No need to call trace_migrate_set_state()
Juan Quintela
1
-2
/
+0
2015-07-07
migration: Use always helper to set state
Juan Quintela
1
-3
/
+3
2015-07-07
migration: ensure we start in NONE state
Juan Quintela
1
-1
/
+6
2015-07-07
migration: Use cmpxchg correctly
Juan Quintela
1
-1
/
+1
2015-07-07
global_state: Make section optional
Juan Quintela
1
-0
/
+29
2015-07-07
migration: create new section to store global state
Juan Quintela
1
-7
/
+98
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-17
/
+18
2015-06-12
Move loadvm_handlers into MigrationIncomingState
Dr. David Alan Gilbert
1
-0
/
+2
2015-06-12
Create MigrationIncomingState
Dr. David Alan Gilbert
1
-0
/
+28
2015-06-12
Split header writing out of qemu_savevm_state_begin
Dr. David Alan Gilbert
1
-0
/
+1
2015-06-12
migration: Remove duplicated assignment of SETUP status
Juan Quintela
1
-3
/
+0
2015-05-07
migration: Add qmp commands to set and query parameters
Liang Li
1
-0
/
+56
2015-05-07
migration: Use an array instead of 3 parameters
Liang Li
1
-12
/
+19
2015-05-07
migration: Add interface to control compression
Liang Li
1
-2
/
+5
2015-05-06
migration: Add the framework of multi-thread decompression
Liang Li
1
-0
/
+19
2015-05-06
migration: Add the framework of multi-thread compression
Liang Li
1
-0
/
+37
2015-03-17
migration: Expose 'cancelling' status to user
zhanghailiang
1
-5
/
+1
2015-03-17
migration: Convert 'status' of MigrationInfo to use an enum type
zhanghailiang
1
-15
/
+5
2015-03-17
migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_*
zhanghailiang
1
-43
/
+50
2015-03-17
migration: Remove unused functions
Thomas Huth
1
-9
/
+0
2015-03-17
migrate_incoming: Cleanup/clarify error messages
Dr. David Alan Gilbert
1
-2
/
+6
2015-03-17
migration: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
1
-2
/
+1
2015-03-16
Add migrate_incoming
Dr. David Alan Gilbert
1
-0
/
+19
2015-03-16
Add -incoming defer
Dr. David Alan Gilbert
1
-6
/
+23
2015-01-16
migration_cancel: shutdown migration socket
Dr. David Alan Gilbert
1
-0
/
+12
2014-12-16
Start migrating migration code into a migration directory
Dr. David Alan Gilbert
1
-0
/
+700