| Commit message (Expand) | Author | Age | Files | Lines |
* | migration/ram: Fix hexadecimal format string specifier | Philippe Mathieu-Daudé | 2020-11-12 | 1 | -1/+1 |
* | Reduce the time of checkpoint for COLO | Rao, Lei | 2020-11-11 | 1 | -1/+13 |
* | migration: Do not initialise statics and globals to 0 or NULL | Bihong Yu | 2020-10-26 | 1 | -1/+1 |
* | migration: Add braces {} for if statement | Bihong Yu | 2020-10-26 | 1 | -2/+4 |
* | migration: Add spaces around operator | Bihong Yu | 2020-10-26 | 1 | -1/+1 |
* | migration: Don't use '#' flag of printf format | Bihong Yu | 2020-10-26 | 1 | -2/+2 |
* | migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h | Chuan Zheng | 2020-09-25 | 1 | -10/+1 |
* | migration/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 1 | -5/+5 |
* | cpu-throttle: new module, extracted from cpus.c | Claudio Fontana | 2020-07-11 | 1 | -0/+1 |
* | migration: Count new_dirty instead of real_dirty | Keqian Zhu | 2020-07-03 | 1 | -3/+5 |
* | migration: fix xbzrle encoding rate calculation | Wei Wang | 2020-06-18 | 1 | -3/+1 |
* | migration/colo.c: Flush ram cache only after receiving device state | Lukas Straub | 2020-06-01 | 1 | -4/+1 |
* | migration/xbzrle: add encoding rate | Wei Wang | 2020-05-07 | 1 | -2/+37 |
* | migration/ram: Consolidate variable reset after placement in ram_load_postcopy() | David Hildenbrand | 2020-05-07 | 1 | -5/+5 |
* | migration/throttle: Add cpu-throttle-tailslow migration parameter | Keqian Zhu | 2020-05-07 | 1 | -5/+20 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell | 2020-05-05 | 1 | -3/+1 |
|\ |
|
| * | Compress lines for immediate return | Simran Singhal | 2020-05-04 | 1 | -3/+1 |
* | | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 2020-05-04 | 1 | -2/+1 |
|/ |
|
* | migration/ram: fix use after free of local_err | Vladimir Sementsov-Ogievskiy | 2020-03-25 | 1 | -0/+1 |
* | ram/colo: only record bitmap of dirty pages in COLO stage | zhanghailiang | 2020-03-13 | 1 | -4/+5 |
* | COLO: Optimize memory back-up process | zhanghailiang | 2020-03-13 | 1 | -17/+49 |
* | migration/throttle: Add throttle-trig-thres migration parameter | Keqian Zhu | 2020-03-13 | 1 | -22/+30 |
* | multifd: Add zstd compression multifd support | Juan Quintela | 2020-02-28 | 1 | -1/+0 |
* | multifd: Make no compression operations into its own structure | Juan Quintela | 2020-02-28 | 1 | -0/+1 |
* | multifd: Split multifd code into its own file | Juan Quintela | 2020-01-29 | 1 | -987/+1 |
* | multifd: Make multifd_load_setup() get an Error parameter | Juan Quintela | 2020-01-29 | 1 | -1/+1 |
* | multifd: Make multifd_save_setup() get an Error parameter | Juan Quintela | 2020-01-29 | 1 | -1/+1 |
* | migration: Make checkpatch happy with comments | Juan Quintela | 2020-01-29 | 1 | -4/+6 |
* | multifd: Use qemu_target_page_size() | Juan Quintela | 2020-01-29 | 1 | -4/+5 |
* | multifd: multifd_send_sync_main only needs the qemufile | Juan Quintela | 2020-01-29 | 1 | -6/+6 |
* | multifd: multifd_queue_page only needs the qemufile | Juan Quintela | 2020-01-29 | 1 | -4/+4 |
* | multifd: multifd_send_pages only needs the qemufile | Juan Quintela | 2020-01-29 | 1 | -4/+4 |
* | migration/multifd: fix nullptr access in multifd_send_terminate_threads | Zhimin Feng | 2020-01-29 | 1 | -1/+9 |
* | migration: Don't send data if we have stopped | Juan Quintela | 2020-01-29 | 1 | -1/+2 |
* | multifd: Make sure that we don't do any IO after an error | Juan Quintela | 2020-01-29 | 1 | -9/+13 |
* | multifd: Be consistent about using uint64_t | Juan Quintela | 2020-01-20 | 1 | -5/+8 |
* | Bug #1829242 correction. | Alexey Romko | 2020-01-20 | 1 | -11/+18 |
* | migration/multifd: fix destroyed mutex access in terminating multifd threads | Jiahui Cen | 2020-01-20 | 1 | -0/+8 |
* | migration/multifd: fix nullptr access in terminating multifd threads | Jiahui Cen | 2020-01-20 | 1 | -1/+3 |
* | migration/multifd: not use multifd during postcopy | Wei Yang | 2020-01-20 | 1 | -3/+6 |
* | migration/multifd: clean pages after filling packet | Wei Yang | 2020-01-20 | 1 | -2/+4 |
* | migration/postcopy: enable compress during postcopy | Wei Yang | 2020-01-20 | 1 | -1/+27 |
* | migration/postcopy: enable random order target page arrival | Wei Yang | 2020-01-20 | 1 | -8/+10 |
* | migration/postcopy: set all_zero to true on the first target page | Wei Yang | 2020-01-20 | 1 | -1/+1 |
* | migration/postcopy: count target page number to decide the place_needed | Wei Yang | 2020-01-20 | 1 | -2/+6 |
* | migration/postcopy: wait for decompress thread in precopy | Wei Yang | 2020-01-20 | 1 | -2/+1 |
* | migration/postcopy: reduce memset when it is zero page and matches_target_pag... | Wei Yang | 2020-01-20 | 1 | -1/+7 |
* | migration/ram: Yield periodically to the main loop | Yury Kotov | 2020-01-20 | 1 | -1/+12 |
* | migration: Rate limit inside host pages | Dr. David Alan Gilbert | 2020-01-20 | 1 | -0/+2 |
* | ram.c: remove unneeded labels | Daniel Henrique Barboza | 2020-01-20 | 1 | -13/+5 |