Age | Commit message (Expand) | Author | Files | Lines |
2017-05-18 | migration: Create block capability | Juan Quintela | 2 | -0/+8 |
2017-05-17 | migration: Move check_migratable() into qdev.c | Juan Quintela | 2 | -6/+2 |
2017-05-17 | migration: Move postcopy stuff to postcopy-ram.c | Juan Quintela | 1 | -26/+0 |
2017-05-17 | migration: Move page_cache.c to migration/ | Juan Quintela | 1 | -86/+0 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 2 | -18/+35 |
2017-05-05 | Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging | Stefan Hajnoczi | 2 | -95/+2 |
2017-05-05 | Merge remote-tracking branch 'shorne/tags/pull-or-20170504' into staging | Stefan Hajnoczi | 2 | -0/+25 |
2017-05-04 | migration: Move postcopy-ram.h to migration/ | Juan Quintela | 1 | -91/+0 |
2017-05-04 | ram: Split dirty bitmap by RAMBlock | Juan Quintela | 2 | -4/+2 |
2017-05-04 | migration: Add VMSTATE_STRUCT_2DARRAY() | Stafford Horne | 1 | -0/+18 |
2017-05-04 | migration: Add VMSTATE_UINTTL_2DARRAY() | Stafford Horne | 1 | -0/+7 |
2017-04-21 | migration: rename max_size to threshold_size | Peter Xu | 1 | -1/+2 |
2017-04-21 | migration: Remove MigrationState parameter from migration_is_idle() | Juan Quintela | 1 | -1/+1 |
2017-04-21 | ram: ram_discard_range() don't use the mis parameter | Juan Quintela | 1 | -2/+1 |
2017-04-21 | migration: Remove MigrationState from migration_in_postcopy | Juan Quintela | 1 | -1/+1 |
2017-04-21 | ram: Move postcopy_requests into RAMState | Juan Quintela | 1 | -4/+2 |
2017-04-21 | ram: Move dirty_pages_rate to RAMState | Juan Quintela | 1 | -1/+1 |
2017-04-21 | ram: Remove dirty_bytes_rate | Juan Quintela | 1 | -1/+0 |
2017-04-21 | ram: Create ram_dirty_sync_count() | Juan Quintela | 1 | -1/+1 |
2017-04-21 | ram: Move src_page_req* to RAMState | Juan Quintela | 1 | -16/+1 |
2017-04-21 | ram: Move last_req_rb to RAMState | Juan Quintela | 1 | -2/+0 |
2017-04-21 | ram: Remove norm_mig_bytes_transferred | Juan Quintela | 1 | -1/+0 |
2017-04-21 | ram: Remove unused pages_skipped variable | Juan Quintela | 1 | -2/+0 |
2017-04-21 | ram: Remove unused dup_mig_bytes_transferred() | Juan Quintela | 1 | -1/+0 |
2017-04-21 | ram: Rename flush_page_queue() to migration_page_queue_free() | Juan Quintela | 1 | -1/+1 |
2017-02-28 | postcopy: Use temporary for placing zero huge pages | Dr. David Alan Gilbert | 1 | -0/+1 |
2017-02-28 | postcopy: Plumb pagesize down into place helpers | Dr. David Alan Gilbert | 1 | -2/+4 |
2017-02-28 | postcopy: Record largest page size | Dr. David Alan Gilbert | 1 | -0/+1 |
2017-02-28 | exec: ram_block_discard_range | Dr. David Alan Gilbert | 1 | -7/+0 |
2017-02-28 | postcopy: Transmit ram size summary word | Dr. David Alan Gilbert | 1 | -0/+1 |
2017-02-28 | migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable | Ashijeet Acharya | 1 | -0/+3 |
2017-02-28 | migration/vmstate: fix array of ptr with nullptrs | Halil Pasic | 1 | -0/+4 |
2017-02-13 | migration: Add VMSTATE_WITH_TMP | Dr. David Alan Gilbert | 1 | -0/+19 |
2017-02-13 | migration: Add VMSTATE_UNUSED_VARRAY_UINT32 | Dr. David Alan Gilbert | 1 | -0/+11 |
2017-02-13 | COLO: Shutdown related socket fd while do failover | zhanghailiang | 1 | -0/+3 |
2017-02-13 | COLO: fix setting checkpoint-delay not working properly | zhanghailiang | 2 | -0/+7 |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic | 1 | -13/+8 |
2017-02-13 | migration: discard non-dirty ram pages after the start of postcopy | Pavel Butsykin | 1 | -0/+1 |
2017-02-13 | add 'release-ram' migrate capability | Pavel Butsykin | 2 | -1/+3 |
2017-02-06 | migration: Check for ID length | Dr. David Alan Gilbert | 1 | -0/+2 |
2017-02-06 | vmstate_register_with_alias_id: Take an Error ** | Dr. David Alan Gilbert | 1 | -2/+3 |
2017-02-06 | migration: create Migration Incoming State at init time | Juan Quintela | 1 | -1/+0 |
2017-01-24 | migration: re-active images while migration been canceled after inactive them | zhanghailiang | 1 | -0/+3 |
2017-01-24 | migration: Fail migration blocker for --only-migratable | Ashijeet Acharya | 1 | -1/+1 |
2017-01-24 | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya | 1 | -1/+6 |
2017-01-24 | migration: Add a new option to enable only-migratable | Ashijeet Acharya | 1 | -0/+3 |
2017-01-24 | migration: migrate QTAILQ | Jianjun Duan | 1 | -0/+20 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -5/+14 |
2017-01-10 | intel_iommu: allow migration | Peter Xu | 1 | -0/+1 |
2017-01-10 | migration: allow to prioritize save state entries | Peter Xu | 1 | -0/+6 |