summaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
AgeCommit message (Expand)AuthorFilesLines
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