- f161c88 migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored() by David Hildenbrand · 1 year, 8 months ago
- 0deb7e9 migration: Drop unused parameter for migration_tls_client_create() by Juan Quintela · 1 year, 11 months ago
- 74c38cf migration: Allow postcopy_ram_supported_by_host() to report err by Peter Xu · 1 year, 11 months ago
- 1f0776f migration: Create options.c by Juan Quintela · 2 years ago
- ae30b9b migration/postcopy: Detect file system on dest host by Peter Xu · 1 year, 11 months ago
- 4592eaf postcopy-ram: do not use qatomic_mb_read by Paolo Bonzini · 2 years ago
- 06064a6 migration: Recover behavior of preempt channel creation for pre-7.2 by Peter Xu · 2 years ago
- 6621883 migration: Fix potential race on postcopy_qemufile_src by Peter Xu · 2 years ago
- a5d35dc migration: Wait on preempt channel in preempt thread by Peter Xu · 2 years ago
- 5655aab migration: Postpone postcopy preempt channel to be after main by Peter Xu · 2 years, 1 month ago
- fc063a7 migration: Cleanup postcopy_preempt_setup() by Peter Xu · 2 years, 1 month ago
- d6f74fd migration: Rework multi-channel checks on URI by Peter Xu · 2 years, 1 month ago
- a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
- 6720c2b migration: check magic value for deciding the mapping of channels by manish.mishra · 2 years, 3 months ago
- d5890ea util/userfaultfd: Add uffd_open() by Peter Xu · 2 years, 1 month ago
- f0afaf6 migration: Enable TLS for preempt channel by Peter Xu · 2 years, 8 months ago
- d0edb8a migration: Create the postcopy preempt channel asynchronously by Peter Xu · 2 years, 8 months ago
- 60bb3c5 migration: Postcopy recover with preempt enabled by Peter Xu · 2 years, 8 months ago
- 36f62f1 migration: Postcopy preemption preparation on channel creation by Peter Xu · 2 years, 8 months ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
- 27dd21b migration: postcopy_pause_fault_thread() never fails by Peter Xu · 3 years ago
- d5c8f2a migration: Enlarge postcopy recovery to capture !-EIO too by Peter Xu · 3 years ago
- 095c12a migration: Add postcopy_thread_create() by Peter Xu · 3 years ago
- 77dadc3 migration: Introduce postcopy channels on dest node by Peter Xu · 3 years ago
- b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 3 years, 1 month ago
- 476ebf7 migration: Move temp page setup and cleanup into separate functions by Peter Xu · 3 years, 2 months ago
- 2d1c37c migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat by Peter Xu · 3 years, 2 months ago
- 5655998 migration: Check that postcopy fd's are not NULL by Juan Quintela · 3 years, 4 months ago
- 7648297 migration: Simplify alignment and alignment checks by David Hildenbrand · 3 years, 5 months ago
- 9470c5e migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination by David Hildenbrand · 3 years, 5 months ago
- 898ba90 migration/ram: Handle RAM block resizes during postcopy by David Hildenbrand · 3 years, 10 months ago
- 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 4 months ago
- cc5ab87 migration: Unify reset of last_rb on destination node when recover by Peter Xu · 4 years, 4 months ago
- 8f8bfff migration: Maintain postcopy faulted addresses by Peter Xu · 4 years, 5 months ago
- eef621c migration: Pass incoming state into qemu_ufd_copy_ioctl() by Peter Xu · 4 years, 5 months ago
- 395cb45 migration: Add spaces around operator by Bihong Yu · 4 years, 5 months ago
- 2e2bce1 migration: Rework migrate_send_rp_req_pages() function by Peter Xu · 4 years, 6 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
- 3a4452d migration/: fix some comment spelling errors by zhaolichang · 4 years, 6 months ago
- c8eaf81 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 4 years, 8 months ago
- 617a32f migration: postcopy take proper error return by Dr. David Alan Gilbert · 4 years, 8 months ago
- 06df2e6 virtio-balloon: Rip out qemu_balloon_inhibit() by David Hildenbrand · 4 years, 9 months ago
- 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
- 2a7eb14 migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup by Wei Yang · 5 years ago
- 2d49bac migration/postcopy: postpone setting PostcopyState to END by Wei Yang · 5 years ago
- da1725d migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment by Wei Yang · 5 years ago
- 6629890 migration/postcopy: map large zero page in postcopy_ram_incoming_setup() by Wei Yang · 5 years ago
- 3414322 migration/postcopy: allocate tmp_page in setup stage by Wei Yang · 5 years ago
- 95a9457 Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging by Peter Maydell · 6 years ago
- d484205 Include exec/memory.h slightly less by Markus Armbruster · 6 years ago
- 810cf2b migration/postcopy: make PostcopyDiscardState a static variable by Wei Yang · 6 years ago
- 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
- fbd162e migration: Add an ability to ignore shared RAM blocks by Yury Kotov · 6 years ago
- 754cb9c exec: Change RAMBlockIterFunc definition by Yury Kotov · 6 years ago
- 91b02dc migration: add more error handling for postcopy_ram_enable_notify by Fei Li · 6 years ago
- 55d0fe8 migration: Stop postcopy fault thread before notifying by Ilya Maximets · 6 years ago
- 17182bb Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' into staging by Peter Maydell · 7 years ago
- 154304c postcopy: Synchronize usage of the balloon inhibitor by Alex Williamson · 7 years ago
- 74637e6 migration: implement bi-directional RDMA QIOChannel by Lidong Chen · 7 years ago
- c136180 postcopy: drop ram_pages parameter from postcopy_ram_incoming_init() by David Hildenbrand · 7 years ago
- b895de5 migration: discard non-migratable RAMBlocks by Cédric Le Goater · 7 years ago
- 3a7804c migration: allow fault thread to pause by Peter Xu · 7 years ago
- 65ace06 migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
- 575b0b3 migration: calculate vCPU blocktime on dst side by Alexey Perevalov · 7 years ago
- 2a4c42f migration: add postcopy blocktime ctx into MigrationIncomingState by Alexey Perevalov · 7 years ago
- fc6008f migration: fix pfd leak by Marc-André Lureau · 7 years ago
- 29d8fa7 postcopy: Allow shared memory by Dr. David Alan Gilbert · 7 years ago
- 4634357 vhost+postcopy: Wire up POSTCOPY_END notify by Dr. David Alan Gilbert · 7 years ago
- dedfb4b vhost+postcopy: Call wakeups by Dr. David Alan Gilbert · 7 years ago
- d488b34 postcopy: postcopy_notify_shared_wake by Dr. David Alan Gilbert · 7 years ago
- 5efc356 postcopy: helper for waking shared by Dr. David Alan Gilbert · 7 years ago
- c188c53 postcopy-ram: add a stub for postcopy_request_shared_page by Michael S. Tsirkin · 7 years ago
- 096bf4c vhost+postcopy: Helper to send requests to source for shared pages by Dr. David Alan Gilbert · 7 years ago
- 00fa4fc postcopy: Allow registering of fd handler by Dr. David Alan Gilbert · 7 years ago
- 1693c64 postcopy: Add notifier chain by Dr. David Alan Gilbert · 7 years ago
- 2ce1664 postcopy: use UFFDIO_ZEROPAGE only when available by Dr. David Alan Gilbert · 7 years ago
- 9ab7ef9 migration: provide postcopy_fault_thread_notify() by Peter Xu · 7 years ago
- 64f615f migration: reuse mis->userfault_quit_fd by Peter Xu · 7 years ago
- ee86981 migration: Revert postcopy-blocktime commit set by Peter Maydell · 7 years ago
- ca6011c migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
- 3be98be migration: calculate vCPU blocktime on dst side by Alexey Perevalov · 7 years ago
- 01a87f0 migration: add postcopy blocktime ctx into MigrationIncomingState by Alexey Perevalov · 7 years ago
- f949461 migration: add bitmap for received page by Alexey Perevalov · 7 years ago
- 727b9d7 migration: introduce qemu_ufd_copy_ioctl helper by Alexey Perevalov · 7 years ago
- 8be4620 migration: postcopy_place_page factoring out by Alexey Perevalov · 7 years ago
- 54ae088 migration: split ufd_version_check onto receive/request features part by Alexey Perevalov · 7 years ago
- 5553499 migration: fix hardcoded function name in error report by Alexey Perevalov · 7 years ago
- d7651f1 migration: pass MigrationIncomingState* into migration check functions by Alexey Perevalov · 7 years ago
- 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
- 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
- 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
- 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
- 660819b migration: shut src return path unconditionally by Peter Xu · 8 years ago
- 20a519a migration: Create savevm.h for functions exported from savevm.c by Juan Quintela · 8 years ago
- 5118042 exec: Create include for target_page_size() by Juan Quintela · 8 years ago
- 82b9d0f migration: Remove qemu-file.h from vmstate.h by Juan Quintela · 8 years ago
- 5d214a9 postcopy: Require RAMBlocks that are whole pages by Dr. David Alan Gilbert · 8 years ago
- bac3b21 migration: Move postcopy stuff to postcopy-ram.c by Juan Quintela · 8 years ago
- be07b0a migration: Move postcopy-ram.h to migration/ by Juan Quintela · 8 years ago
- 6b6712e ram: Split dirty bitmap by RAMBlock by Juan Quintela · 8 years ago