summaryrefslogtreecommitdiffstats
path: root/migration/postcopy-ram.c
Commit message (Expand)AuthorAgeFilesLines
...
* migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2018-01-151-0/+59
* migration: add bitmap for received pageAlexey Perevalov2017-10-231-5/+12
* migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov2017-10-231-13/+21
* migration: postcopy_place_page factoring outAlexey Perevalov2017-10-231-6/+7
* migration: split ufd_version_check onto receive/request features partAlexey Perevalov2017-09-221-6/+88
* migration: fix hardcoded function name in error reportAlexey Perevalov2017-09-221-1/+1
* migration: pass MigrationIncomingState* into migration check functionsAlexey Perevalov2017-09-221-5/+5
* migration: Remove unneeded includesJuan Quintela2017-06-141-2/+0Star
* migration: Move migration.h to migration/Juan Quintela2017-06-131-1/+1
* migration: Export ram.c functions in its own fileJuan Quintela2017-06-011-0/+1
* migration: Split qemu-file.hJuan Quintela2017-06-011-1/+1
* migration: shut src return path unconditionallyPeter Xu2017-06-011-1/+0Star
* migration: Create savevm.h for functions exported from savevm.cJuan Quintela2017-05-311-0/+1
* exec: Create include for target_page_size()Juan Quintela2017-05-181-0/+1
* migration: Remove qemu-file.h from vmstate.hJuan Quintela2017-05-181-0/+1
* postcopy: Require RAMBlocks that are whole pagesDr. David Alan Gilbert2017-05-181-3/+13
* migration: Move postcopy stuff to postcopy-ram.cJuan Quintela2017-05-171-0/+18
* migration: Move postcopy-ram.h to migration/Juan Quintela2017-05-041-1/+1
* ram: Split dirty bitmap by RAMBlockJuan Quintela2017-05-041-4/+1Star
* ram: ram_discard_range() don't use the mis parameterJuan Quintela2017-04-211-4/+2Star
* ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela2017-04-211-4/+4
* postcopy: Check for shared memoryDr. David Alan Gilbert2017-03-161-0/+18
* postcopy: Add extra check for COPY functionDr. David Alan Gilbert2017-02-281-0/+4
* postcopy: Check for userfault+hugepage featureDr. David Alan Gilbert2017-02-281-1/+11
* postcopy: Allow hugepagesDr. David Alan Gilbert2017-02-281-24/+1Star
* postcopy: Mask fault addresses to huge page boundaryDr. David Alan Gilbert2017-02-281-4/+3Star
* postcopy: Use temporary for placing zero huge pagesDr. David Alan Gilbert2017-02-281-2/+21
* postcopy: Plumb pagesize down into place helpersDr. David Alan Gilbert2017-02-281-19/+28
* exec: ram_block_discard_rangeDr. David Alan Gilbert2017-02-281-29/+1Star
* migration/postcopy: Explicitly disallow huge pagesDr. David Alan Gilbert2016-10-131-0/+24
* migration: mmap error check fixEvgeny Yakovlev2016-08-111-1/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini2016-05-291-2/+1Star
* migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFDMatthew Fortune2016-02-261-2/+2
* migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang2016-02-051-2/+4
* migration: Clean up includesPeter Maydell2016-01-291-3/+1Star
* Assume madvise for (no)hugepage worksDr. David Alan Gilbert2015-11-251-8/+2Star
* Inhibit ballooning during postcopyDr. David Alan Gilbert2015-11-101-0/+9
* Disable mlock around incoming postcopyDr. David Alan Gilbert2015-11-101-0/+24
* Postcopy: Mark nohugepage before discardDr. David Alan Gilbert2015-11-101-3/+44
* Postcopy; Handle userfault requestsDr. David Alan Gilbert2015-11-101-9/+146
* postcopy_ram.c: place_page and helpersDr. David Alan Gilbert2015-11-101-0/+100
* postcopy: ram_enable_notify to switch on userfaultDr. David Alan Gilbert2015-11-101-0/+69
* postcopy: Incoming initialisationDr. David Alan Gilbert2015-11-101-0/+104
* migration_completion: Take current stateDr. David Alan Gilbert2015-11-101-0/+126
* postcopy: OS support testDr. David Alan Gilbert2015-11-101-0/+157