aboutsummaryrefslogtreecommitdiffstats
path: root/migration/postcopy-ram.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration/postcopy: Add postcopy-recover-setup phasePeter Xu2024-06-211-0/+6
* migration: Rename thread debug namesPeter Xu2024-06-211-2/+2
* migration: remove PostcopyDiscardState from typedefs.hPaolo Bonzini2024-05-031-2/+2
* error: Move ERRP_GUARD() to the beginning of the functionZhao Liu2024-03-121-2/+2
* migration: remove error from notifier dataSteve Sistare2024-02-281-1/+0
* notify: pass error to notifier with returnSteve Sistare2024-02-281-1/+1
* userfaultfd: use 1ULL to build ioctl masksPaolo Bonzini2024-01-291-9/+7
* migration: Fix race that dest preempt thread close too earlyPeter Xu2023-09-271-1/+37
* migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()David Hildenbrand2023-07-121-1/+1
* migration: Drop unused parameter for migration_tls_client_create()Juan Quintela2023-05-031-1/+1
* migration: Allow postcopy_ram_supported_by_host() to report errPeter Xu2023-04-271-28/+32
* migration: Create options.cJuan Quintela2023-04-241-0/+1
* migration/postcopy: Detect file system on dest hostPeter Xu2023-04-241-4/+30
* postcopy-ram: do not use qatomic_mb_readPaolo Bonzini2023-04-201-1/+1
* migration: Recover behavior of preempt channel creation for pre-7.2Peter Xu2023-04-121-2/+8
* migration: Fix potential race on postcopy_qemufile_srcPeter Xu2023-04-121-5/+15
* migration: Wait on preempt channel in preempt threadPeter Xu2023-03-161-5/+6
* migration: Postpone postcopy preempt channel to be after mainPeter Xu2023-02-111-2/+15
* migration: Cleanup postcopy_preempt_setup()Peter Xu2023-02-111-7/+1
* migration: Rework multi-channel checks on URIPeter Xu2023-02-111-6/+0
* Drop duplicate #includeMarkus Armbruster2023-02-081-2/+0
* migration: check magic value for deciding the mapping of channelsmanish.mishra2023-02-061-4/+1
* util/userfaultfd: Add uffd_open()Peter Xu2023-02-061-6/+5
* migration: Enable TLS for preempt channelPeter Xu2022-07-201-8/+49
* migration: Create the postcopy preempt channel asynchronouslyPeter Xu2022-07-201-12/+44
* migration: Postcopy recover with preempt enabledPeter Xu2022-07-201-2/+23
* migration: Postcopy preemption preparation on channel creationPeter Xu2022-07-201-3/+89
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-2/+2
* migration: postcopy_pause_fault_thread() never failsPeter Xu2022-03-021-21/+4
* migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu2022-03-021-1/+1
* migration: Add postcopy_thread_create()Peter Xu2022-03-021-6/+17
* migration: Introduce postcopy channels on dest nodePeter Xu2022-03-021-14/+46
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
* migration: Move temp page setup and cleanup into separate functionsPeter Xu2022-01-281-31/+51
* migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime featPeter Xu2022-01-281-8/+6
* migration: Check that postcopy fd's are not NULLJuan Quintela2021-11-061-0/+4
* migration: Simplify alignment and alignment checksDavid Hildenbrand2021-11-011-5/+4
* migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand2021-11-011-4/+27
* migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand2021-05-131-3/+12
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-5/+2
* migration: Unify reset of last_rb on destination node when recoverPeter Xu2020-11-021-2/+0
* migration: Maintain postcopy faulted addressesPeter Xu2020-10-261-3/+14
* migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu2020-10-261-3/+5
* migration: Add spaces around operatorBihong Yu2020-10-261-1/+1
* migration: Rework migrate_send_rp_req_pages() functionPeter Xu2020-09-251-22/+2
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-17/+17
* migration/: fix some comment spelling errorszhaolichang2020-09-171-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-071-23/+0
|\
| * virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-021-23/+0
* | migration: postcopy take proper error returnDr. David Alan Gilbert2020-07-031-1/+1
|/