summaryrefslogtreecommitdiffstats
path: root/migration/postcopy-ram.c
Commit message (Expand)AuthorAgeFilesLines
* migration: Add an ability to ignore shared RAM blocksYury Kotov2019-03-061-6/+6
* exec: Change RAMBlockIterFunc definitionYury Kotov2019-03-061-15/+21
* migration: add more error handling for postcopy_ram_enable_notifyFei Li2019-01-231-0/+1
* migration: Stop postcopy fault thread before notifyingIlya Maximets2018-10-111-5/+6
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell2018-08-251-2/+16
|\
| * postcopy: Synchronize usage of the balloon inhibitorAlex Williamson2018-08-231-2/+16
* | migration: implement bi-directional RDMA QIOChannelLidong Chen2018-08-221-0/+2
|/
* postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand2018-06-271-2/+2
* migration: discard non-migratable RAMBlocksCédric Le Goater2018-06-041-6/+6
* migration: allow fault thread to pausePeter Xu2018-05-151-4/+50
* migration: add postcopy total blocktime into query-migrateAlexey Perevalov2018-04-251-0/+56
* migration: calculate vCPU blocktime on dst sideAlexey Perevalov2018-04-251-1/+150
* migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2018-04-251-0/+61
* migration: fix pfd leakMarc-André Lureau2018-03-291-0/+1
* postcopy: Allow shared memoryDr. David Alan Gilbert2018-03-201-6/+0Star
* vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert2018-03-201-0/+7
* vhost+postcopy: Call wakeupsDr. David Alan Gilbert2018-03-201-4/+10
* postcopy: postcopy_notify_shared_wakeDr. David Alan Gilbert2018-03-201-0/+16
* postcopy: helper for waking sharedDr. David Alan Gilbert2018-03-201-0/+26
* postcopy-ram: add a stub for postcopy_request_shared_pageMichael S. Tsirkin2018-03-201-0/+7
* vhost+postcopy: Helper to send requests to source for shared pagesDr. David Alan Gilbert2018-03-201-3/+29
* postcopy: Allow registering of fd handlerDr. David Alan Gilbert2018-03-201-53/+156
* postcopy: Add notifier chainDr. David Alan Gilbert2018-03-201-0/+36
* postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert2018-03-201-3/+10
* migration: provide postcopy_fault_thread_notify()Peter Xu2018-02-141-15/+20
* migration: reuse mis->userfault_quit_fdPeter Xu2018-02-141-9/+20
* migration: Revert postcopy-blocktime commit setPeter Maydell2018-01-231-257/+1Star
* migration: add postcopy total blocktime into query-migrateAlexey Perevalov2018-01-151-0/+56
* migration: calculate vCPU blocktime on dst sideAlexey Perevalov2018-01-151-1/+142
* migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2018-01-151-0/+59
* migration: add bitmap for received pageAlexey Perevalov2017-10-231-5/+12
* migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov2017-10-231-13/+21
* migration: postcopy_place_page factoring outAlexey Perevalov2017-10-231-6/+7
* migration: split ufd_version_check onto receive/request features partAlexey Perevalov2017-09-221-6/+88
* migration: fix hardcoded function name in error reportAlexey Perevalov2017-09-221-1/+1
* migration: pass MigrationIncomingState* into migration check functionsAlexey Perevalov2017-09-221-5/+5
* migration: Remove unneeded includesJuan Quintela2017-06-141-2/+0Star
* migration: Move migration.h to migration/Juan Quintela2017-06-131-1/+1
* migration: Export ram.c functions in its own fileJuan Quintela2017-06-011-0/+1
* migration: Split qemu-file.hJuan Quintela2017-06-011-1/+1
* migration: shut src return path unconditionallyPeter Xu2017-06-011-1/+0Star
* migration: Create savevm.h for functions exported from savevm.cJuan Quintela2017-05-311-0/+1
* exec: Create include for target_page_size()Juan Quintela2017-05-181-0/+1
* migration: Remove qemu-file.h from vmstate.hJuan Quintela2017-05-181-0/+1
* postcopy: Require RAMBlocks that are whole pagesDr. David Alan Gilbert2017-05-181-3/+13
* migration: Move postcopy stuff to postcopy-ram.cJuan Quintela2017-05-171-0/+18
* migration: Move postcopy-ram.h to migration/Juan Quintela2017-05-041-1/+1
* ram: Split dirty bitmap by RAMBlockJuan Quintela2017-05-041-4/+1Star
* ram: ram_discard_range() don't use the mis parameterJuan Quintela2017-04-211-4/+2Star
* ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela2017-04-211-4/+4