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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-10
use inet_listen()/inet_connect() to support ipv6 migration
Amos Kong
1
-6
/
+8
2012-05-08
wakeup on migration
Gerd Hoffmann
1
-0
/
+1
2012-04-05
migration: clear BDRV_O_INCOMING flags on end of incoming live migration
BenoƮt Canet
1
-0
/
+1
2012-03-15
qapi: Convert migrate
Luiz Capitulino
1
-49
/
+17
2012-03-15
Purge migration of (almost) everything to do with monitors
Luiz Capitulino
1
-4
/
+4
2012-02-17
notifier: switch to QLIST
Paolo Bonzini
1
-1
/
+1
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2011-12-12
migrate_fd_cleanup: accept any negative qemu_fclose() value as error
Eduardo Habkost
1
-3
/
+1
2011-12-06
qapi: Convert migrate_set_speed
Luiz Capitulino
1
-8
/
+4
2011-12-06
qapi: Convert migrate_set_downtime
Luiz Capitulino
1
-9
/
+4
2011-12-06
qapi: Convert migrate_cancel
Luiz Capitulino
1
-2
/
+1
2011-11-21
block: allow migration to work with image files (v3)
Anthony Liguori
1
-0
/
+3
2011-11-21
migrate: add migration blockers
Anthony Liguori
1
-0
/
+18
2011-11-11
migration: fix detached migration with fd
Juan Quintela
1
-2
/
+10
2011-11-01
Fix segfault on migration completion
Luiz Capitulino
1
-1
/
+1
2011-10-31
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
1
-59
/
+23
2011-10-27
qapi: Convert query-migrate
Luiz Capitulino
1
-59
/
+23
2011-10-25
migration: add status query functions
Gerd Hoffmann
1
-0
/
+11
2011-10-20
Merge remote-tracking branch 'quintela/migration-pull' into staging
Anthony Liguori
1
-212
/
+227
2011-10-20
migration: Make state definitions local
Juan Quintela
1
-0
/
+8
2011-10-20
migration: Export a function that tells if the migration has finished correctly
Juan Quintela
1
-2
/
+2
2011-10-20
migration: Pass MigrationState in migration notifiers
Juan Quintela
1
-4
/
+4
2011-10-20
migration: Use bandwidth_limit directly
Juan Quintela
1
-7
/
+8
2011-10-20
migration: create accessor for current_migration
Juan Quintela
1
-61
/
+55
2011-10-20
migration: Move exported functions to the end of the file
Juan Quintela
1
-96
/
+91
2011-10-20
migration: Remove migration cancel() callback
Juan Quintela
1
-5
/
+4
2011-10-20
migration: Remove get_status() accessor
Juan Quintela
1
-11
/
+5
2011-10-20
migration: Our release callback was just free
Juan Quintela
1
-18
/
+1
2011-10-20
migration: Introduce migrate_fd_completed() for consistency
Juan Quintela
1
-7
/
+13
2011-10-20
migration: Refactor and simplify error checking in migrate_fd_put_ready
Juan Quintela
1
-11
/
+10
2011-10-20
migration: Introduce MIG_STATE_SETUP
Juan Quintela
1
-1
/
+5
2011-10-20
migration: move migrate_new to do_migrate
Juan Quintela
1
-13
/
+19
2011-10-20
migration: Make all posible migration functions static
Juan Quintela
1
-36
/
+36
2011-10-20
migration: Refactor MigrationState creation
Juan Quintela
1
-4
/
+25
2011-10-20
migration: Rename FdMigrationState MigrationState
Juan Quintela
1
-17
/
+17
2011-10-20
migration: Fold MigrationState into FdMigrationState
Juan Quintela
1
-8
/
+6
2011-10-20
migration: Use FdMigrationState instead of MigrationState when possible
Juan Quintela
1
-18
/
+16
2011-10-20
migration: Make *start_outgoing_migration return FdMigrationState
Juan Quintela
1
-2
/
+2
2011-10-20
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
1
-1
/
+1
2011-10-20
migration: return real error code
Juan Quintela
1
-1
/
+5
2011-10-20
migration: change has_error to contain errno values
Juan Quintela
1
-1
/
+1
2011-10-20
migration: set error if select return one error
Juan Quintela
1
-0
/
+4
2011-10-20
migration: don't "write" when migration is not active
Juan Quintela
1
-0
/
+4
2011-10-20
migration: add error handling to migrate_fd_put_notify().
Yoshiaki Tamura
1
-3
/
+3
2011-10-20
migration: Check that migration is active before cancel it
Juan Quintela
1
-2
/
+2
2011-10-20
migration: simplify state assignmente
Juan Quintela
1
-7
/
+4
2011-10-19
runstate: Allow user to migrate twice
Luiz Capitulino
1
-1
/
+1
2011-10-04
RunState: Rename enum values as generated by the QAPI
Luiz Capitulino
1
-3
/
+3
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-1
/
+1
2011-09-15
Drop the incoming_expected global variable
Luiz Capitulino
1
-2
/
+0
[next]