Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |