Age | Commit message (Expand) | Author |
2017-06-06 | migration: remove register_savevm() | Laurent Vivier |
2017-06-01 | migration: Export ram.c functions in its own file | Juan Quintela |
2017-06-01 | migration: Create include for migration snapshots | Juan Quintela |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela |
2017-06-01 | migration: Remove section_id parameter from vmstate_load | Juan Quintela |
2017-06-01 | migration: loadvm handlers are not used | Juan Quintela |
2017-06-01 | migration: Use savevm_handlers instead of loadvm copy | Juan Quintela |
2017-05-31 | migration: Create savevm.h for functions exported from savevm.c | Juan Quintela |
2017-05-30 | Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging | Stefan Hajnoczi |
2017-05-23 | shutdown: Prepare for use of an enum in reset/shutdown_request | Eric Blake |
2017-05-18 | migration: Make savevm.c target independent | Juan Quintela |
2017-05-18 | exec: Create include for target_page_size() | Juan Quintela |
2017-05-18 | migration: Export qemu-file-channel.c functions in its own file | Juan Quintela |
2017-05-18 | migration: Remove old MigrationParams | Juan Quintela |
2017-05-18 | migration: Remove use of old MigrationParams | Juan Quintela |
2017-05-17 | migration: Move check_migratable() into qdev.c | Juan Quintela |
2017-05-17 | migration: Pass Error ** argument to {save,load}_vmstate | Juan Quintela |
2017-05-11 | block: New BdrvChildRole.activate() for blk_resume_after_migration() | Kevin Wolf |
2017-05-11 | migration: Unify block node activation error handling | Kevin Wolf |
2017-05-05 | Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging | Stefan Hajnoczi |
2017-05-04 | migration: Move postcopy-ram.h to migration/ | Juan Quintela |
2017-05-04 | monitor: Move hmp_info_snapshots from savevm.c to hmp.c | Juan Quintela |
2017-05-04 | monitor: Move hmp_delvm from savevm.c to hmp.c | Juan Quintela |
2017-05-04 | monitor: Move hmp_savevm from savevm.c to hmp.c | Juan Quintela |
2017-05-04 | monitor: Remove monitor parameter from save_vmstate | Juan Quintela |
2017-04-27 | migration: Call blk_resume_after_migration() for postcopy | Kevin Wolf |
2017-04-21 | migration: rename max_size to threshold_size | Peter Xu |
2017-04-21 | ram: ram_discard_range() don't use the mis parameter | Juan Quintela |
2017-04-21 | ram: Rename qemu_target_page_bits() to qemu_target_page_size() | Juan Quintela |
2017-04-21 | migration: Remove MigrationState from migration_in_postcopy | Juan Quintela |
2017-02-28 | postcopy: Transmit ram size summary word | Dr. David Alan Gilbert |
2017-02-28 | migration: fix use-after-free of to_dst_file | Vladimir Sementsov-Ogievskiy |
2017-02-28 | migration: fix id leak regression | Marc-André Lureau |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic |
2017-02-06 | Postcopy: Reset state to avoid cleanup assert | Dr. David Alan Gilbert |
2017-02-06 | migration: Check for ID length | Dr. David Alan Gilbert |
2017-02-06 | vmstate_register_with_alias_id: Take an Error ** | Dr. David Alan Gilbert |
2017-02-06 | migration: create Migration Incoming State at init time | Juan Quintela |
2017-01-27 | savevm: add public save_vmstate function | Pavel Dovgalyuk |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan |
2017-01-10 | migration: allow to prioritize save state entries | Peter Xu |
2016-10-28 | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in... | Peter Maydell |
2016-10-27 | migration: set name for all I/O channels created | Daniel P. Berrange |
2016-10-24 | migration/savevm.c: migrate non-default page size | Peter Maydell |
2016-10-13 | migration: Make failed migration load set file error | Dr. David Alan Gilbert |
2016-07-13 | hmp: show all of snapshot info on every block dev in output of 'info snapshots' | Lin Ma |
2016-07-13 | hmp: use snapshot name to determine whether a snapshot is 'fully available' | Lin Ma |
2016-06-17 | migration: fix inability to save VM after snapshot | Denis V. Lunev |
2016-06-17 | migration: Don't use *_to_cpup() and cpu_to_*w() | Peter Maydell |
2016-06-13 | Introduce "xen-load-devices-state" | Wen Congyang |