aboutsummaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
AgeCommit message (Expand)Author
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-11-02migration: Unify reset of last_rb on destination node when recoverPeter Xu
2020-10-26migration: Maintain postcopy faulted addressesPeter Xu
2020-10-26migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu
2020-10-26migration: Add spaces around operatorBihong Yu
2020-09-25migration: Rework migrate_send_rp_req_pages() functionPeter Xu
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-17migration/: fix some comment spelling errorszhaolichang
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-03migration: postcopy take proper error returnDr. David Alan Gilbert
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-11migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang
2019-10-11migration/postcopy: postpone setting PostcopyState to ENDWei Yang
2019-10-11migration/postcopy: fix typo in mark_postcopy_blocktime_begin's commentWei Yang
2019-10-11migration/postcopy: map large zero page in postcopy_ram_incoming_setup()Wei Yang
2019-10-11migration/postcopy: allocate tmp_page in setup stageWei Yang
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-14migration/postcopy: make PostcopyDiscardState a static variableWei Yang
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov
2019-01-23migration: add more error handling for postcopy_ram_enable_notifyFei Li
2018-10-11migration: Stop postcopy fault thread before notifyingIlya Maximets
2018-08-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell
2018-08-23postcopy: Synchronize usage of the balloon inhibitorAlex Williamson
2018-08-22migration: implement bi-directional RDMA QIOChannelLidong Chen
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater
2018-05-15migration: allow fault thread to pausePeter Xu
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-04-25migration: calculate vCPU blocktime on dst sideAlexey Perevalov
2018-04-25migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov
2018-03-29migration: fix pfd leakMarc-André Lureau
2018-03-20postcopy: Allow shared memoryDr. David Alan Gilbert
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert
2018-03-20vhost+postcopy: Call wakeupsDr. David Alan Gilbert
2018-03-20postcopy: postcopy_notify_shared_wakeDr. David Alan Gilbert
2018-03-20postcopy: helper for waking sharedDr. David Alan Gilbert
2018-03-20postcopy-ram: add a stub for postcopy_request_shared_pageMichael S. Tsirkin
2018-03-20vhost+postcopy: Helper to send requests to source for shared pagesDr. David Alan Gilbert
2018-03-20postcopy: Allow registering of fd handlerDr. David Alan Gilbert
2018-03-20postcopy: Add notifier chainDr. David Alan Gilbert
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert
2018-02-14migration: provide postcopy_fault_thread_notify()Peter Xu
2018-02-14migration: reuse mis->userfault_quit_fdPeter Xu
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-01-15migration: calculate vCPU blocktime on dst sideAlexey Perevalov