Age | Commit message (Expand) | Author |
2012-10-17 | migration: Add dirty_pages_rate to query migrate output | Juan Quintela |
2012-10-17 | Separate migration bitmap | Juan Quintela |
2012-10-17 | ram: create trace event for migration sync bitmap | Juan Quintela |
2012-10-17 | ram: introduce migration_bitmap_sync() | Juan Quintela |
2012-10-17 | ram: Introduce migration_bitmap_test_and_reset_dirty() | Juan Quintela |
2012-10-17 | ram: introduce migration_bitmap_set_dirty() | Juan Quintela |
2012-10-17 | savevm: Factorize ram globals reset in its own function | Juan Quintela |
2012-10-17 | migration: print expected downtime in info migrate | Juan Quintela |
2012-10-17 | migration: rename expected_time to expected_downtime | Juan Quintela |
2012-10-17 | fix migration sync | Juan Quintela |
2012-09-21 | Eliminate cpus-x86_64.conf file | Eduardo Habkost |
2012-09-19 | arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs | Peter Maydell |
2012-09-14 | arch_init.c: add missing '%' symbols before PRIu64 in debug printfs | Igor Mitsyanko |
2012-08-22 | qapi: add 'query-target' command to return target arch | Daniel P. Berrange |
2012-08-13 | Merge remote-tracking branch 'quintela/migration-next-20120808' into staging | Anthony Liguori |
2012-08-11 | unicore32-softmmu: Add unicore32-softmmu build support | Guan Xuetao |
2012-08-08 | Restart optimization on stage3 update version | Juan Quintela |
2012-08-08 | Add XBZRLE statistics | Orit Wasserman |
2012-08-08 | Add migration accounting for normal and duplicate pages | Orit Wasserman |
2012-08-08 | Add migrate_set_cache_size command | Orit Wasserman |
2012-08-08 | Add XBZRLE to ram_save_block and ram_save_live | Orit Wasserman |
2012-08-02 | Support 'help' as a synonym for '?' in command line options | Peter Maydell |
2012-07-30 | Merge commit 'quintela/migration-next-v5' into staging | Anthony Liguori |
2012-07-27 | target-or32: Add target stubs and QOM cpu | Jia Liu |
2012-07-23 | Change ram_save_block to return -1 if there are no more changes | Orit Wasserman |
2012-07-20 | ram: save_live_setup() we don't need to synchronize the dirty bitmap. | Juan Quintela |
2012-07-20 | ram: iterate phase | Juan Quintela |
2012-07-20 | ram: save_live_complete() only do one loop | Juan Quintela |
2012-07-20 | ram: save_live_setup() don't need to sent pages | Juan Quintela |
2012-07-20 | savevm: split save_live into stage2 and stage3 | Juan Quintela |
2012-07-20 | savevm: split save_live_setup from save_live_state | Juan Quintela |
2012-07-20 | savevm: Refactor cancel operation in its own operation | Juan Quintela |
2012-07-20 | savevm: Live migration handlers register the struct directly | Juan Quintela |
2012-06-29 | Maintain the number of dirty pages | Juan Quintela |
2012-06-29 | Exit loop if we have been there too long | Juan Quintela |
2012-06-29 | Only calculate expected_time for stage 2 | Juan Quintela |
2012-06-29 | Add migration_end function | Orit Wasserman |
2012-06-29 | Add debugging infrastructure | Orit Wasserman |
2012-06-29 | Add save_block_hdr function | Orit Wasserman |
2012-06-29 | Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_... | Orit Wasserman |
2012-05-29 | arch_init: Fix AltiVec build on Darwin/ppc | Andreas Färber |
2012-05-10 | move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2) | Eduardo Habkost |
2012-05-10 | implement -no-user-config command-line option (v3) | Eduardo Habkost |
2012-05-10 | move list of default config files to an array | Eduardo Habkost |
2012-05-10 | eliminate arch_config_name variable | Eduardo Habkost |
2012-05-10 | move code to read default config files to a separate function (v2) | Eduardo Habkost |
2012-04-15 | pcspk: initialize PC speaker if compiled in | Hervé Poussineau |
2012-03-15 | Purge migration of (almost) everything to do with monitors | Luiz Capitulino |
2012-02-17 | pcspk: Convert to qdev | Jan Kiszka |
2012-02-04 | memory: change dirty getting API to take a size | Blue Swirl |