Age | Commit message (Expand) | Author | Files | Lines |
2015-06-12 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell | 5 | -15/+14 |
2015-06-12 | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng | 5 | -15/+14 |
2015-06-12 | Remove unneeded memset | Dr. David Alan Gilbert | 1 | -1/+0 |
2015-06-12 | Rename RDMA structures to make destination clear | Dr. David Alan Gilbert | 1 | -33/+33 |
2015-06-12 | Add a protective section footer | Dr. David Alan Gilbert | 1 | -0/+61 |
2015-06-12 | Disable section footers on older machine types | Dr. David Alan Gilbert | 1 | -0/+7 |
2015-06-12 | Merge section header writing | Dr. David Alan Gilbert | 1 | -44/+28 |
2015-06-12 | Move loadvm_handlers into MigrationIncomingState | Dr. David Alan Gilbert | 2 | -12/+18 |
2015-06-12 | Move copy out of qemu_peek_buffer | Dr. David Alan Gilbert | 2 | -7/+10 |
2015-06-12 | Create MigrationIncomingState | Dr. David Alan Gilbert | 2 | -0/+30 |
2015-06-12 | qemu_ram_foreach_block: pass up error value, and down the ramblock name | Dr. David Alan Gilbert | 1 | -2/+2 |
2015-06-12 | Split header writing out of qemu_savevm_state_begin | Dr. David Alan Gilbert | 2 | -3/+9 |
2015-06-12 | Add qemu_get_counted_string to read a string prefixed by a count byte | Dr. David Alan Gilbert | 2 | -5/+23 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2 | -13/+13 |
2015-06-12 | migration: create savevm_state | Juan Quintela | 1 | -24/+29 |
2015-06-12 | migration: Remove duplicated assignment of SETUP status | Juan Quintela | 1 | -3/+0 |
2015-06-12 | rdma: Fix qemu crash when IPv6 address is used for migration | Padmanabh Ratnakar | 1 | -0/+7 |
2015-06-12 | arch_init: Clean up the duplicate variable 'len' defining in ram_load() | zhanghailiang | 1 | -1/+0 |
2015-06-12 | migration: reduce include files | Juan Quintela | 1 | -16/+2 |
2015-06-12 | migration: Add myself to the copyright list of both files | Juan Quintela | 2 | -0/+8 |
2015-06-12 | migration: move savevm.c inside migration/ | Juan Quintela | 1 | -0/+1435 |
2015-06-12 | migration: move ram stuff to migration/ram | Juan Quintela | 1 | -0/+1639 |
2015-05-07 | migration: Add qmp commands to set and query parameters | Liang Li | 1 | -0/+56 |
2015-05-07 | migration: Use an array instead of 3 parameters | Liang Li | 1 | -12/+19 |
2015-05-07 | migration: Add interface to control compression | Liang Li | 1 | -2/+5 |
2015-05-06 | qemu-file: Add compression functions to QEMUFile | Liang Li | 1 | -0/+39 |
2015-05-06 | migration: Add the framework of multi-thread decompression | Liang Li | 1 | -0/+19 |
2015-05-06 | migration: Add the framework of multi-thread compression | Liang Li | 1 | -0/+37 |
2015-04-28 | block: Ensure consistent bitmap function prototypes | John Snow | 1 | -4/+3 |
2015-04-28 | qapi: Add optional field "name" to block dirty bitmap | Fam Zheng | 1 | -1/+1 |
2015-03-26 | rdma: Fix cleanup in error paths | Padmanabh Ratnakar | 1 | -14/+8 |
2015-03-17 | migration: Expose 'cancelling' status to user | zhanghailiang | 1 | -5/+1 |
2015-03-17 | migration: Convert 'status' of MigrationInfo to use an enum type | zhanghailiang | 1 | -15/+5 |
2015-03-17 | migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_* | zhanghailiang | 1 | -43/+50 |
2015-03-17 | migration: Remove unused functions | Thomas Huth | 2 | -40/+0 |
2015-03-17 | migrate_incoming: Cleanup/clarify error messages | Dr. David Alan Gilbert | 1 | -2/+6 |
2015-03-17 | migration: Fix remaining 32 bit compiler errors | Stefan Weil | 1 | -24/+29 |
2015-03-17 | migration: Fix some 32 bit compiler errors | Stefan Weil | 1 | -12/+11 |
2015-03-17 | migration/rdma: clean up qemu_rdma_dest_init a bit | Michael Tokarev | 1 | -29/+22 |
2015-03-17 | migration: Avoid qerror_report_err() outside QMP command handlers | Markus Armbruster | 1 | -2/+1 |
2015-03-16 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+5 |
2015-03-16 | migration: Convert bdrv_find to blk_by_name | Fam Zheng | 1 | -2/+5 |
2015-03-16 | ram: make all save_page functions take a uint64_t parameter | Juan Quintela | 2 | -2/+3 |
2015-03-16 | Add migrate_incoming | Dr. David Alan Gilbert | 1 | -0/+19 |
2015-03-16 | Add -incoming defer | Dr. David Alan Gilbert | 1 | -6/+23 |
2015-03-10 | migration: Fix coding style (whitespace issues) | Stefan Weil | 1 | -10/+10 |
2015-03-10 | Remove superfluous '\n' around error_report() | Gonglei | 1 | -1/+1 |
2015-03-10 | Add copyright and author after file split | Stefan Berger | 1 | -0/+4 |
2015-03-02 | unbreak dtrace tracing due to double _ in rdma names | Dr. David Alan Gilbert | 1 | -13/+11 |
2015-02-10 | migration: Fix warnings caused by missing 'static' attribute | Stefan Weil | 1 | -4/+4 |