| Commit message (Expand) | Author | Age | Files | Lines |
* | migration: Unify reset of last_rb on destination node when recover | Peter Xu | 2020-11-02 | 1 | -2/+0 |
* | migration: Maintain postcopy faulted addresses | Peter Xu | 2020-10-26 | 1 | -3/+14 |
* | migration: Pass incoming state into qemu_ufd_copy_ioctl() | Peter Xu | 2020-10-26 | 1 | -3/+5 |
* | migration: Add spaces around operator | Bihong Yu | 2020-10-26 | 1 | -1/+1 |
* | migration: Rework migrate_send_rp_req_pages() function | Peter Xu | 2020-09-25 | 1 | -22/+2 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -17/+17 |
* | migration/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-07-07 | 1 | -23/+0 |
|\ |
|
| * | virtio-balloon: Rip out qemu_balloon_inhibit() | David Hildenbrand | 2020-07-02 | 1 | -23/+0 |
* | | migration: postcopy take proper error return | Dr. David Alan Gilbert | 2020-07-03 | 1 | -1/+1 |
|/ |
|
* | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 2019-10-26 | 1 | -2/+2 |
* | migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin... | Wei Yang | 2019-10-11 | 1 | -2/+2 |
* | migration/postcopy: postpone setting PostcopyState to END | Wei Yang | 2019-10-11 | 1 | -2/+0 |
* | migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment | Wei Yang | 2019-10-11 | 1 | -3/+5 |
* | migration/postcopy: map large zero page in postcopy_ram_incoming_setup() | Wei Yang | 2019-10-11 | 1 | -17/+17 |
* | migration/postcopy: allocate tmp_page in setup stage | Wei Yang | 2019-10-11 | 1 | -30/+10 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell | 2019-08-16 | 1 | -0/+1 |
|\ |
|
| * | Include exec/memory.h slightly less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | | migration/postcopy: make PostcopyDiscardState a static variable | Wei Yang | 2019-08-14 | 1 | -40/+30 |
|/ |
|
* | general: Replace global smp variables with smp machine properties | Like Xu | 2019-07-05 | 1 | -1/+7 |
* | migration: Add an ability to ignore shared RAM blocks | Yury Kotov | 2019-03-06 | 1 | -6/+6 |
* | exec: Change RAMBlockIterFunc definition | Yury Kotov | 2019-03-06 | 1 | -15/+21 |
* | migration: add more error handling for postcopy_ram_enable_notify | Fei Li | 2019-01-23 | 1 | -0/+1 |
* | migration: Stop postcopy fault thread before notifying | Ilya Maximets | 2018-10-11 | 1 | -5/+6 |
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in... | Peter Maydell | 2018-08-25 | 1 | -2/+16 |
|\ |
|
| * | postcopy: Synchronize usage of the balloon inhibitor | Alex Williamson | 2018-08-23 | 1 | -2/+16 |
* | | migration: implement bi-directional RDMA QIOChannel | Lidong Chen | 2018-08-22 | 1 | -0/+2 |
|/ |
|
* | postcopy: drop ram_pages parameter from postcopy_ram_incoming_init() | David Hildenbrand | 2018-06-27 | 1 | -2/+2 |
* | migration: discard non-migratable RAMBlocks | Cédric Le Goater | 2018-06-04 | 1 | -6/+6 |
* | migration: allow fault thread to pause | Peter Xu | 2018-05-15 | 1 | -4/+50 |
* | migration: add postcopy total blocktime into query-migrate | Alexey Perevalov | 2018-04-25 | 1 | -0/+56 |
* | migration: calculate vCPU blocktime on dst side | Alexey Perevalov | 2018-04-25 | 1 | -1/+150 |
* | migration: add postcopy blocktime ctx into MigrationIncomingState | Alexey Perevalov | 2018-04-25 | 1 | -0/+61 |
* | migration: fix pfd leak | Marc-André Lureau | 2018-03-29 | 1 | -0/+1 |
* | postcopy: Allow shared memory | Dr. David Alan Gilbert | 2018-03-20 | 1 | -6/+0 |
* | vhost+postcopy: Wire up POSTCOPY_END notify | Dr. David Alan Gilbert | 2018-03-20 | 1 | -0/+7 |
* | vhost+postcopy: Call wakeups | Dr. David Alan Gilbert | 2018-03-20 | 1 | -4/+10 |
* | postcopy: postcopy_notify_shared_wake | Dr. David Alan Gilbert | 2018-03-20 | 1 | -0/+16 |
* | postcopy: helper for waking shared | Dr. David Alan Gilbert | 2018-03-20 | 1 | -0/+26 |
* | postcopy-ram: add a stub for postcopy_request_shared_page | Michael S. Tsirkin | 2018-03-20 | 1 | -0/+7 |
* | vhost+postcopy: Helper to send requests to source for shared pages | Dr. David Alan Gilbert | 2018-03-20 | 1 | -3/+29 |
* | postcopy: Allow registering of fd handler | Dr. David Alan Gilbert | 2018-03-20 | 1 | -53/+156 |
* | postcopy: Add notifier chain | Dr. David Alan Gilbert | 2018-03-20 | 1 | -0/+36 |
* | postcopy: use UFFDIO_ZEROPAGE only when available | Dr. David Alan Gilbert | 2018-03-20 | 1 | -3/+10 |
* | migration: provide postcopy_fault_thread_notify() | Peter Xu | 2018-02-14 | 1 | -15/+20 |
* | migration: reuse mis->userfault_quit_fd | Peter Xu | 2018-02-14 | 1 | -9/+20 |
* | migration: Revert postcopy-blocktime commit set | Peter Maydell | 2018-01-23 | 1 | -257/+1 |
* | migration: add postcopy total blocktime into query-migrate | Alexey Perevalov | 2018-01-15 | 1 | -0/+56 |
* | migration: calculate vCPU blocktime on dst side | Alexey Perevalov | 2018-01-15 | 1 | -1/+142 |
* | migration: add postcopy blocktime ctx into MigrationIncomingState | Alexey Perevalov | 2018-01-15 | 1 | -0/+59 |