Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-10-17 | buffered_file: unfold migrate_fd_put_ready | Juan Quintela | 1 | -3/+1 |
2012-10-17 | buffered_file: unfold migrate_fd_put_buffer | Juan Quintela | 1 | -4/+2 |
2012-10-17 | migration: Add dirty_pages_rate to query migrate output | Juan Quintela | 1 | -0/+2 |
2012-10-17 | migration: print expected downtime in info migrate | Juan Quintela | 1 | -0/+2 |
2012-10-17 | migration: export migrate_get_current() | Juan Quintela | 1 | -1/+1 |
2012-10-17 | migration: print total downtime for final phase of migration | Juan Quintela | 1 | -1/+5 |
2012-10-17 | migration: store end_time in a local variable | Juan Quintela | 1 | -1/+3 |
2012-09-25 | Clear handler only for valid fd | Orit Wasserman | 1 | -1/+3 |
2012-08-21 | migration: move total_time from ram stats to migration info | Juan Quintela | 1 | -3/+4 |
2012-08-08 | Add XBZRLE statistics | Orit Wasserman | 1 | -0/+17 |
2012-08-08 | Add migration accounting for normal and duplicate pages | Orit Wasserman | 1 | -0/+6 |
2012-08-08 | Add migrate_set_cache_size command | Orit Wasserman | 1 | -0/+19 |
2012-08-08 | Add XBZRLE to ram_save_block and ram_save_live | Orit Wasserman | 1 | -0/+24 |
2012-08-08 | Add migrate-set-capabilities | Orit Wasserman | 1 | -0/+16 |
2012-08-08 | Add migration capabilities | Orit Wasserman | 1 | -0/+30 |
2012-06-29 | Add spent time for migration | Juan Quintela | 1 | -0/+11 |