summaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
AgeCommit message (Expand)Author
2017-05-31migration: Create savevm.h for functions exported from savevm.cJuan Quintela
2017-05-18exec: Create include for target_page_size()Juan Quintela
2017-05-18migration: Remove qemu-file.h from vmstate.hJuan Quintela
2017-05-18postcopy: Require RAMBlocks that are whole pagesDr. David Alan Gilbert
2017-05-17migration: Move postcopy stuff to postcopy-ram.cJuan Quintela
2017-05-04migration: Move postcopy-ram.h to migration/Juan Quintela
2017-05-04ram: Split dirty bitmap by RAMBlockJuan Quintela
2017-04-21ram: ram_discard_range() don't use the mis parameterJuan Quintela
2017-04-21ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela
2017-03-16postcopy: Check for shared memoryDr. David Alan Gilbert
2017-02-28postcopy: Add extra check for COPY functionDr. David Alan Gilbert
2017-02-28postcopy: Check for userfault+hugepage featureDr. David Alan Gilbert
2017-02-28postcopy: Allow hugepagesDr. David Alan Gilbert
2017-02-28postcopy: Mask fault addresses to huge page boundaryDr. David Alan Gilbert
2017-02-28postcopy: Use temporary for placing zero huge pagesDr. David Alan Gilbert
2017-02-28postcopy: Plumb pagesize down into place helpersDr. David Alan Gilbert
2017-02-28exec: ram_block_discard_rangeDr. David Alan Gilbert
2016-10-13migration/postcopy: Explicitly disallow huge pagesDr. David Alan Gilbert
2016-08-11migration: mmap error check fixEvgeny Yakovlev
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini
2016-02-26migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFDMatthew Fortune
2016-02-05migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang
2016-01-29migration: Clean up includesPeter Maydell
2015-11-25Assume madvise for (no)hugepage worksDr. David Alan Gilbert
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert
2015-11-10Disable mlock around incoming postcopyDr. David Alan Gilbert
2015-11-10Postcopy: Mark nohugepage before discardDr. David Alan Gilbert
2015-11-10Postcopy; Handle userfault requestsDr. David Alan Gilbert
2015-11-10postcopy_ram.c: place_page and helpersDr. David Alan Gilbert
2015-11-10postcopy: ram_enable_notify to switch on userfaultDr. David Alan Gilbert
2015-11-10postcopy: Incoming initialisationDr. David Alan Gilbert
2015-11-10migration_completion: Take current stateDr. David Alan Gilbert
2015-11-10postcopy: OS support testDr. David Alan Gilbert