summaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-14migration: provide postcopy_fault_thread_notify()Peter Xu1-15/+20
2018-02-14migration: reuse mis->userfault_quit_fdPeter Xu1-9/+20
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell1-257/+1
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov1-0/+56
2018-01-15migration: calculate vCPU blocktime on dst sideAlexey Perevalov1-1/+142
2018-01-15migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov1-0/+59
2017-10-23migration: add bitmap for received pageAlexey Perevalov1-5/+12
2017-10-23migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov1-13/+21
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov1-6/+7
2017-09-22migration: split ufd_version_check onto receive/request features partAlexey Perevalov1-6/+88
2017-09-22migration: fix hardcoded function name in error reportAlexey Perevalov1-1/+1
2017-09-22migration: pass MigrationIncomingState* into migration check functionsAlexey Perevalov1-5/+5
2017-06-14migration: Remove unneeded includesJuan Quintela1-2/+0
2017-06-13migration: Move migration.h to migration/Juan Quintela1-1/+1
2017-06-01migration: Export ram.c functions in its own fileJuan Quintela1-0/+1
2017-06-01migration: Split qemu-file.hJuan Quintela1-1/+1
2017-06-01migration: shut src return path unconditionallyPeter Xu1-1/+0
2017-05-31migration: Create savevm.h for functions exported from savevm.cJuan Quintela1-0/+1
2017-05-18exec: Create include for target_page_size()Juan Quintela1-0/+1
2017-05-18migration: Remove qemu-file.h from vmstate.hJuan Quintela1-0/+1
2017-05-18postcopy: Require RAMBlocks that are whole pagesDr. David Alan Gilbert1-3/+13
2017-05-17migration: Move postcopy stuff to postcopy-ram.cJuan Quintela1-0/+18
2017-05-04migration: Move postcopy-ram.h to migration/Juan Quintela1-1/+1
2017-05-04ram: Split dirty bitmap by RAMBlockJuan Quintela1-4/+1
2017-04-21ram: ram_discard_range() don't use the mis parameterJuan Quintela1-4/+2
2017-04-21ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela1-4/+4
2017-03-16postcopy: Check for shared memoryDr. David Alan Gilbert1-0/+18
2017-02-28postcopy: Add extra check for COPY functionDr. David Alan Gilbert1-0/+4
2017-02-28postcopy: Check for userfault+hugepage featureDr. David Alan Gilbert1-1/+11
2017-02-28postcopy: Allow hugepagesDr. David Alan Gilbert1-24/+1
2017-02-28postcopy: Mask fault addresses to huge page boundaryDr. David Alan Gilbert1-4/+3
2017-02-28postcopy: Use temporary for placing zero huge pagesDr. David Alan Gilbert1-2/+21
2017-02-28postcopy: Plumb pagesize down into place helpersDr. David Alan Gilbert1-19/+28
2017-02-28exec: ram_block_discard_rangeDr. David Alan Gilbert1-29/+1
2016-10-13migration/postcopy: Explicitly disallow huge pagesDr. David Alan Gilbert1-0/+24
2016-08-11migration: mmap error check fixEvgeny Yakovlev1-1/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini1-2/+1
2016-02-26migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFDMatthew Fortune1-2/+2
2016-02-05migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang1-2/+4
2016-01-29migration: Clean up includesPeter Maydell1-3/+1
2015-11-25Assume madvise for (no)hugepage worksDr. David Alan Gilbert1-8/+2
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert1-0/+9
2015-11-10Disable mlock around incoming postcopyDr. David Alan Gilbert1-0/+24
2015-11-10Postcopy: Mark nohugepage before discardDr. David Alan Gilbert1-3/+44
2015-11-10Postcopy; Handle userfault requestsDr. David Alan Gilbert1-9/+146
2015-11-10postcopy_ram.c: place_page and helpersDr. David Alan Gilbert1-0/+100
2015-11-10postcopy: ram_enable_notify to switch on userfaultDr. David Alan Gilbert1-0/+69
2015-11-10postcopy: Incoming initialisationDr. David Alan Gilbert1-0/+104