| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | migration: move include files to include/migration/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | block: move include files to include/block/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | migration: move process_incoming_migration to a coroutine | Paolo Bonzini | 2012-11-02 | 1 | -1/+20 |
* | migration: move qemu_fclose to process_incoming_migration | Paolo Bonzini | 2012-11-02 | 1 | -1/+5 |
* | migration: use migrate_fd_close in migrate_fd_cleanup | Paolo Bonzini | 2012-11-02 | 1 | -11/+8 |
* | Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable | Aurelien Jarno | 2012-10-29 | 1 | -1/+1 |
|\ |
|
| * | migration: go to paused state after finishing incoming migration with -S | Paolo Bonzini | 2012-10-24 | 1 | -1/+1 |
* | | migration (incoming): add error propagation to fd and exec protocols | Paolo Bonzini | 2012-10-23 | 1 | -9/+6 |
* | | migration (outgoing): add error propagation for all protocols | Paolo Bonzini | 2012-10-23 | 1 | -11/+6 |
* | | migration: use qemu-sockets to establish Unix sockets | Paolo Bonzini | 2012-10-23 | 1 | -2/+2 |
* | | migration: centralize call to migrate_fd_error() | Paolo Bonzini | 2012-10-23 | 1 | -0/+1 |
* | | migration: avoid using error_is_set and thus relying on errp != NULL | Paolo Bonzini | 2012-10-23 | 1 | -6/+7 |
|/ |
|
* | savevm: make qemu_file_put_notify() return errors | Juan Quintela | 2012-10-17 | 1 | -2/+3 |
* | migration: make migrate_fd_wait_for_unfreeze() return errors | Juan Quintela | 2012-10-17 | 1 | -3/+4 |
* | buffered_file: We can access directly to bandwidth_limit | Juan Quintela | 2012-10-17 | 1 | -1/+1 |
* | buffered_file: unfold migrate_fd_close | Juan Quintela | 2012-10-17 | 1 | -6/+2 |
* | buffered_file: unfold migrate_fd_wait_for_unfreeze | Juan Quintela | 2012-10-17 | 1 | -3/+1 |
* | buffered_file: unfold migrate_fd_put_ready | Juan Quintela | 2012-10-17 | 1 | -3/+1 |
* | buffered_file: unfold migrate_fd_put_buffer | Juan Quintela | 2012-10-17 | 1 | -4/+2 |
* | migration: Add dirty_pages_rate to query migrate output | Juan Quintela | 2012-10-17 | 1 | -0/+2 |
* | migration: print expected downtime in info migrate | Juan Quintela | 2012-10-17 | 1 | -0/+2 |
* | migration: export migrate_get_current() | Juan Quintela | 2012-10-17 | 1 | -1/+1 |
* | migration: print total downtime for final phase of migration | Juan Quintela | 2012-10-17 | 1 | -1/+5 |
* | migration: store end_time in a local variable | Juan Quintela | 2012-10-17 | 1 | -1/+3 |
* | Clear handler only for valid fd | Orit Wasserman | 2012-09-25 | 1 | -1/+3 |
* | migration: move total_time from ram stats to migration info | Juan Quintela | 2012-08-21 | 1 | -3/+4 |
* | Add XBZRLE statistics | Orit Wasserman | 2012-08-08 | 1 | -0/+17 |
* | Add migration accounting for normal and duplicate pages | Orit Wasserman | 2012-08-08 | 1 | -0/+6 |
* | Add migrate_set_cache_size command | Orit Wasserman | 2012-08-08 | 1 | -0/+19 |
* | Add XBZRLE to ram_save_block and ram_save_live | Orit Wasserman | 2012-08-08 | 1 | -0/+24 |
* | Add migrate-set-capabilities | Orit Wasserman | 2012-08-08 | 1 | -0/+16 |
* | Add migration capabilities | Orit Wasserman | 2012-08-08 | 1 | -0/+30 |
* | Add spent time for migration | Juan Quintela | 2012-06-29 | 1 | -0/+11 |
* | Add MigrationParams structure | Isaku Yamahata | 2012-06-29 | 1 | -5/+8 |
* | use inet_listen()/inet_connect() to support ipv6 migration | Amos Kong | 2012-05-10 | 1 | -6/+8 |
* | wakeup on migration | Gerd Hoffmann | 2012-05-08 | 1 | -0/+1 |
* | migration: clear BDRV_O_INCOMING flags on end of incoming live migration | BenoƮt Canet | 2012-04-05 | 1 | -0/+1 |