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
2013-02-22
migration: calculate expected_downtime
Juan Quintela
1
-0
/
+5
2013-02-22
migration: don't account sleep time for calculating bandwidth
Juan Quintela
1
-1
/
+4
2013-02-22
migration: calculate end time after we have sent the data
Juan Quintela
1
-1
/
+2
2013-02-22
migration: change initial value of expected_downtime
Juan Quintela
1
-0
/
+2
2013-02-11
migration: restrict scope of incoming fd read handler
Stefan Hajnoczi
1
-8
/
+0
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2013-01-17
migration: remove argument to qemu_savevm_state_cancel
Juan Quintela
1
-1
/
+1
2013-01-17
migration: Only go to the iterate stage if there is anything to send
Juan Quintela
1
-1
/
+1
2013-01-17
migration: unfold rest of migrate_fd_put_ready() into thread
Juan Quintela
1
-54
/
+41
2013-01-17
migration: move exit condition to migration thread
Juan Quintela
1
-6
/
+8
2013-01-17
migration: Add buffered_flush error handling
Juan Quintela
1
-1
/
+2
2013-01-17
migration: move beginning stage to the migration thread
Juan Quintela
1
-13
/
+15
2013-01-17
migration: fix off-by-one in buffered_rate_limit
Paolo Bonzini
1
-1
/
+1
2013-01-17
migration: remove double call to migrate_fd_close
Paolo Bonzini
1
-1
/
+0
2013-01-17
migration: make function static
Paolo Bonzini
1
-2
/
+2
2013-01-17
use XFER_LIMIT_RATIO consistently
Paolo Bonzini
1
-1
/
+1
2012-12-20
migration: merge QEMUFileBuffered into MigrationState
Juan Quintela
1
-38
/
+25
2012-12-20
migration: fix qemu_get_fd for BufferedFile
Paolo Bonzini
1
-1
/
+1
2012-12-20
migration: move migration notifier
Juan Quintela
1
-2
/
+1
2012-12-20
migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect
Juan Quintela
1
-8
/
+3
2012-12-20
migration: move migration_fd_put_ready()
Juan Quintela
1
-65
/
+65
2012-12-20
migration: add XFER_LIMIT_RATIO
Juan Quintela
1
-4
/
+6
2012-12-20
migration: move buffered_file.c code into migration.c
Juan Quintela
1
-1
/
+232
2012-12-20
savevm: New save live migration method: pending
Juan Quintela
1
-7
/
+15
2012-12-20
migration: just lock migrate_fd_put_ready
Juan Quintela
1
-0
/
+5
2012-12-20
migration: remove unfreeze logic
Juan Quintela
1
-23
/
+0
2012-12-20
migration: make writes blocking
Juan Quintela
1
-17
/
+0
2012-12-20
migration: move migration thread init code to migrate_fd_put_ready
Juan Quintela
1
-12
/
+17
2012-12-20
migration: make qemu_fopen_ops_buffered() return void
Juan Quintela
1
-1
/
+1
2012-12-20
migration: remove double call to migrate_fd_close
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-2
/
+2
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-11-02
migration: move process_incoming_migration to a coroutine
Paolo Bonzini
1
-1
/
+20
2012-11-02
migration: move qemu_fclose to process_incoming_migration
Paolo Bonzini
1
-1
/
+5
2012-11-02
migration: use migrate_fd_close in migrate_fd_cleanup
Paolo Bonzini
1
-11
/
+8
2012-10-29
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable
Aurelien Jarno
1
-1
/
+1
2012-10-24
migration: go to paused state after finishing incoming migration with -S
Paolo Bonzini
1
-1
/
+1
2012-10-23
migration (incoming): add error propagation to fd and exec protocols
Paolo Bonzini
1
-9
/
+6
2012-10-23
migration (outgoing): add error propagation for all protocols
Paolo Bonzini
1
-11
/
+6
2012-10-23
migration: use qemu-sockets to establish Unix sockets
Paolo Bonzini
1
-2
/
+2
2012-10-23
migration: centralize call to migrate_fd_error()
Paolo Bonzini
1
-0
/
+1
2012-10-23
migration: avoid using error_is_set and thus relying on errp != NULL
Paolo Bonzini
1
-6
/
+7
2012-10-17
savevm: make qemu_file_put_notify() return errors
Juan Quintela
1
-2
/
+3
2012-10-17
migration: make migrate_fd_wait_for_unfreeze() return errors
Juan Quintela
1
-3
/
+4
2012-10-17
buffered_file: We can access directly to bandwidth_limit
Juan Quintela
1
-1
/
+1
2012-10-17
buffered_file: unfold migrate_fd_close
Juan Quintela
1
-6
/
+2
2012-10-17
buffered_file: unfold migrate_fd_wait_for_unfreeze
Juan Quintela
1
-3
/
+1
[prev]
[next]