Age | Commit message (Expand) | Author | Files | Lines |
2017-06-14 | migration: Don't create decompression threads if not enabled | Juan Quintela | 1 | -0/+6 |
2017-06-14 | migration: Test for disabled features on reception | Juan Quintela | 1 | -1/+13 |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela | 12 | -35/+2 |
2017-06-14 | migration: fix incorrect enable return path | Peter Xu | 1 | -1/+5 |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela | 17 | -16/+180 |
2017-06-13 | migration: Move remaining exported functions to migration/misc.h | Juan Quintela | 1 | -0/+1 |
2017-06-13 | migration: create global_state.c | Juan Quintela | 4 | -121/+143 |
2017-06-13 | migration: ram_control_* are implemented in qemu_file | Juan Quintela | 1 | -0/+17 |
2017-06-13 | migration: Commands are only used inside migration.c | Juan Quintela | 1 | -17/+29 |
2017-06-13 | migration: Move constants to savevm.h | Juan Quintela | 2 | -0/+16 |
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela | 3 | -0/+3 |
2017-06-13 | migration: Move self_announce_delay() to misc.h | Juan Quintela | 1 | -0/+1 |
2017-06-13 | migration: Remove MigrationState from migration_channel_incomming() | Juan Quintela | 6 | -9/+8 |
2017-06-13 | ram: Now POSTCOPY_ACTIVE is the same that STATUS_ACTIVE | Juan Quintela | 1 | -13/+1 |
2017-06-13 | ram: Print block stats also in the complete case | Juan Quintela | 1 | -18/+13 |
2017-06-13 | migration: Don't try to set *errp directly | Eduardo Habkost | 1 | -1/+1 |
2017-06-13 | migration: isolate return path on src | Peter Xu | 2 | -7/+8 |
2017-06-09 | migration/block: Clean up BBs in block_save_complete() | Kevin Wolf | 1 | -5/+17 |
2017-06-09 | migration: Inactivate images after .save_live_complete_precopy() | Kevin Wolf | 1 | -5/+7 |
2017-06-07 | qemu/migration: fix the double free problem on from_src_file | QingFeng Hao | 1 | -1/+0 |
2017-06-07 | ram: Make RAMState dynamic | Juan Quintela | 1 | -23/+35 |
2017-06-07 | ram: Use MigrationStats for statistics | Juan Quintela | 3 | -144/+61 |
2017-06-07 | ram: Move ZERO_TARGET_PAGE inside XBZRLE | Juan Quintela | 1 | -5/+6 |
2017-06-07 | ram: Call migration_page_queue_free() at ram_migration_cleanup() | Juan Quintela | 3 | -5/+3 |
2017-06-07 | ram: We only print throttling information sometimes | Juan Quintela | 1 | -5/+5 |
2017-06-07 | ram: Unfold get_xbzrle_cache_stats() into populate_ram_info() | Juan Quintela | 1 | -18/+11 |
2017-06-06 | migration: Mark CPU states dirty before incoming migration/loadvm | David Gibson | 1 | -0/+2 |
2017-06-06 | migration: remove register_savevm() | Laurent Vivier | 1 | -16/+0 |
2017-06-01 | migration: Move include/migration/block.h into migration/ | Juan Quintela | 4 | -3/+49 |
2017-06-01 | migration: Export ram.c functions in its own file | Juan Quintela | 6 | -1/+76 |
2017-06-01 | migration: Create include for migration snapshots | Juan Quintela | 1 | -2/+3 |
2017-06-01 | migration: Export rdma.c functions in its own file | Juan Quintela | 3 | -0/+27 |
2017-06-01 | migration: Export tls.c functions in its own file | Juan Quintela | 4 | -1/+36 |
2017-06-01 | migration: Export socket.c functions in its own file | Juan Quintela | 3 | -0/+30 |
2017-06-01 | migration: Export fd.c functions in its own file | Juan Quintela | 3 | -0/+25 |
2017-06-01 | migration: Export exec.c functions in its own file | Juan Quintela | 3 | -0/+28 |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela | 13 | -11/+174 |
2017-06-01 | migration: shut src return path unconditionally | Peter Xu | 2 | -2/+7 |
2017-06-01 | migration: fix leak of src file on dst | Peter Xu | 1 | -0/+5 |
2017-06-01 | migration: Remove section_id parameter from vmstate_load | Juan Quintela | 1 | -5/+5 |
2017-06-01 | migration: loadvm handlers are not used | Juan Quintela | 2 | -28/+0 |
2017-06-01 | migration: Use savevm_handlers instead of loadvm copy | Juan Quintela | 1 | -13/+19 |
2017-05-31 | migration: use dirty_rate_high_cnt more aggressively | Felipe Franciosi | 1 | -1/+1 |
2017-05-31 | migration: set bytes_xfer_* outside of autoconverge logic | Felipe Franciosi | 1 | -2/+2 |
2017-05-31 | migration: set dirty_pages_rate before autoconverge logic | Felipe Franciosi | 1 | -7/+10 |
2017-05-31 | migration: keep bytes_xfer_prev init'd to zero | Felipe Franciosi | 1 | -4/+0 |
2017-05-31 | migration: Create savevm.h for functions exported from savevm.c | Juan Quintela | 5 | -4/+69 |
2017-05-30 | Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging | Stefan Hajnoczi | 2 | -2/+2 |
2017-05-23 | shutdown: Prepare for use of an enum in reset/shutdown_request | Eric Blake | 2 | -2/+2 |
2017-05-18 | migration: Make savevm.c target independent | Juan Quintela | 2 | -8/+8 |