Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | migration: introduce self_announce_delay() | Jason Wang | 1 | -0/+8 |
2014-06-19 | migration: export SELF_ANNOUNCE_ROUNDS | Jason Wang | 1 | -0/+2 |
2014-05-05 | migration: expose xbzrle cache miss rate | ChenLiang | 1 | -0/+1 |
2014-05-05 | migration: expose the bitmap_sync_count to the end | ChenLiang | 1 | -0/+1 |
2014-05-05 | Provide init function for ram migration | Dr. David Alan Gilbert | 1 | -2/+0 |
2014-05-05 | Make qemu_peek_buffer loop until it gets it's data | Dr. David Alan Gilbert | 1 | -0/+5 |
2014-05-05 | vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/ | Michael S. Tsirkin | 1 | -1/+1 |
2014-05-05 | vmstate: add VMSTATE_VALIDATE | Michael S. Tsirkin | 1 | -0/+8 |
2014-05-05 | vmstate: add VMS_MUST_EXIST | Michael S. Tsirkin | 1 | -0/+1 |
2014-03-14 | scsi: Fix migration of scsi sense data | Fam Zheng | 1 | -0/+3 |
2014-02-25 | Fix two XBZRLE corruption issues | Dr. David Alan Gilbert | 1 | -1/+1 |
2014-02-08 | vmstate: Add uint32 2D-array support | Christoffer Dall | 1 | -0/+6 |
2014-02-04 | Don't abort on memory allocation error | Orit Wasserman | 1 | -1/+3 |
2014-02-04 | migration:fix free XBZRLE decoded_buf wrong | Gonglei (Arei) | 1 | -0/+1 |
2014-02-04 | vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type | Peter Maydell | 1 | -4/+4 |
2014-01-13 | migration: Move QEMU_VM_* defines to migration/migration.h | Eduardo Habkost | 1 | -0/+11 |
2014-01-13 | qemu-file: Make a few functions non-static | Eduardo Habkost | 1 | -0/+4 |
2013-12-17 | vmstate: Add support for an array of ptimer_state * | Peter Maydell | 1 | -0/+10 |
2013-09-24 | migration: add version supporting macros for struct pointer | Alexey Kardashevskiy | 1 | -2/+15 |
2013-07-29 | migration: fix spice migration | Stefan Hajnoczi | 1 | -1/+1 |
2013-07-23 | rdma: account for the time spent in MIG_STATE_SETUP through QMP | Michael R. Hines | 1 | -0/+1 |
2013-07-23 | rdma: core logic | Michael R. Hines | 1 | -0/+4 |
2013-07-23 | rdma: introduce ram_handle_compressed() | Michael R. Hines | 1 | -0/+2 |
2013-07-19 | block-migration: efficiently encode zero blocks | Peter Lieven | 1 | -0/+1 |
2013-07-12 | Add 'auto-converge' migration capability | Chegu Vinod | 1 | -0/+2 |
2013-06-27 | linux-user: Fix compilation failure | Peter Maydell | 1 | -0/+2 |
2013-06-27 | rdma: introduce capability x-rdma-pin-all | Michael R. Hines | 1 | -0/+2 |
2013-06-27 | rdma: new QEMUFileOps hooks | Michael R. Hines | 2 | -0/+49 |
2013-06-27 | rdma: export qemu_fflush() | Michael R. Hines | 1 | -0/+1 |
2013-06-27 | rdma: introduce qemu_file_mode_is_not_valid() | Michael R. Hines | 1 | -0/+1 |
2013-06-27 | rdma: export throughput w/ MigrationStats QMP | Michael R. Hines | 1 | -0/+1 |
2013-06-27 | rdma: introduce qemu_update_position() | Michael R. Hines | 2 | -0/+3 |
2013-04-15 | savevm: Implement block_writev_buffer() | Kevin Wolf | 1 | -1/+1 |
2013-04-05 | vmstate: Add support for two dimensional arrays | Peter Maydell | 1 | -0/+27 |
2013-04-05 | vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macro | Igor Mitsyanko | 1 | -0/+9 |
2013-03-26 | Add qemu_put_buffer_async | Orit Wasserman | 1 | -0/+5 |
2013-03-26 | Add QemuFileWritevBuffer QemuFileOps | Orit Wasserman | 1 | -0/+7 |
2013-03-26 | migration: do not sent zero pages in bulk stage | Peter Lieven | 1 | -0/+2 |
2013-03-26 | savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition | David Gibson | 1 | -2/+2 |
2013-03-26 | savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32 | David Gibson | 1 | -0/+10 |
2013-03-26 | savevm: Add VMSTATE_FLOAT64 helpers | David Gibson | 1 | -0/+15 |
2013-03-26 | savevm: Add VMSTATE_UINTTL_EQUAL helper | David Gibson | 1 | -2/+5 |
2013-03-26 | savevm: Add VMSTATE_UINT64_EQUAL helpers | David Gibson | 1 | -0/+7 |
2013-03-12 | stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY | Andreas Färber | 1 | -0/+4 |
2013-03-12 | vmstate: Make vmstate_register() static inline | Andreas Färber | 1 | -2/+10 |
2013-03-11 | page_cache: dup memory on insert | Peter Lieven | 1 | -1/+2 |
2013-03-11 | migration: eliminate s->migration_file | Paolo Bonzini | 1 | -2/+0 |
2013-03-11 | migration: move rate limiting to QEMUFile | Paolo Bonzini | 1 | -16/+2 |
2013-03-11 | migration: use QEMUFile for writing outgoing migration data | Paolo Bonzini | 1 | -4/+0 |
2013-03-11 | migration: use QEMUFile for migration channel lifetime | Paolo Bonzini | 1 | -3/+4 |