Age | Commit message (Expand) | Author |
2015-10-15 | migration: fix deadlock | Denis V. Lunev |
2015-10-15 | migration: announce VM's new home just before VM is runnable | Amit Shah |
2015-10-15 | Migration: Generate the completed event only when we complete | Dr. David Alan Gilbert |
2015-09-30 | migration: Disambiguate MAX_THROTTLE | Jason J. Herne |
2015-09-30 | qmp/hmp: Add throttle ratio to query-migrate and info migrate | Jason J. Herne |
2015-09-30 | migration: Dynamic cpu throttling for auto-converge | Jason J. Herne |
2015-09-30 | migration: Parameters for auto-converge cpu throttling | Jason J. Herne |
2015-09-29 | ram_find_and_save_block: Split out the finding | Dr. David Alan Gilbert |
2015-09-29 | Move dirty page search state into separate structure | Dr. David Alan Gilbert |
2015-09-29 | migration: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2015-09-29 | migration: qemu-file more size_t'ifying | Dr. David Alan Gilbert |
2015-09-29 | migration: size_t'ify some of qemu-file | Dr. David Alan Gilbert |
2015-09-29 | Split out end of migration code from migration_thread | Dr. David Alan Gilbert |
2015-09-29 | migration/ram.c: Use RAMBlock rather than MemoryRegion | Dr. David Alan Gilbert |
2015-09-11 | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange |
2015-09-11 | maint: remove / fix many doubled words | Daniel P. Berrange |
2015-08-03 | migration: Fix global state with Xen. | Anthony PERARD |
2015-07-24 | rcu: actually register threads that have RCU read-side critical sections | Paolo Bonzini |
2015-07-16 | RDMA: Fix error exits | Dr. David Alan Gilbert |
2015-07-15 | migration: We also want to store the global state for savevm | Juan Quintela |
2015-07-15 | migration: reduce the count of strlen call | Liang Li |
2015-07-15 | migration: Trace event and migration event are different things | Juan Quintela |
2015-07-15 | migration: Only change state after migration has finished | Juan Quintela |
2015-07-09 | migration: fix RCU deadlock | Paolo Bonzini |
2015-07-07 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2015-07-07 | block: Use bdrv_drain to replace uncessary bdrv_drain_all | Fam Zheng |
2015-07-07 | migration: extend migration_bitmap | Li Zhijian |
2015-07-07 | migration: protect migration_bitmap | Li Zhijian |
2015-07-07 | check_section_footers: Check the correct section_id | Dr. David Alan Gilbert |
2015-07-07 | migration: Add migration events on target side | Juan Quintela |
2015-07-07 | migration: Make events a capability | Juan Quintela |
2015-07-07 | migration: create migration event | Juan Quintela |
2015-07-07 | migration: No need to call trace_migrate_set_state() | Juan Quintela |
2015-07-07 | migration: Use always helper to set state | Juan Quintela |
2015-07-07 | migration: ensure we start in NONE state | Juan Quintela |
2015-07-07 | migration: Use cmpxchg correctly | Juan Quintela |
2015-07-07 | migration: Add configuration section | Juan Quintela |
2015-07-07 | vmstate: Create optional sections | Juan Quintela |
2015-07-07 | global_state: Make section optional | Juan Quintela |
2015-07-07 | migration: create new section to store global state | Juan Quintela |
2015-07-07 | Fail more cleanly in mismatched RAM cases | Dr. David Alan Gilbert |
2015-07-07 | Sanity check RDMA remote data | Dr. David Alan Gilbert |
2015-07-07 | Sort destination RAMBlocks to be the same as the source | Dr. David Alan Gilbert |
2015-07-07 | Rework ram block hash | Dr. David Alan Gilbert |
2015-07-07 | Allow rdma_delete_block to work without the hash | Dr. David Alan Gilbert |
2015-07-07 | Rework ram_control_load_hook to hook during block load | Dr. David Alan Gilbert |
2015-07-07 | Translate offsets to destination address space | Dr. David Alan Gilbert |
2015-07-07 | Store block name in local blocks structure | Dr. David Alan Gilbert |
2015-07-07 | rdma typos | Dr. David Alan Gilbert |
2015-07-07 | Only try and read a VMDescription if it should be there | Dr. David Alan Gilbert |