Age | Commit message (Expand) | Author |
2015-05-07 | migration: Add qmp commands to set and query parameters | Liang Li |
2015-05-07 | migration: Use an array instead of 3 parameters | Liang Li |
2015-05-07 | migration: Add interface to control compression | Liang Li |
2015-05-06 | qemu-file: Add compression functions to QEMUFile | Liang Li |
2015-05-06 | migration: Add the framework of multi-thread decompression | Liang Li |
2015-05-06 | migration: Add the framework of multi-thread compression | Liang Li |
2015-04-28 | block: Ensure consistent bitmap function prototypes | John Snow |
2015-04-28 | qapi: Add optional field "name" to block dirty bitmap | Fam Zheng |
2015-03-26 | rdma: Fix cleanup in error paths | Padmanabh Ratnakar |
2015-03-17 | migration: Expose 'cancelling' status to user | zhanghailiang |
2015-03-17 | migration: Convert 'status' of MigrationInfo to use an enum type | zhanghailiang |
2015-03-17 | migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_* | zhanghailiang |
2015-03-17 | migration: Remove unused functions | Thomas Huth |
2015-03-17 | migrate_incoming: Cleanup/clarify error messages | Dr. David Alan Gilbert |
2015-03-17 | migration: Fix remaining 32 bit compiler errors | Stefan Weil |
2015-03-17 | migration: Fix some 32 bit compiler errors | Stefan Weil |
2015-03-17 | migration/rdma: clean up qemu_rdma_dest_init a bit | Michael Tokarev |
2015-03-17 | migration: Avoid qerror_report_err() outside QMP command handlers | Markus Armbruster |
2015-03-16 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2015-03-16 | migration: Convert bdrv_find to blk_by_name | Fam Zheng |
2015-03-16 | ram: make all save_page functions take a uint64_t parameter | Juan Quintela |
2015-03-16 | Add migrate_incoming | Dr. David Alan Gilbert |
2015-03-16 | Add -incoming defer | Dr. David Alan Gilbert |
2015-03-10 | migration: Fix coding style (whitespace issues) | Stefan Weil |
2015-03-10 | Remove superfluous '\n' around error_report() | Gonglei |
2015-03-10 | Add copyright and author after file split | Stefan Berger |
2015-03-02 | unbreak dtrace tracing due to double _ in rdma names | Dr. David Alan Gilbert |
2015-02-10 | migration: Fix warnings caused by missing 'static' attribute | Stefan Weil |
2015-02-10 | rdma: g_malloc0() can't fail, bury dead error handling | Markus Armbruster |
2015-02-05 | Tracify migration/rdma.c | Dr. David Alan Gilbert |
2015-02-05 | migration: Append JSON description of migration stream | Alexander Graf |
2015-02-05 | qemu-file: Add fast ftell code path | Alexander Graf |
2015-02-05 | Migration: Add lots of trace events | Dr. David Alan Gilbert |
2015-02-05 | savevm: Convert fprintf to error_report | Dr. David Alan Gilbert |
2015-01-16 | migration_cancel: shutdown migration socket | Dr. David Alan Gilbert |
2015-01-16 | Handle bi-directional communication for fd migration | Cristian Klein |
2015-01-16 | socket shutdown | Dr. David Alan Gilbert |
2015-01-16 | QEMUSizedBuffer: only free qsb that qemu_bufopen allocated | Yang Hongyang |
2015-01-15 | migration/qemu-file.c: Don't shift left into sign bit | Peter Maydell |
2015-01-13 | migration/block: fix pending() return value | Vladimir Sementsov-Ogievskiy |
2015-01-13 | block: fix spoiling all dirty bitmaps by mirror and migration | Vladimir Sementsov-Ogievskiy |
2014-12-16 | Split the QEMU buffered file code out | Dr. David Alan Gilbert |
2014-12-16 | Split struct QEMUFile out | Dr. David Alan Gilbert |
2014-12-16 | Remove migration- pre/post fixes off files in migration/ dir | Dr. David Alan Gilbert |
2014-12-16 | Start migrating migration code into a migration directory | Dr. David Alan Gilbert |