Age | Commit message (Expand) | Author |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-22 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-17 | migration/: fix some comment spelling errors | zhaolichang |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-07-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2020-07-02 | migration/rdma: Use ram_block_discard_disable() | David Hildenbrand |
2020-07-02 | migration/rdma: Plug memory leaks in qemu_rdma_registration_stop() | Markus Armbruster |
2020-06-01 | migration/rdma: cleanup rdma context before g_free to avoid memleaks | Pan Nengyuan |
2020-06-01 | migration/rdma: fix potential nullptr access in rdma_start_incoming_migration | Pan Nengyuan |
2020-05-07 | migration/rdma: fix a memleak on error path in rdma_start_incoming_migration | Pan Nengyuan |
2020-02-13 | migration/rdma: rdma_accept_incoming_migration fix error handling | Dr. David Alan Gilbert |
2020-01-29 | multifd: Make multifd_load_setup() get an Error parameter | Juan Quintela |
2019-10-11 | migration: Use automatic rcu_read unlock in rdma.c | Dr. David Alan Gilbert |
2019-09-25 | migration/rdma.c: Swap synchronize_rcu for call_rcu | Dr. David Alan Gilbert |
2019-09-25 | migration/rdma: Don't moan about disconnects at the end | Dr. David Alan Gilbert |
2019-08-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell |
2019-08-16 | Include exec/memory.h slightly less | Markus Armbruster |
2019-08-14 | migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE | Wei Yang |
2019-07-04 | migration: move port_attr inside CONFIG_LINUX | Alex Bennée |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-25 | migration/rdma: Check qemu_rdma_init_one_block | Dr. David Alan Gilbert |
2019-03-06 | migration: Add an ability to ignore shared RAM blocks | Yury Kotov |
2019-03-06 | exec: Change RAMBlockIterFunc definition | Yury Kotov |
2019-03-06 | migration/rdma: clang compilation fix | Marcel Apfelbaum |
2019-03-06 | migration/rdma: Fix qemu_rdma_cleanup null check | Dr. David Alan Gilbert |
2019-01-23 | migration/rdma: unregister fd handler | Dr. David Alan Gilbert |
2018-09-26 | migration/rdma: Fix uninitialised rdma_return_path | Dr. David Alan Gilbert |
2018-08-22 | migration: poll the cm event for destination qemu | Lidong Chen |
2018-08-22 | migration: implement the shutdown for RDMA QIOChannel | Lidong Chen |
2018-08-22 | migration: poll the cm event while wait RDMA work request completion | Lidong Chen |
2018-08-22 | migration: implement io_set_aio_fd_handler function for RDMA QIOChannel | Lidong Chen |
2018-08-22 | migration: Stop rdma yielding during incoming postcopy | Lidong Chen |
2018-08-22 | migration: implement bi-directional RDMA QIOChannel | Lidong Chen |
2018-08-22 | migration: create a dedicated connection for rdma return path | Lidong Chen |
2018-08-22 | migration: disable RDMA WRITE after postcopy started | Lidong Chen |
2018-06-15 | migration: Fixes for non-migratable RAMBlocks | Dr. David Alan Gilbert |
2018-06-04 | migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect | Lidong Chen |
2018-06-04 | migration: remove unnecessary variables len in QIOChannelRDMA | Lidong Chen |
2018-05-15 | migration: update index field when delete or qsort RDMALocalBlock | Lidong Chen |
2018-02-06 | migration: Allow migrate_fd_connect to take an Error * | Dr. David Alan Gilbert |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |
2017-07-18 | migration/rdma: Send error during cancelling | Dr. David Alan Gilbert |
2017-07-18 | migration/rdma: Safely convert control types | Dr. David Alan Gilbert |
2017-07-18 | migration/rdma: Allow cancelling while waiting for wrid | Dr. David Alan Gilbert |
2017-07-18 | migration/rdma: fix qemu_rdma_block_for_wrid error paths | Dr. David Alan Gilbert |
2017-07-18 | migration/rdma: Fix race on source | Dr. David Alan Gilbert |
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 |