Age | Commit message (Expand) | Author | Files | Lines |
2019-06-06 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 1 | -1/+1 |
2019-06-06 | migration: fix a typo | Li Qiang | 1 | -1/+1 |
2019-06-05 | migratioin/ram: leave RAMBlock->bmap blank on allocating | Wei Yang | 1 | -5/+13 |
2019-06-05 | migration/ram.c: multifd_send_state->count is not really used | Wei Yang | 1 | -5/+0 |
2019-06-05 | migration/ram.c: MultiFDSendParams.sem_sync is not really used | Wei Yang | 1 | -4/+0 |
2019-05-14 | migration/ram.c: fix typos in comments | Wei Yang | 1 | -5/+5 |
2019-05-14 | migration: update comments of migration bitmap | Yi Wang | 1 | -3/+1 |
2019-05-14 | migration/ram.c: start of migration_bitmap_sync_range is always 0 | Wei Yang | 1 | -4/+4 |
2019-04-09 | migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet() | Peter Maydell | 1 | -1/+1 |
2019-04-05 | migration/ram.c: Fix codes conflict about bitmap_mutex | Zhang Chen | 1 | -0/+2 |
2019-03-25 | multifd: Add some padding | Juan Quintela | 1 | -0/+3 |
2019-03-25 | multifd: Change default packet size | Juan Quintela | 1 | -1/+1 |
2019-03-25 | multifd: Be flexible about packet size | Juan Quintela | 1 | -6/+18 |
2019-03-25 | multifd: Drop x-multifd-page-count parameter | Juan Quintela | 1 | -5/+10 |
2019-03-25 | multifd: Create new next_packet_size field | Juan Quintela | 1 | -2/+13 |
2019-03-25 | multifd: Rename "size" member to pages_alloc | Juan Quintela | 1 | -11/+12 |
2019-03-25 | multifd: Only send pages when packet are not empty | Juan Quintela | 1 | -6/+12 |
2019-03-06 | migration/ram.c: add the free page optimization enable flag | Wei Wang | 1 | -1/+17 |
2019-03-06 | migration/ram.c: add a notifier chain for precopy | Wei Wang | 1 | -3/+48 |
2019-03-06 | migration: API to clear bits of guest free pages from the dirty bitmap | Wei Wang | 1 | -0/+47 |
2019-03-06 | migration: use bitmap_mutex in migration_bitmap_clear_dirty | Wei Wang | 1 | -1/+4 |
2019-03-06 | migration: Add an ability to ignore shared RAM blocks | Yury Kotov | 1 | -26/+84 |
2019-01-23 | migration: introduce pages-per-second | Xiao Guangrong | 1 | -0/+6 |
2019-01-23 | migration: multifd_save_cleanup() can't fail, simplify | Fei Li | 1 | -7/+4 |
2019-01-23 | migration: fix the multifd code when receiving less channels | Fei Li | 1 | -3/+14 |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 1 | -1/+1 |
2018-10-19 | COLO: flush host dirty ram from cache | zhanghailiang | 1 | -0/+9 |
2018-10-19 | COLO: Flush memory data from ram cache | Zhang Chen | 1 | -0/+37 |
2018-10-19 | ram/COLO: Record the dirty pages that SVM received | Zhang Chen | 1 | -3/+40 |
2018-10-19 | COLO: Load dirty pages into SVM's RAM cache firstly | Zhang Chen | 1 | -2/+81 |
2018-09-26 | migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t struct | Peter Maydell | 1 | -5/+5 |
2018-09-26 | migration: fix the compression code | Fei Li | 1 | -16/+8 |
2018-09-26 | migration: use save_page_use_compression in flush_compressed_data | Xiao Guangrong | 1 | -1/+3 |
2018-09-26 | migration: show the statistics of compression | Xiao Guangrong | 1 | -1/+40 |
2018-09-26 | migration: do not flush_compressed_data at the end of iteration | Xiao Guangrong | 1 | -7/+11 |
2018-09-26 | migration: handle the error condition properly | Xiao Guangrong | 1 | -3/+15 |
2018-09-26 | migration: fix calculating xbzrle_counters.cache_miss_rate | Xiao Guangrong | 1 | -9/+9 |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 1 | -1/+1 |
2018-08-22 | migration: hold the lock only if it is really needed | Xiao Guangrong | 1 | -0/+4 |
2018-08-22 | migration: move handle of zero page to the thread | Xiao Guangrong | 1 | -26/+70 |
2018-08-22 | migration: drop the return value of do_compress_ram_page | Xiao Guangrong | 1 | -15/+11 |
2018-08-22 | migration: introduce save_zero_page_to_file | Xiao Guangrong | 1 | -10/+30 |
2018-08-22 | migration: fix counting normal page for compression | Xiao Guangrong | 1 | -1/+0 |
2018-08-22 | migration: do not wait for free thread | Xiao Guangrong | 1 | -19/+26 |
2018-08-22 | migration: implement bi-directional RDMA QIOChannel | Lidong Chen | 1 | -0/+4 |
2018-08-22 | migrate/cpu-throttle: Add max-cpu-throttle migration parameter | Li Qiang | 1 | -1/+3 |
2018-08-10 | migration/ram: ensure write persistence on loading all data to PMEM. | Junyan He | 1 | -0/+8 |
2018-08-10 | migration/ram: Add check and info message to nvdimm post copy. | Junyan He | 1 | -0/+9 |
2018-07-24 | migration: update recv bitmap only on dest vm | Peter Xu | 1 | -2/+9 |
2018-07-24 | migration: fix potential overflow in multifd send | Peter Xu | 1 | -1/+1 |