aboutsummaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-06migration: Check that postcopy fd's are not NULLJuan Quintela1-0/+4
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand1-5/+4
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand1-4/+27
2021-05-13migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand1-3/+12
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-5/+2
2020-11-02migration: Unify reset of last_rb on destination node when recoverPeter Xu1-2/+0
2020-10-26migration: Maintain postcopy faulted addressesPeter Xu1-3/+14
2020-10-26migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu1-3/+5
2020-10-26migration: Add spaces around operatorBihong Yu1-1/+1
2020-09-25migration: Rework migrate_send_rp_req_pages() functionPeter Xu1-22/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-17/+17
2020-09-17migration/: fix some comment spelling errorszhaolichang1-2/+2
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-23/+0
2020-07-03migration: postcopy take proper error returnDr. David Alan Gilbert1-1/+1
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand1-23/+0
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-2/+2
2019-10-11migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang1-2/+2
2019-10-11migration/postcopy: postpone setting PostcopyState to ENDWei Yang1-2/+0
2019-10-11migration/postcopy: fix typo in mark_postcopy_blocktime_begin's commentWei Yang1-3/+5
2019-10-11migration/postcopy: map large zero page in postcopy_ram_incoming_setup()Wei Yang1-17/+17
2019-10-11migration/postcopy: allocate tmp_page in setup stageWei Yang1-30/+10
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1-0/+1
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-0/+1
2019-08-14migration/postcopy: make PostcopyDiscardState a static variableWei Yang1-40/+30
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-1/+7
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov1-6/+6
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov1-15/+21
2019-01-23migration: add more error handling for postcopy_ram_enable_notifyFei Li1-0/+1
2018-10-11migration: Stop postcopy fault thread before notifyingIlya Maximets1-5/+6
2018-08-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell1-2/+16
2018-08-23postcopy: Synchronize usage of the balloon inhibitorAlex Williamson1-2/+16
2018-08-22migration: implement bi-directional RDMA QIOChannelLidong Chen1-0/+2
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand1-2/+2
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater1-6/+6
2018-05-15migration: allow fault thread to pausePeter Xu1-4/+50
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov1-0/+56
2018-04-25migration: calculate vCPU blocktime on dst sideAlexey Perevalov1-1/+150
2018-04-25migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov1-0/+61
2018-03-29migration: fix pfd leakMarc-André Lureau1-0/+1
2018-03-20postcopy: Allow shared memoryDr. David Alan Gilbert1-6/+0
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert1-0/+7
2018-03-20vhost+postcopy: Call wakeupsDr. David Alan Gilbert1-4/+10
2018-03-20postcopy: postcopy_notify_shared_wakeDr. David Alan Gilbert1-0/+16
2018-03-20postcopy: helper for waking sharedDr. David Alan Gilbert1-0/+26
2018-03-20postcopy-ram: add a stub for postcopy_request_shared_pageMichael S. Tsirkin1-0/+7
2018-03-20vhost+postcopy: Helper to send requests to source for shared pagesDr. David Alan Gilbert1-3/+29
2018-03-20postcopy: Allow registering of fd handlerDr. David Alan Gilbert1-53/+156
2018-03-20postcopy: Add notifier chainDr. David Alan Gilbert1-0/+36
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert1-3/+10
2018-02-14migration: provide postcopy_fault_thread_notify()Peter Xu1-15/+20