]> git.proxmox.com Git - mirror_qemu.git/history - migration/rdma.c
migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
[mirror_qemu.git] / migration / rdma.c
2023-10-11 Markus Armbrustermigration/rdma: Downgrade qemu_rdma_cleanup() errors...
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_register_and_get_keys()
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_block_for_wrid()
2023-10-11 Markus Armbrustermigration/rdma: Don't report received completion events...
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_reg_control()
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_connect()
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_resolve_host()
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_alloc_pd_cq() to...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_post_recv_control...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_post_send_control...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_write() to Error
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_write_one() to Error
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_write_flush() to...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_reg_whole_ram_blocks...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_exchange_get_response...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_exchange_send() to...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_exchange_recv() to...
2023-10-11 Markus Armbrustermigration/rdma: Drop "@errp is clear" guards around...
2023-10-11 Markus Armbrustermigration/rdma: Fix error handling around rdma_getaddri...
2023-10-11 Markus Armbrustermigration/rdma: Retire macro ERROR()
2023-10-11 Markus Armbrustermigration/rdma: Delete inappropriate error_report(...
2023-10-11 Markus Armbrustermigration/rdma: Plug a memory leak and improve a message
2023-10-11 Markus Armbrustermigration/rdma: Check negative error values the same...
2023-10-11 Markus Armbrustermigration/rdma: Drop superfluous assignments to @ret
2023-10-11 Markus Armbrustermigration/rdma: Replace int error_state by bool errored
2023-10-11 Markus Armbrustermigration/rdma: Dumb down remaining int error values...
2023-10-11 Markus Armbrustermigration/rdma: Return -1 instead of negative errno...
2023-10-11 Markus Armbrustermigration/rdma: Fix rdma_getaddrinfo() error checking
2023-10-11 Markus Armbrustermigration/rdma: Fix QEMUFileHooks method return values
2023-10-11 Markus Armbrustermigration/rdma: Drop dead qemu_rdma_data_init() code...
2023-10-11 Markus Armbrustermigration/rdma: Fix qemu_get_cm_event_timeout() to...
2023-10-11 Markus Armbrustermigration/rdma: Fix qemu_rdma_broken_ipv6_kernel()...
2023-10-11 Markus Armbrustermigration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
2023-10-11 Markus Armbrustermigration/rdma: Fix io_writev(), io_readv() methods...
2023-10-11 Markus Armbrustermigration/rdma: Ditch useless numeric error codes in...
2023-10-11 Markus Armbrustermigration/rdma: Fix or document problematic uses of...
2023-10-11 Markus Armbrustermigration/rdma: Use bool for two RDMAContext flags
2023-10-11 Markus Armbrustermigration/rdma: Make qemu_rdma_buffer_mergeable() retur...
2023-10-11 Markus Armbrustermigration/rdma: Drop qemu_rdma_search_ram_block() error...
2023-10-11 Markus Armbrustermigration/rdma: Drop rdma_add_block() error handling
2023-10-11 Markus Armbrustermigration/rdma: Eliminate error_propagate()
2023-10-11 Markus Armbrustermigration/rdma: Put @errp parameter last
2023-10-11 Markus Armbrustermigration/rdma: Fix qemu_rdma_accept() to return failur...
2023-10-11 Markus Armbrustermigration/rdma: Give qio_channel_rdma_source_funcs...
2023-10-11 Markus Armbrustermigration/rdma: Clean up two more harmless signed vs...
2023-10-11 Markus Armbrustermigration/rdma: Fix unwanted integer truncation
2023-10-11 Markus Armbrustermigration/rdma: Consistently use uint64_t for work...
2023-10-11 Markus Armbrustermigration/rdma: Drop fragile wr_id formatting
2023-10-11 Markus Armbrustermigration/rdma: Clean up rdma_delete_block()'s return...
2023-10-11 Markus Armbrustermigration/rdma: Clean up qemu_rdma_data_init()'s return...
2023-10-11 Markus Armbrustermigration/rdma: Clean up qemu_rdma_poll()'s return...
2023-10-05 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-10-05 Stefan HajnocziMerge tag 'pull-tcg-20231004' of https://gitlab.com...
2023-10-04 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2023-10-04 Stefan HajnocziMerge tag 'migration-20231004-pull-request' of https...
2023-10-04 Li Zhijianmigration/rdma: zore out head.repeat to make the error...
2023-10-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-02 Stefan HajnocziMerge tag 'migration-20231002-pull-request' of https...
2023-10-02 Stefan HajnocziMerge tag 'pull-shadow-2023-09-29' of https://repo...
2023-09-29 Juan Quintelamigration/rdma: Simplify the function that saves a...
2023-09-29 Juan Quintelamigration/rdma: Remove QEMUFile parameter when not...
2023-09-29 Juan Quintelamigration: Don't abuse qemu_file transferred for RDMA
2023-09-29 Markus Armbrustermigration: Clean up local variable shadowing
2023-09-29 Markus Armbrustermigration/rdma: Fix save_page method to fail on polling...
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-09-11 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-09-11 Stefan HajnocziMerge tag 'pull-target-arm-20230908' of https://git...
2023-09-08 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-09-08 Stefan HajnocziMerge tag 'pull-nbd-2023-09-07-v2' of https://repo...
2023-09-08 Stefan Hajnocziio: follow coroutine AioContext in qio_channel_yield()
2023-07-28 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-26 Richard HendersonMerge tag 'pull-qapi-2023-07-26-v2' of https://repo...
2023-07-26 Richard HendersonMerge tag 'migration-20230726-pull-request' of https...
2023-07-26 Juan Quintelamigration/rdma: Split qemu_fopen_rdma() into input...
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-05-30 Richard HendersonMerge tag 'pull-tcg-20230530' of https://gitlab.com...
2023-05-30 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-05-30 Stefan Hajnocziaio: remove aio_disable_external() API
2023-05-21 Richard HendersonMerge tag 'for-upstream-urgent' of https://gitlab.com...
2023-05-19 Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-05-19 Richard HendersonMerge tag 'pull-hex-20230518-1' of https://github.com...
2023-05-18 Richard HendersonMerge tag 'migration-20230518-pull-request' of https...
2023-05-18 Vladimir Sementsov... migration: split migration_incoming_co
2023-05-17 Richard HendersonMerge tag 'linux-user-for-8.1-pull-request' of https...
2023-05-13 Richard HendersonMerge tag 'or1k-pull-request-20230513' of https://githu...
2023-05-05 Richard HendersonMerge tag 'pull-tcg-20230505' of https://gitlab.com...
2023-05-05 Richard HendersonMerge tag 'pull-ppc-20230505' of https://gitlab.com...
2023-05-05 Richard HendersonMerge tag 'pw-pull-request' of https://gitlab.com/marca...
2023-05-05 Richard HendersonMerge tag 'migration-20230505-pull-request' of https...
2023-05-04 Juan Quintelamigration/rdma: Check for postcopy sooner
2023-05-04 Juan Quintelamigration/rdma: We can calculate the rioc from the...
2023-05-04 Juan Quintelamigration/rdma: Don't pass the QIOChannelRDMA as an...
2023-05-03 Richard HendersonMerge tag 'migration-20230428-pull-request' of https...
2023-05-03 Juan Quintelamigration/rdma: Unfold last user of acct_update_position()
2023-05-03 Juan Quintelamigration/rdma: Split the zero page case from acct_upda...
2023-04-26 Richard HendersonMerge tag 'pull-qapi-2023-04-26' of https://repo.or...
2023-04-25 Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-04-24 Richard HendersonMerge tag 'migration-20230424-pull-request' of https...
2023-04-24 Juan Quintelamigration: Create migrate_rdma_pin_all() function
2023-04-24 Juan Quintelamigration: Move migrate_use_return() to options.c
next