Age | Commit message (Expand) | Author |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela |
2017-06-01 | migration: Export ram.c functions in its own file | Juan Quintela |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela |
2017-06-01 | migration: shut src return path unconditionally | Peter Xu |
2017-05-31 | migration: Create savevm.h for functions exported from savevm.c | Juan Quintela |
2017-05-18 | exec: Create include for target_page_size() | Juan Quintela |
2017-05-18 | migration: Remove qemu-file.h from vmstate.h | Juan Quintela |
2017-05-18 | postcopy: Require RAMBlocks that are whole pages | Dr. David Alan Gilbert |
2017-05-17 | migration: Move postcopy stuff to postcopy-ram.c | Juan Quintela |
2017-05-04 | migration: Move postcopy-ram.h to migration/ | Juan Quintela |
2017-05-04 | ram: Split dirty bitmap by RAMBlock | Juan Quintela |
2017-04-21 | ram: ram_discard_range() don't use the mis parameter | Juan Quintela |
2017-04-21 | ram: Rename qemu_target_page_bits() to qemu_target_page_size() | Juan Quintela |
2017-03-16 | postcopy: Check for shared memory | Dr. David Alan Gilbert |
2017-02-28 | postcopy: Add extra check for COPY function | Dr. David Alan Gilbert |
2017-02-28 | postcopy: Check for userfault+hugepage feature | Dr. David Alan Gilbert |
2017-02-28 | postcopy: Allow hugepages | Dr. David Alan Gilbert |
2017-02-28 | postcopy: Mask fault addresses to huge page boundary | Dr. David Alan Gilbert |
2017-02-28 | postcopy: Use temporary for placing zero huge pages | Dr. David Alan Gilbert |
2017-02-28 | postcopy: Plumb pagesize down into place helpers | Dr. David Alan Gilbert |
2017-02-28 | exec: ram_block_discard_range | Dr. David Alan Gilbert |
2016-10-13 | migration/postcopy: Explicitly disallow huge pages | Dr. David Alan Gilbert |
2016-08-11 | migration: mmap error check fix | Evgeny Yakovlev |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell |
2016-05-29 | exec: remove ram_addr argument from qemu_ram_block_from_host | Paolo Bonzini |
2016-02-26 | migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFD | Matthew Fortune |
2016-02-05 | migration: rename 'file' in MigrationState to 'to_dst_file' | zhanghailiang |
2016-01-29 | migration: Clean up includes | Peter Maydell |
2015-11-25 | Assume madvise for (no)hugepage works | Dr. David Alan Gilbert |
2015-11-10 | Inhibit ballooning during postcopy | Dr. David Alan Gilbert |
2015-11-10 | Disable mlock around incoming postcopy | Dr. David Alan Gilbert |
2015-11-10 | Postcopy: Mark nohugepage before discard | Dr. David Alan Gilbert |
2015-11-10 | Postcopy; Handle userfault requests | Dr. David Alan Gilbert |
2015-11-10 | postcopy_ram.c: place_page and helpers | Dr. David Alan Gilbert |
2015-11-10 | postcopy: ram_enable_notify to switch on userfault | Dr. David Alan Gilbert |
2015-11-10 | postcopy: Incoming initialisation | Dr. David Alan Gilbert |
2015-11-10 | migration_completion: Take current state | Dr. David Alan Gilbert |
2015-11-10 | postcopy: OS support test | Dr. David Alan Gilbert |