Age | Commit message (Expand) | Author | Files | Lines |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 3 | -4/+4 |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza | 1 | -2/+2 |
2018-12-14 | qapi: add conditions to REPLICATION type/commands on the schema | Marc-André Lureau | 1 | -12/+4 |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 3 | -70/+87 |
2018-11-27 | migration: savevm: consult migration blockers | Paolo Bonzini | 1 | -0/+4 |
2018-11-21 | migration/migration.c: Add COLO dependency checks | Zhang Chen | 1 | -0/+9 |
2018-11-21 | migration/colo.c: Fix compilation issue when disable replication | Zhang Chen | 1 | -1/+27 |
2018-10-31 | migration: avoid segmentfault when take a snapshot of a VM which being migrated | Jia Lina | 3 | -9/+14 |
2018-10-29 | dirty-bitmaps: clean-up bitmaps loading and migration logic | Vladimir Sementsov-Ogievskiy | 1 | -2/+8 |
2018-10-29 | block/dirty-bitmaps: add user_locked status checker | John Snow | 1 | -8/+2 |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 2 | -10/+10 |
2018-10-19 | migration: Fix !replay_can_snapshot() error handling | Markus Armbruster | 1 | -4/+4 |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster | 1 | -6/+6 |
2018-10-19 | COLO: quick failover process by kick COLO thread | zhanghailiang | 1 | -0/+8 |
2018-10-19 | COLO: notify net filters about checkpoint/failover event | zhanghailiang | 1 | -0/+15 |
2018-10-19 | COLO: flush host dirty ram from cache | zhanghailiang | 1 | -0/+9 |
2018-10-19 | savevm: split the process of different stages for loadvm/savevm | Zhang Chen | 3 | -16/+65 |
2018-10-19 | qapi: Add new command to query colo status | Zhang Chen | 1 | -0/+21 |
2018-10-19 | qapi/migration.json: Rename COLO unknown mode to none mode. | Zhang Chen | 2 | -2/+2 |
2018-10-19 | qmp event: Add COLO_EXIT event to notify users while exited COLO | zhanghailiang | 1 | -0/+31 |
2018-10-19 | COLO: Flush memory data from ram cache | Zhang Chen | 2 | -0/+39 |
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 | 4 | -3/+93 |
2018-10-19 | COLO: Remove colo_state migration struct | Zhang Chen | 7 | -79/+54 |
2018-10-19 | COLO: Add block replication into colo process | Zhang Chen | 2 | -0/+53 |
2018-10-19 | COLO: integrate colo compare with colo frame | Zhang Chen | 2 | -6/+42 |
2018-10-11 | migration: Stop postcopy fault thread before notifying | Ilya Maximets | 1 | -5/+6 |
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: fix QEMUFile leak | Marc-André Lureau | 1 | -1/+4 |
2018-09-26 | migration: cleanup in error paths in loadvm | Dr. David Alan Gilbert | 1 | -0/+2 |
2018-09-26 | migration/postcopy: Clear have_listen_thread | Dr. David Alan Gilbert | 1 | -0/+1 |
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 | 3 | -1/+53 |
2018-09-26 | migration: do not flush_compressed_data at the end of iteration | Xiao Guangrong | 1 | -7/+11 |
2018-09-26 | Add a hint message to loadvm and exits on failure | Jose Ricardo Ziviani | 1 | -1/+3 |
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-09-26 | migration/rdma: Fix uninitialised rdma_return_path | Dr. David Alan Gilbert | 1 | -1/+1 |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 2 | -3/+3 |
2018-08-25 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in... | Peter Maydell | 1 | -2/+16 |
2018-08-23 | postcopy: Synchronize usage of the balloon inhibitor | Alex Williamson | 1 | -2/+16 |
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 | 3 | -19/+48 |
2018-08-22 | migration: poll the cm event for destination qemu | Lidong Chen | 2 | -2/+33 |
2018-08-22 | migration: implement the shutdown for RDMA QIOChannel | Lidong Chen | 1 | -0/+40 |