Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-06-29 | Add MigrationParams structure | Isaku Yamahata | 1 | -5/+8 |
2012-05-10 | use inet_listen()/inet_connect() to support ipv6 migration | Amos Kong | 1 | -6/+8 |
2012-05-08 | wakeup on migration | Gerd Hoffmann | 1 | -0/+1 |
2012-04-05 | migration: clear BDRV_O_INCOMING flags on end of incoming live migration | BenoƮt Canet | 1 | -0/+1 |
2012-03-15 | qapi: Convert migrate | Luiz Capitulino | 1 | -49/+17 |
2012-03-15 | Purge migration of (almost) everything to do with monitors | Luiz Capitulino | 1 | -4/+4 |
2012-02-17 | notifier: switch to QLIST | Paolo Bonzini | 1 | -1/+1 |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini | 1 | -0/+2 |
2011-12-12 | migrate_fd_cleanup: accept any negative qemu_fclose() value as error | Eduardo Habkost | 1 | -3/+1 |
2011-12-06 | qapi: Convert migrate_set_speed | Luiz Capitulino | 1 | -8/+4 |
2011-12-06 | qapi: Convert migrate_set_downtime | Luiz Capitulino | 1 | -9/+4 |
2011-12-06 | qapi: Convert migrate_cancel | Luiz Capitulino | 1 | -2/+1 |
2011-11-21 | block: allow migration to work with image files (v3) | Anthony Liguori | 1 | -0/+3 |
2011-11-21 | migrate: add migration blockers | Anthony Liguori | 1 | -0/+18 |
2011-11-11 | migration: fix detached migration with fd | Juan Quintela | 1 | -2/+10 |
2011-11-01 | Fix segfault on migration completion | Luiz Capitulino | 1 | -1/+1 |
2011-10-31 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 1 | -59/+23 |
2011-10-27 | qapi: Convert query-migrate | Luiz Capitulino | 1 | -59/+23 |
2011-10-25 | migration: add status query functions | Gerd Hoffmann | 1 | -0/+11 |
2011-10-20 | Merge remote-tracking branch 'quintela/migration-pull' into staging | Anthony Liguori | 1 | -212/+227 |
2011-10-20 | migration: Make state definitions local | Juan Quintela | 1 | -0/+8 |
2011-10-20 | migration: Export a function that tells if the migration has finished correctly | Juan Quintela | 1 | -2/+2 |