Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | migration/migration.c: Fix hang in ram_save_host_page | Lukas Straub | 1 | -0/+4 |
2020-05-07 | migration/xbzrle: add encoding rate | Wei Wang | 1 | -0/+1 |
2020-05-07 | migration/throttle: Add cpu-throttle-tailslow migration parameter | Keqian Zhu | 1 | -0/+13 |
2020-05-07 | migration: move the units of migrate parameters from milliseconds to ms | Mao Zhongyi | 1 | -1/+1 |
2020-05-07 | migration/migration: improve error reporting for migrate parameters | Mao Zhongyi | 1 | -8/+12 |
2020-05-07 | migration: fix bad indentation in error_report() | Mao Zhongyi | 1 | -5/+5 |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 1 | -2/+1 |
2020-04-02 | migration: fix cleanup_bh leak on resume | Marc-André Lureau | 1 | -1/+6 |
2020-03-25 | migration: use "" instead of (null) for tls-authz | Mao Zhongyi | 1 | -1/+2 |
2020-03-25 | xbzrle: update xbzrle doc | Mao Zhongyi | 1 | -1/+1 |
2020-03-13 | migration: recognize COLO as part of activating process | zhanghailiang | 1 | -0/+1 |
2020-03-13 | migration/throttle: Add throttle-trig-thres migration parameter | Keqian Zhu | 1 | -0/+24 |
2020-02-28 | savevm: Don't call colo_init_ram_cache twice | zhanghailiang | 1 | -5/+0 |
2020-02-28 | migration: fix COLO broken caused by a previous commit | zhanghailiang | 1 | -1/+0 |
2020-02-28 | multifd: Add multifd-zstd-level parameter | Juan Quintela | 1 | -0/+24 |
2020-02-28 | multifd: Add multifd-zlib-level parameter | Juan Quintela | 1 | -0/+24 |
2020-02-28 | multifd: Make no compression operations into its own structure | Juan Quintela | 1 | -0/+9 |
2020-02-28 | multifd: Add multifd-compression parameter | Juan Quintela | 1 | -0/+13 |
2020-02-13 | migration: Optimization about wait-unplug migration state | Keqian Zhu | 1 | -1/+1 |
2020-02-13 | migration: Maybe VM is paused when migration is cancelled | Zhimin Feng | 1 | -8/+16 |
2020-01-29 | multifd: Split multifd code into its own file | Juan Quintela | 1 | -0/+1 |
2020-01-29 | multifd: Make multifd_load_setup() get an Error parameter | Juan Quintela | 1 | -6/+29 |
2020-01-29 | multifd: Make multifd_save_setup() get an Error parameter | Juan Quintela | 1 | -1/+3 |
2020-01-29 | migration: Create migration_is_running() | Juan Quintela | 1 | -5/+24 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2020-01-20 | migration/postcopy: enable compress during postcopy | Wei Yang | 1 | -11/+0 |
2020-01-20 | migration: Fix the re-run check of the migrate-incoming command | Yury Kotov | 1 | -0/+1 |
2020-01-20 | migration: Fix incorrect integer->float conversion caught by clang | Fangrui Song | 1 | -2/+1 |
2020-01-20 | migration: Rate limit inside host pages | Dr. David Alan Gilbert | 1 | -25/+32 |
2019-10-29 | migration: add new migration state wait-unplug | Jens Freimann | 1 | -0/+21 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -1/+1 |
2019-10-11 | migration: pass in_postcopy instead of check state again | Wei Yang | 1 | -2/+1 |
2019-10-11 | migration: Don't try and recover return path in non-postcopy | Dr. David Alan Gilbert | 1 | -1/+1 |
2019-10-11 | migration: use migration_is_active to represent active state | Wei Yang | 1 | -4/+8 |
2019-09-25 | migration/postcopy: Recognise the recovery states as 'in_postcopy' | Dr. David Alan Gilbert | 1 | -1/+8 |
2019-09-12 | migration: fix one typo in comment of function migration_total_bytes() | Wei Yang | 1 | -1/+1 |
2019-09-12 | migration: Fix postcopy bw for recovery | Peter Xu | 1 | -1/+2 |
2019-09-12 | migration: Add validate-uuid capability | Yury Kotov | 1 | -0/+9 |
2019-08-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell | 1 | -0/+4 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-14 | migration: always initialise ram_counters for a new migration | Ivan Ren | 1 | -6/+19 |
2019-08-14 | migration: remove unused field bytes_xfer | Wei Yang | 1 | -1/+0 |
2019-08-14 | migration/postcopy: start_postcopy could be true only when migrate_postcopy()... | Wei Yang | 1 | -2/+1 |
2019-08-14 | migration: consolidate time info into populate_time_info | Wei Yang | 1 | -18/+22 |
2019-08-14 | migration: Add error_desc for file channel errors | Yury Kotov | 1 | -2/+8 |
2019-07-15 | migration: Split log_clear() into smaller chunks | Peter Xu | 1 | -0/+4 |
2019-05-22 | migration: Fix typo in migrate_add_blocker() error message | Greg Kurz | 1 | -1/+1 |