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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'quintela/migration-pull' into staging
Anthony Liguori
2011-10-20
1
-212
/
+227
|
\
|
*
migration: Make state definitions local
Juan Quintela
2011-10-20
1
-0
/
+8
|
*
migration: Export a function that tells if the migration has finished correctly
Juan Quintela
2011-10-20
1
-2
/
+2
|
*
migration: Pass MigrationState in migration notifiers
Juan Quintela
2011-10-20
1
-4
/
+4
|
*
migration: Use bandwidth_limit directly
Juan Quintela
2011-10-20
1
-7
/
+8
|
*
migration: create accessor for current_migration
Juan Quintela
2011-10-20
1
-61
/
+55
|
*
migration: Move exported functions to the end of the file
Juan Quintela
2011-10-20
1
-96
/
+91
|
*
migration: Remove migration cancel() callback
Juan Quintela
2011-10-20
1
-5
/
+4
|
*
migration: Remove get_status() accessor
Juan Quintela
2011-10-20
1
-11
/
+5
|
*
migration: Our release callback was just free
Juan Quintela
2011-10-20
1
-18
/
+1
|
*
migration: Introduce migrate_fd_completed() for consistency
Juan Quintela
2011-10-20
1
-7
/
+13
|
*
migration: Refactor and simplify error checking in migrate_fd_put_ready
Juan Quintela
2011-10-20
1
-11
/
+10
|
*
migration: Introduce MIG_STATE_SETUP
Juan Quintela
2011-10-20
1
-1
/
+5
|
*
migration: move migrate_new to do_migrate
Juan Quintela
2011-10-20
1
-13
/
+19
|
*
migration: Make all posible migration functions static
Juan Quintela
2011-10-20
1
-36
/
+36
|
*
migration: Refactor MigrationState creation
Juan Quintela
2011-10-20
1
-4
/
+25
|
*
migration: Rename FdMigrationState MigrationState
Juan Quintela
2011-10-20
1
-17
/
+17
|
*
migration: Fold MigrationState into FdMigrationState
Juan Quintela
2011-10-20
1
-8
/
+6
|
*
migration: Use FdMigrationState instead of MigrationState when possible
Juan Quintela
2011-10-20
1
-18
/
+16
|
*
migration: Make *start_outgoing_migration return FdMigrationState
Juan Quintela
2011-10-20
1
-2
/
+2
|
*
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
2011-10-20
1
-1
/
+1
|
*
migration: return real error code
Juan Quintela
2011-10-20
1
-1
/
+5
|
*
migration: change has_error to contain errno values
Juan Quintela
2011-10-20
1
-1
/
+1
|
*
migration: set error if select return one error
Juan Quintela
2011-10-20
1
-0
/
+4
|
*
migration: don't "write" when migration is not active
Juan Quintela
2011-10-20
1
-0
/
+4
|
*
migration: add error handling to migrate_fd_put_notify().
Yoshiaki Tamura
2011-10-20
1
-3
/
+3
|
*
migration: Check that migration is active before cancel it
Juan Quintela
2011-10-20
1
-2
/
+2
|
*
migration: simplify state assignmente
Juan Quintela
2011-10-20
1
-7
/
+4
*
|
runstate: Allow user to migrate twice
Luiz Capitulino
2011-10-19
1
-1
/
+1
|
/
*
RunState: Rename enum values as generated by the QAPI
Luiz Capitulino
2011-10-04
1
-3
/
+3
*
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-1
/
+1
*
Drop the incoming_expected global variable
Luiz Capitulino
2011-09-15
1
-2
/
+0
*
RunState: Add additional states
Luiz Capitulino
2011-09-15
1
-1
/
+7
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-1
/
+1
*
Reorganize and fix monitor resume after migration
Jan Kiszka
2011-08-05
1
-10
/
+9
*
notifier: Pass data argument to callback
Jan Kiszka
2011-07-23
1
-6
/
+6
*
Improve vm_stop reason declarations
Jan Kiszka
2011-02-14
1
-1
/
+1
*
add migration state change notifiers
Gerd Hoffmann
2011-01-24
1
-0
/
+28
*
savevm: Fix no_migrate
Alex Williamson
2011-01-17
1
-0
/
+4
*
migration/savevm: no need to flush requests
Michael S. Tsirkin
2010-12-09
1
-2
/
+0
*
migration: allow rate > 4g
Michael S. Tsirkin
2010-12-02
1
-2
/
+4
*
Switch migrate_set_speed() to take an 'o' argument rather than a float.
Jes Sorensen
2010-11-03
1
-2
/
+2
*
set proper migration status on ->write error (v5)
Marcelo Tosatti
2010-08-19
1
-1
/
+7
*
migration: Accept 'cont' only after successful incoming migration
Amit Shah
2010-07-30
1
-0
/
+2
*
Monitor: handle optional '-' arg as a bool
Luiz Capitulino
2010-07-01
1
-9
/
+7
*
Factorize common migration incoming code
Juan Quintela
2010-06-22
1
-0
/
+13
*
Exit if incoming migration fails
Juan Quintela
2010-06-22
1
-6
/
+10
*
migration: use qemu_free() instead of free().
Yoshiaki Tamura
2010-06-14
1
-1
/
+1
*
migration: respect exit status with exec:
Anthony Liguori
2010-06-03
1
-3
/
+14
[next]