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-03-26
migration: do not sent zero pages in bulk stage
Peter Lieven
1
-1
/
+2
2013-03-11
migration: inline migrate_fd_close
Paolo Bonzini
1
-12
/
+2
2013-03-11
migration: eliminate s->migration_file
Paolo Bonzini
1
-47
/
+4
2013-03-11
migration: move contents of migration_close to migrate_fd_cleanup
Paolo Bonzini
1
-10
/
+7
2013-03-11
migration: move rate limiting to QEMUFile
Paolo Bonzini
1
-50
/
+1
2013-03-11
migration: small changes around rate-limiting
Paolo Bonzini
1
-8
/
+11
2013-03-11
migration: use qemu_ftell to compute bandwidth
Paolo Bonzini
1
-1
/
+3
2013-03-11
migration: use QEMUFile for writing outgoing migration data
Paolo Bonzini
1
-38
/
+8
2013-03-11
migration: use QEMUFile for migration channel lifetime
Paolo Bonzini
1
-3
/
+5
2013-03-11
migration: use qemu_file_rate_limit consistently
Paolo Bonzini
1
-2
/
+2
2013-03-11
migration: remove useless qemu_file_get_error check
Paolo Bonzini
1
-6
/
+0
2013-03-11
migration: detect error before sleeping
Paolo Bonzini
1
-3
/
+4
2013-03-11
migration: eliminate last_round
Paolo Bonzini
1
-6
/
+5
2013-03-11
Rename buffered_ to migration_
Juan Quintela
1
-16
/
+16
2013-03-11
migration: yay, buffering is gone
Paolo Bonzini
1
-58
/
+21
2013-03-11
migration: run setup callbacks out of big lock
Paolo Bonzini
1
-2
/
+0
2013-03-11
migration: run pending/iterate callbacks out of big lock
Paolo Bonzini
1
-2
/
+2
2013-03-11
migration: cleanup migration (including thread) in the iothread
Paolo Bonzini
1
-18
/
+20
2013-03-11
migration: prepare to access s->state outside critical sections
Paolo Bonzini
1
-12
/
+21
2013-03-11
migration: add migrate_set_state tracepoint
Kazuya Saito
1
-1
/
+8
2013-03-11
migration: do not nest flushing of device data
Paolo Bonzini
1
-31
/
+24
2013-03-11
migration: simplify error handling
Paolo Bonzini
1
-32
/
+14
2013-03-11
migration: use qemu_file_set_error
Paolo Bonzini
1
-16
/
+6
2013-03-11
migration: flush all data to fd when buffered_flush is called
Paolo Bonzini
1
-0
/
+2
2013-03-11
migration: move more error handling to migrate_fd_cleanup
Paolo Bonzini
1
-6
/
+10
2013-03-11
migration: always use vm_stop_force_state
Paolo Bonzini
1
-5
/
+1
2013-03-11
migration: simplify while loop
Paolo Bonzini
1
-10
/
+1
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
[next]