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: 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
*
migration: add XFER_LIMIT_RATIO
Juan Quintela
2012-12-20
1
-4
/
+6
*
migration: move buffered_file.c code into migration.c
Juan Quintela
2012-12-20
1
-1
/
+232
*
savevm: New save live migration method: pending
Juan Quintela
2012-12-20
1
-7
/
+15
*
migration: just lock migrate_fd_put_ready
Juan Quintela
2012-12-20
1
-0
/
+5
*
migration: remove unfreeze logic
Juan Quintela
2012-12-20
1
-23
/
+0
*
migration: make writes blocking
Juan Quintela
2012-12-20
1
-17
/
+0
*
migration: move migration thread init code to migrate_fd_put_ready
Juan Quintela
2012-12-20
1
-12
/
+17
*
migration: make qemu_fopen_ops_buffered() return void
Juan Quintela
2012-12-20
1
-1
/
+1
*
migration: remove double call to migrate_fd_close
Paolo Bonzini
2012-12-20
1
-1
/
+1
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
[prev]
[next]