summaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-10migration_completion: Take current stateDr. David Alan Gilbert1-0/+126
2015-11-10postcopy: OS support testDr. David Alan Gilbert1-0/+157