summaryrefslogtreecommitdiffstats
path: root/migration/postcopy-ram.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-071-23/+0Star
|\
| * virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-021-23/+0Star
* | migration: postcopy take proper error returnDr. David Alan Gilbert2020-07-031-1/+1
|/
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-2/+2
* migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang2019-10-111-2/+2
* migration/postcopy: postpone setting PostcopyState to ENDWei Yang2019-10-111-2/+0Star
* migration/postcopy: fix typo in mark_postcopy_blocktime_begin's commentWei Yang2019-10-111-3/+5
* migration/postcopy: map large zero page in postcopy_ram_incoming_setup()Wei Yang2019-10-111-17/+17
* migration/postcopy: allocate tmp_page in setup stageWei Yang2019-10-111-30/+10Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell2019-08-161-0/+1
|\
| * Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
* | migration/postcopy: make PostcopyDiscardState a static variableWei Yang2019-08-141-40/+30Star
|/
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-1/+7
* 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