Age | Commit message (Expand) | Author |
2016-05-24 | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in... | Peter Maydell |
2016-05-23 | memory: drop find_ram_block() | Gonglei |
2016-05-23 | migration: Promote improved autoconverge commands out of experimental state | Jason J. Herne |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-02-16 | migration: fix incorrect memory_global_dirty_log_start outside BQL | Paolo Bonzini |
2016-02-09 | memory: RCU ram_list.dirty_memory[] for safe RAM hotplug | Stefan Hajnoczi |
2016-02-05 | migration/ram: Fix some helper functions' parameter to use PageSearchStatus | zhanghailiang |
2016-02-05 | ram: Split host_from_stream_offset() into two helper functions | zhanghailiang |
2016-01-29 | migration: Clean up includes | Peter Maydell |
2016-01-22 | fpu: Replace uint8 typedef with uint8_t | Peter Maydell |
2016-01-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into... | Peter Maydell |
2016-01-13 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2016-01-13 | multithread decompression: Avoid one copy | Dr. David Alan Gilbert |
2016-01-13 | Use qemu_get_buffer_in_place for xbzrle data | Dr. David Alan Gilbert |
2016-01-13 | Migration: Emit event at start of pass | Dr. David Alan Gilbert |
2015-12-11 | Fix xbzrle vs last_sent_block update | Dr. David Alan Gilbert |
2015-11-19 | Set last_sent_block | Dr. David Alan Gilbert |
2015-11-12 | Postcopy: Fix TP!=HP zero case | Dr. David Alan Gilbert |
2015-11-12 | migration: print ram_addr_t as RAM_ADDR_FMT not %zx | Juan Quintela |
2015-11-10 | Host page!=target page: Cleanup bitmaps | Dr. David Alan Gilbert |
2015-11-10 | Don't sync dirty bitmaps in postcopy | Dr. David Alan Gilbert |
2015-11-10 | postcopy: Check order of received target pages | Dr. David Alan Gilbert |
2015-11-10 | Postcopy: Use helpers to map pages during migration | Dr. David Alan Gilbert |
2015-11-10 | Page request: Consume pages off the post-copy queue | Dr. David Alan Gilbert |
2015-11-10 | Page request: Process incoming page request | Dr. David Alan Gilbert |
2015-11-10 | postcopy: Incoming initialisation | Dr. David Alan Gilbert |
2015-11-10 | migration_completion: Take current state | Dr. David Alan Gilbert |
2015-11-10 | Postcopy: Maintain unsentmap | Dr. David Alan Gilbert |
2015-11-10 | Add qemu_savevm_state_complete_postcopy | Dr. David Alan Gilbert |
2015-11-10 | Modify save_live_pending for postcopy | Dr. David Alan Gilbert |
2015-11-10 | Rename save_live_complete to save_live_complete_precopy | Dr. David Alan Gilbert |
2015-11-10 | ram_load: Factor out host_from_stream_offset call and check | Dr. David Alan Gilbert |
2015-11-10 | ram_debug_dump_bitmap: Dump a migration bitmap as text | Dr. David Alan Gilbert |
2015-11-10 | qemu_ram_block_by_name | Dr. David Alan Gilbert |
2015-11-04 | migration: code clean up | Liang Li |
2015-11-04 | migration: rename cancel to cleanup in SaveVMHandles | Liang Li |
2015-11-04 | migration: defer migration_end & blk_mig_cleanup | Liang Li |
2015-10-15 | migration: fix deadlock | Denis V. Lunev |
2015-09-30 | migration: Dynamic cpu throttling for auto-converge | 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/ram.c: Use RAMBlock rather than MemoryRegion | Dr. David Alan Gilbert |
2015-07-15 | migration: reduce the count of strlen call | Liang Li |
2015-07-09 | migration: fix RCU deadlock | Paolo Bonzini |
2015-07-07 | migration: extend migration_bitmap | Li Zhijian |
2015-07-07 | migration: protect migration_bitmap | Li Zhijian |
2015-07-07 | Rework ram_control_load_hook to hook during block load | Dr. David Alan Gilbert |
2015-06-12 | arch_init: Clean up the duplicate variable 'len' defining in ram_load() | zhanghailiang |