Age | Commit message (Expand) | Author | Files | Lines |
2019-03-06 | migration: Add an ability to ignore shared RAM blocks | Yury Kotov | 1 | -6/+6 |
2019-03-06 | exec: Change RAMBlockIterFunc definition | Yury Kotov | 1 | -15/+21 |
2019-01-23 | migration: add more error handling for postcopy_ram_enable_notify | Fei Li | 1 | -0/+1 |
2018-10-11 | migration: Stop postcopy fault thread before notifying | Ilya Maximets | 1 | -5/+6 |
2018-08-25 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in... | Peter Maydell | 1 | -2/+16 |
2018-08-23 | postcopy: Synchronize usage of the balloon inhibitor | Alex Williamson | 1 | -2/+16 |
2018-08-22 | migration: implement bi-directional RDMA QIOChannel | Lidong Chen | 1 | -0/+2 |
2018-06-27 | postcopy: drop ram_pages parameter from postcopy_ram_incoming_init() | David Hildenbrand | 1 | -2/+2 |
2018-06-04 | migration: discard non-migratable RAMBlocks | Cédric Le Goater | 1 | -6/+6 |
2018-05-15 | migration: allow fault thread to pause | Peter Xu | 1 | -4/+50 |
2018-04-25 | migration: add postcopy total blocktime into query-migrate | Alexey Perevalov | 1 | -0/+56 |
2018-04-25 | migration: calculate vCPU blocktime on dst side | Alexey Perevalov | 1 | -1/+150 |
2018-04-25 | migration: add postcopy blocktime ctx into MigrationIncomingState | Alexey Perevalov | 1 | -0/+61 |
2018-03-29 | migration: fix pfd leak | Marc-André Lureau | 1 | -0/+1 |
2018-03-20 | postcopy: Allow shared memory | Dr. David Alan Gilbert | 1 | -6/+0 |
2018-03-20 | vhost+postcopy: Wire up POSTCOPY_END notify | Dr. David Alan Gilbert | 1 | -0/+7 |
2018-03-20 | vhost+postcopy: Call wakeups | Dr. David Alan Gilbert | 1 | -4/+10 |
2018-03-20 | postcopy: postcopy_notify_shared_wake | Dr. David Alan Gilbert | 1 | -0/+16 |
2018-03-20 | postcopy: helper for waking shared | Dr. David Alan Gilbert | 1 | -0/+26 |
2018-03-20 | postcopy-ram: add a stub for postcopy_request_shared_page | Michael S. Tsirkin | 1 | -0/+7 |
2018-03-20 | vhost+postcopy: Helper to send requests to source for shared pages | Dr. David Alan Gilbert | 1 | -3/+29 |
2018-03-20 | postcopy: Allow registering of fd handler | Dr. David Alan Gilbert | 1 | -53/+156 |
2018-03-20 | postcopy: Add notifier chain | Dr. David Alan Gilbert | 1 | -0/+36 |
2018-03-20 | postcopy: use UFFDIO_ZEROPAGE only when available | Dr. David Alan Gilbert | 1 | -3/+10 |
2018-02-14 | migration: provide postcopy_fault_thread_notify() | Peter Xu | 1 | -15/+20 |
2018-02-14 | migration: reuse mis->userfault_quit_fd | Peter Xu | 1 | -9/+20 |
2018-01-23 | migration: Revert postcopy-blocktime commit set | Peter Maydell | 1 | -257/+1 |
2018-01-15 | migration: add postcopy total blocktime into query-migrate | Alexey Perevalov | 1 | -0/+56 |
2018-01-15 | migration: calculate vCPU blocktime on dst side | Alexey Perevalov | 1 | -1/+142 |
2018-01-15 | migration: add postcopy blocktime ctx into MigrationIncomingState | Alexey Perevalov | 1 | -0/+59 |
2017-10-23 | migration: add bitmap for received page | Alexey Perevalov | 1 | -5/+12 |
2017-10-23 | migration: introduce qemu_ufd_copy_ioctl helper | Alexey Perevalov | 1 | -13/+21 |
2017-10-23 | migration: postcopy_place_page factoring out | Alexey Perevalov | 1 | -6/+7 |
2017-09-22 | migration: split ufd_version_check onto receive/request features part | Alexey Perevalov | 1 | -6/+88 |
2017-09-22 | migration: fix hardcoded function name in error report | Alexey Perevalov | 1 | -1/+1 |
2017-09-22 | migration: pass MigrationIncomingState* into migration check functions | Alexey Perevalov | 1 | -5/+5 |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela | 1 | -2/+0 |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela | 1 | -1/+1 |
2017-06-01 | migration: Export ram.c functions in its own file | Juan Quintela | 1 | -0/+1 |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela | 1 | -1/+1 |
2017-06-01 | migration: shut src return path unconditionally | Peter Xu | 1 | -1/+0 |
2017-05-31 | migration: Create savevm.h for functions exported from savevm.c | Juan Quintela | 1 | -0/+1 |
2017-05-18 | exec: Create include for target_page_size() | Juan Quintela | 1 | -0/+1 |
2017-05-18 | migration: Remove qemu-file.h from vmstate.h | Juan Quintela | 1 | -0/+1 |
2017-05-18 | postcopy: Require RAMBlocks that are whole pages | Dr. David Alan Gilbert | 1 | -3/+13 |
2017-05-17 | migration: Move postcopy stuff to postcopy-ram.c | Juan Quintela | 1 | -0/+18 |
2017-05-04 | migration: Move postcopy-ram.h to migration/ | Juan Quintela | 1 | -1/+1 |
2017-05-04 | ram: Split dirty bitmap by RAMBlock | Juan Quintela | 1 | -4/+1 |
2017-04-21 | ram: ram_discard_range() don't use the mis parameter | Juan Quintela | 1 | -4/+2 |
2017-04-21 | ram: Rename qemu_target_page_bits() to qemu_target_page_size() | Juan Quintela | 1 | -4/+4 |