Age | Commit message (Expand) | Author | Files | Lines |
2017-05-18 | exec: Create include for target_page_size() | Juan Quintela | 3 | -0/+3 |
2017-05-18 | migration: Remove vmstate.h from migration.h | Juan Quintela | 4 | -0/+4 |
2017-05-18 | migration: Remove qemu-file.h from vmstate.h | Juan Quintela | 4 | -0/+4 |
2017-05-18 | migration: Split vmstate-types.c from vmstate.c | Juan Quintela | 3 | -643/+674 |
2017-05-18 | migration: Move qjson.h to migration/ | Juan Quintela | 3 | -2/+31 |
2017-05-18 | migration: Remove migration.h from colo.h | Juan Quintela | 2 | -1/+3 |
2017-05-18 | migration: Export qemu-file-channel.c functions in its own file | Juan Quintela | 7 | -0/+38 |
2017-05-18 | migration: Split migration/channel.c for channel operations | Juan Quintela | 8 | -51/+98 |
2017-05-18 | migration: Create migration/xbzrle.h | Juan Quintela | 3 | -1/+23 |
2017-05-18 | block migration: Allow compile time disable | Dr. David Alan Gilbert | 2 | -1/+15 |
2017-05-18 | migration: Remove old MigrationParams | Juan Quintela | 3 | -19/+7 |
2017-05-18 | migration: Remove use of old MigrationParams | Juan Quintela | 4 | -22/+10 |
2017-05-18 | migration: Create block capability | Juan Quintela | 1 | -0/+71 |
2017-05-18 | postcopy: Require RAMBlocks that are whole pages | Dr. David Alan Gilbert | 1 | -3/+13 |
2017-05-18 | migration: Fix non-multiple of page size migration | Dr. David Alan Gilbert | 1 | -1/+4 |
2017-05-18 | Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging | Stefan Hajnoczi | 1 | -6/+7 |
2017-05-17 | ramblock: add RAMBLOCK_FOREACH() | Peter Xu | 1 | -6/+7 |
2017-05-17 | migration: Move check_migratable() into qdev.c | Juan Quintela | 2 | -15/+10 |
2017-05-17 | migration: Move postcopy stuff to postcopy-ram.c | Juan Quintela | 3 | -18/+44 |
2017-05-17 | migration: Move page_cache.c to migration/ | Juan Quintela | 3 | -1/+323 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 1 | -0/+1 |
2017-05-17 | ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO | Juan Quintela | 1 | -6/+12 |
2017-05-17 | migration: Pass Error ** argument to {save,load}_vmstate | Juan Quintela | 1 | -26/+25 |
2017-05-17 | migration: Fix regression with compression threads | Juan Quintela | 1 | -9/+10 |
2017-05-11 | block: New BdrvChildRole.activate() for blk_resume_after_migration() | Kevin Wolf | 2 | -6/+0 |
2017-05-11 | migration: Unify block node activation error handling | Kevin Wolf | 2 | -18/+10 |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 1 | -26/+23 |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 1 | -18/+18 |
2017-05-09 | sockets: Prepare inet_parse() for flattened SocketAddress | Markus Armbruster | 2 | -4/+5 |
2017-05-05 | Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging | Stefan Hajnoczi | 9 | -349/+213 |
2017-05-04 | Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging | Stefan Hajnoczi | 1 | -0/+8 |
2017-05-04 | migration: Extra tracing | Dr. David Alan Gilbert | 2 | -0/+4 |
2017-05-04 | migration: Move postcopy-ram.h to migration/ | Juan Quintela | 5 | -4/+95 |
2017-05-04 | monitor: Move hmp_info_snapshots from savevm.c to hmp.c | Juan Quintela | 1 | -147/+0 |
2017-05-04 | monitor: Move hmp_delvm from savevm.c to hmp.c | Juan Quintela | 1 | -13/+0 |
2017-05-04 | monitor: Move hmp_savevm from savevm.c to hmp.c | Juan Quintela | 1 | -5/+0 |
2017-05-04 | monitor: Remove monitor parameter from save_vmstate | Juan Quintela | 1 | -10/+10 |
2017-05-04 | migration: to_dst_file at that point is NULL | Juan Quintela | 2 | -2/+0 |
2017-05-04 | migration: setup bi-directional I/O channel for exec: protocol | Daniel P. Berrange | 1 | -2/+2 |
2017-05-04 | ram: Split dirty bitmap by RAMBlock | Juan Quintela | 2 | -167/+103 |
2017-04-28 | replication: Make --disable-replication compile again | Markus Armbruster | 1 | -0/+12 |
2017-04-27 | migration: Call blk_resume_after_migration() for postcopy | Kevin Wolf | 1 | -0/+8 |
2017-04-24 | migration: Make errp the last parameter of local functions | Fam Zheng | 1 | -6/+6 |
2017-04-21 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i... | Peter Maydell | 5 | -626/+675 |
2017-04-21 | migration: rename max_size to threshold_size | Peter Xu | 2 | -10/+15 |
2017-04-21 | migration: set current_active_state once | Peter Xu | 1 | -1/+0 |
2017-04-21 | migration: don't close a file descriptor while it can be in use | Laurent Vivier | 1 | -3/+3 |
2017-04-21 | ram: Remove migration_bitmap_extend() | Juan Quintela | 1 | -34/+0 |
2017-04-21 | migration: Remove MigrationState parameter from migration_is_idle() | Juan Quintela | 1 | -5/+3 |
2017-04-21 | ram: Use RAMBitmap type for coherence | Juan Quintela | 1 | -5/+5 |