index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
migration.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: We also want to store the global state for savevm
Juan Quintela
2015-07-15
1
-1
/
+1
*
migration: Trace event and migration event are different things
Juan Quintela
2015-07-15
1
-1
/
+1
*
migration: Only change state after migration has finished
Juan Quintela
2015-07-15
1
-21
/
+27
*
migration: Add migration events on target side
Juan Quintela
2015-07-07
1
-1
/
+4
*
migration: Make events a capability
Juan Quintela
2015-07-07
1
-2
/
+18
*
migration: create migration event
Juan Quintela
2015-07-07
1
-0
/
+2
*
migration: No need to call trace_migrate_set_state()
Juan Quintela
2015-07-07
1
-2
/
+0
*
migration: Use always helper to set state
Juan Quintela
2015-07-07
1
-3
/
+3
*
migration: ensure we start in NONE state
Juan Quintela
2015-07-07
1
-1
/
+6
*
migration: Use cmpxchg correctly
Juan Quintela
2015-07-07
1
-1
/
+1
*
global_state: Make section optional
Juan Quintela
2015-07-07
1
-0
/
+29
*
migration: create new section to store global state
Juan Quintela
2015-07-07
1
-7
/
+98
*
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-17
/
+18
*
Move loadvm_handlers into MigrationIncomingState
Dr. David Alan Gilbert
2015-06-12
1
-0
/
+2
*
Create MigrationIncomingState
Dr. David Alan Gilbert
2015-06-12
1
-0
/
+28
*
Split header writing out of qemu_savevm_state_begin
Dr. David Alan Gilbert
2015-06-12
1
-0
/
+1
*
migration: Remove duplicated assignment of SETUP status
Juan Quintela
2015-06-12
1
-3
/
+0
*
migration: Add qmp commands to set and query parameters
Liang Li
2015-05-07
1
-0
/
+56
*
migration: Use an array instead of 3 parameters
Liang Li
2015-05-07
1
-12
/
+19
*
migration: Add interface to control compression
Liang Li
2015-05-07
1
-2
/
+5
*
migration: Add the framework of multi-thread decompression
Liang Li
2015-05-06
1
-0
/
+19
*
migration: Add the framework of multi-thread compression
Liang Li
2015-05-06
1
-0
/
+37
*
migration: Expose 'cancelling' status to user
zhanghailiang
2015-03-17
1
-5
/
+1
*
migration: Convert 'status' of MigrationInfo to use an enum type
zhanghailiang
2015-03-17
1
-15
/
+5
*
migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_*
zhanghailiang
2015-03-17
1
-43
/
+50
*
migration: Remove unused functions
Thomas Huth
2015-03-17
1
-9
/
+0
*
migrate_incoming: Cleanup/clarify error messages
Dr. David Alan Gilbert
2015-03-17
1
-2
/
+6
*
migration: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
2015-03-17
1
-2
/
+1
*
Add migrate_incoming
Dr. David Alan Gilbert
2015-03-16
1
-0
/
+19
*
Add -incoming defer
Dr. David Alan Gilbert
2015-03-16
1
-6
/
+23
*
migration_cancel: shutdown migration socket
Dr. David Alan Gilbert
2015-01-16
1
-0
/
+12
*
Start migrating migration code into a migration directory
Dr. David Alan Gilbert
2014-12-16
1
-0
/
+700