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
*
migration: reflect incoming failure to shell
Eric Blake
2013-04-17
1
-1
/
+1
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
1
-1
/
+1
*
migration: do not sent zero pages in bulk stage
Peter Lieven
2013-03-26
1
-1
/
+2
*
migration: inline migrate_fd_close
Paolo Bonzini
2013-03-11
1
-12
/
+2
*
migration: eliminate s->migration_file
Paolo Bonzini
2013-03-11
1
-47
/
+4
*
migration: move contents of migration_close to migrate_fd_cleanup
Paolo Bonzini
2013-03-11
1
-10
/
+7
*
migration: move rate limiting to QEMUFile
Paolo Bonzini
2013-03-11
1
-50
/
+1
*
migration: small changes around rate-limiting
Paolo Bonzini
2013-03-11
1
-8
/
+11
*
migration: use qemu_ftell to compute bandwidth
Paolo Bonzini
2013-03-11
1
-1
/
+3
*
migration: use QEMUFile for writing outgoing migration data
Paolo Bonzini
2013-03-11
1
-38
/
+8
*
migration: use QEMUFile for migration channel lifetime
Paolo Bonzini
2013-03-11
1
-3
/
+5
*
migration: use qemu_file_rate_limit consistently
Paolo Bonzini
2013-03-11
1
-2
/
+2
*
migration: remove useless qemu_file_get_error check
Paolo Bonzini
2013-03-11
1
-6
/
+0
*
migration: detect error before sleeping
Paolo Bonzini
2013-03-11
1
-3
/
+4
*
migration: eliminate last_round
Paolo Bonzini
2013-03-11
1
-6
/
+5
*
Rename buffered_ to migration_
Juan Quintela
2013-03-11
1
-16
/
+16
*
migration: yay, buffering is gone
Paolo Bonzini
2013-03-11
1
-58
/
+21
*
migration: run setup callbacks out of big lock
Paolo Bonzini
2013-03-11
1
-2
/
+0
*
migration: run pending/iterate callbacks out of big lock
Paolo Bonzini
2013-03-11
1
-2
/
+2
*
migration: cleanup migration (including thread) in the iothread
Paolo Bonzini
2013-03-11
1
-18
/
+20
*
migration: prepare to access s->state outside critical sections
Paolo Bonzini
2013-03-11
1
-12
/
+21
*
migration: add migrate_set_state tracepoint
Kazuya Saito
2013-03-11
1
-1
/
+8
*
migration: do not nest flushing of device data
Paolo Bonzini
2013-03-11
1
-31
/
+24
*
migration: simplify error handling
Paolo Bonzini
2013-03-11
1
-32
/
+14
*
migration: use qemu_file_set_error
Paolo Bonzini
2013-03-11
1
-16
/
+6
*
migration: flush all data to fd when buffered_flush is called
Paolo Bonzini
2013-03-11
1
-0
/
+2
*
migration: move more error handling to migrate_fd_cleanup
Paolo Bonzini
2013-03-11
1
-6
/
+10
*
migration: always use vm_stop_force_state
Paolo Bonzini
2013-03-11
1
-5
/
+1
*
migration: simplify while loop
Paolo Bonzini
2013-03-11
1
-10
/
+1
*
migration: calculate expected_downtime
Juan Quintela
2013-02-22
1
-0
/
+5
*
migration: don't account sleep time for calculating bandwidth
Juan Quintela
2013-02-22
1
-1
/
+4
*
migration: calculate end time after we have sent the data
Juan Quintela
2013-02-22
1
-1
/
+2
*
migration: change initial value of expected_downtime
Juan Quintela
2013-02-22
1
-0
/
+2
*
migration: restrict scope of incoming fd read handler
Stefan Hajnoczi
2013-02-11
1
-8
/
+0
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2013-02-11
1
-1
/
+1
*
migration: remove argument to qemu_savevm_state_cancel
Juan Quintela
2013-01-17
1
-1
/
+1
*
migration: Only go to the iterate stage if there is anything to send
Juan Quintela
2013-01-17
1
-1
/
+1
*
migration: unfold rest of migrate_fd_put_ready() into thread
Juan Quintela
2013-01-17
1
-54
/
+41
*
migration: move exit condition to migration thread
Juan Quintela
2013-01-17
1
-6
/
+8
*
migration: Add buffered_flush error handling
Juan Quintela
2013-01-17
1
-1
/
+2
*
migration: move beginning stage to the migration thread
Juan Quintela
2013-01-17
1
-13
/
+15
*
migration: fix off-by-one in buffered_rate_limit
Paolo Bonzini
2013-01-17
1
-1
/
+1
*
migration: remove double call to migrate_fd_close
Paolo Bonzini
2013-01-17
1
-1
/
+0
*
migration: make function static
Paolo Bonzini
2013-01-17
1
-2
/
+2
*
use XFER_LIMIT_RATIO consistently
Paolo Bonzini
2013-01-17
1
-1
/
+1
*
migration: merge QEMUFileBuffered into MigrationState
Juan Quintela
2012-12-20
1
-38
/
+25
*
migration: fix qemu_get_fd for BufferedFile
Paolo Bonzini
2012-12-20
1
-1
/
+1
*
migration: move migration notifier
Juan Quintela
2012-12-20
1
-2
/
+1
*
migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect
Juan Quintela
2012-12-20
1
-8
/
+3
*
migration: move migration_fd_put_ready()
Juan Quintela
2012-12-20
1
-65
/
+65
[next]