Age | Commit message (Expand) | Author | Files | Lines |
2017-07-10 | migration: Make compression_threads use save/load_setup/cleanup() | Juan Quintela | 3 | -14/+8 |
2017-07-10 | migration: Convert ram to use new load_setup()/load_cleanup() | Juan Quintela | 3 | -17/+36 |
2017-07-10 | migration: Create load_setup()/cleanup() methods | Juan Quintela | 3 | -1/+47 |
2017-07-10 | migration: Rename cleanup() to save_cleanup() | Juan Quintela | 3 | -4/+4 |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela | 7 | -12/+12 |
2017-07-10 | doc: update TYPE_MIGRATION documents | Peter Xu | 1 | -6/+6 |
2017-07-10 | migration: fix handling for --only-migratable | Peter Xu | 1 | -5/+0 |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake | 1 | -6/+10 |
2017-06-28 | migration: add "return-path" capability | Peter Xu | 2 | -3/+14 |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic | 1 | -0/+15 |
2017-06-28 | migration: add comment for TYPE_MIGRATE | Peter Xu | 1 | -0/+8 |
2017-06-28 | migration: hmp: dump globals | Peter Xu | 1 | -0/+11 |
2017-06-28 | migration: merge enforce_config_section somewhat | Peter Xu | 2 | -10/+14 |
2017-06-28 | migration: move skip_section_footers | Peter Xu | 3 | -9/+6 |
2017-06-28 | migration: move skip_configuration out | Peter Xu | 3 | -11/+9 |
2017-06-28 | migration: move only_migratable to MigrationState | Peter Xu | 3 | -2/+11 |
2017-06-28 | migration: move global_state.optional out | Peter Xu | 3 | -7/+15 |
2017-06-28 | migration: let MigrationState be a qdev | Peter Xu | 2 | -23/+74 |
2017-06-26 | migration: hold AioContext lock for loadvm qemu_fclose() | Stefan Hajnoczi | 1 | -1/+1 |
2017-06-26 | migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all() | Stefan Hajnoczi | 1 | -3/+15 |
2017-06-26 | migration: avoid recursive AioContext locking in save_vmstate() | Stefan Hajnoczi | 1 | -1/+11 |
2017-06-20 | Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request... | Peter Maydell | 1 | -10/+7 |
2017-06-19 | migration: Fix race of image locking between src and dst | Fam Zheng | 4 | -18/+25 |
2017-06-16 | block: protect modification of dirty bitmaps with a mutex | Paolo Bonzini | 1 | -4/+6 |
2017-06-16 | migration/block: reset dirty bitmap before reading | Paolo Bonzini | 1 | -1/+2 |
2017-06-16 | block: introduce dirty_bitmap_mutex | Paolo Bonzini | 1 | -6/+0 |
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 |