index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
rdma.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration/rdma: Fix a memory issue for migration
Yu Zhang
2024-03-11
1
-1
/
+1
*
migration/rdma: define htonll/ntohll only if not predefined
Nick Briggs
2024-01-16
1
-0
/
+4
*
migration: Remove errp parameter in migration_fd_process_incoming()
Avihai Horon
2024-01-04
1
-5
/
+1
*
migration/rdma.c: spelling fix: asume
Michael Tokarev
2023-11-15
1
-1
/
+1
*
migration: convert rdma backend to accept MigrateAddress
Het Gala
2023-11-02
1
-22
/
+11
*
qemu-file: Make qemu_fflush() return errors
Juan Quintela
2023-10-31
1
-3
/
+1
*
migration: Rename ram_handle_compressed() to ram_handle_zero()
Juan Quintela
2023-10-30
1
-1
/
+1
*
migration: Receiving a zero page non zero is an error
Juan Quintela
2023-10-30
1
-1
/
+5
*
migration/rdma: Remove all "ret" variables that are used only once
Juan Quintela
2023-10-17
1
-21
/
+8
*
migration/rdma: Declare for index variables local
Juan Quintela
2023-10-17
1
-26
/
+18
*
migration/rdma: Use i as for index instead of idx
Juan Quintela
2023-10-17
1
-27
/
+22
*
migration/rdma: Check sooner if we are in postcopy for save_page()
Juan Quintela
2023-10-17
1
-5
/
+1
*
migration/rdma: Remove qemu_ prefix from exported functions
Juan Quintela
2023-10-17
1
-21
/
+19
*
qemu-file: Remove QEMUFileHooks
Juan Quintela
2023-10-17
1
-9
/
+0
*
migration/rdma: Create rdma_control_save_page()
Juan Quintela
2023-10-17
1
-1
/
+18
*
migration/rdma: Unfold hook_ram_load()
Juan Quintela
2023-10-17
1
-23
/
+11
*
migration/rdma: Remove all uses of RAM_CONTROL_HOOK
Juan Quintela
2023-10-17
1
-5
/
+7
*
migration/rdma: Unfold ram_control_after_iterate()
Juan Quintela
2023-10-17
1
-5
/
+4
*
migration/rdma: Unfold ram_control_before_iterate()
Juan Quintela
2023-10-17
1
-8
/
+4
*
migration: Create migrate_rdma()
Juan Quintela
2023-10-17
1
-1
/
+3
*
migration/rdma: Replace flawed device detail dump by tracing
Markus Armbruster
2023-10-11
1
-15
/
+8
*
migration/rdma: Use error_report() & friends instead of stderr
Markus Armbruster
2023-10-11
1
-23
/
+21
*
migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
Markus Armbruster
2023-10-11
1
-2
/
+2
*
migration/rdma: Silence qemu_rdma_register_and_get_keys()
Markus Armbruster
2023-10-11
1
-9
/
+0
*
migration/rdma: Silence qemu_rdma_block_for_wrid()
Markus Armbruster
2023-10-11
1
-16
/
+0
*
migration/rdma: Don't report received completion events as error
Markus Armbruster
2023-10-11
1
-2
/
+2
*
migration/rdma: Silence qemu_rdma_reg_control()
Markus Armbruster
2023-10-11
1
-1
/
+0
*
migration/rdma: Silence qemu_rdma_connect()
Markus Armbruster
2023-10-11
1
-10
/
+4
*
migration/rdma: Silence qemu_rdma_resolve_host()
Markus Armbruster
2023-10-11
1
-1
/
+0
*
migration/rdma: Convert qemu_rdma_alloc_pd_cq() to Error
Markus Armbruster
2023-10-11
1
-13
/
+9
*
migration/rdma: Convert qemu_rdma_post_recv_control() to Error
Markus Armbruster
2023-10-11
1
-12
/
+10
*
migration/rdma: Convert qemu_rdma_post_send_control() to Error
Markus Armbruster
2023-10-11
1
-14
/
+17
*
migration/rdma: Convert qemu_rdma_write() to Error
Markus Armbruster
2023-10-11
1
-10
/
+6
*
migration/rdma: Convert qemu_rdma_write_one() to Error
Markus Armbruster
2023-10-11
1
-20
/
+12
*
migration/rdma: Convert qemu_rdma_write_flush() to Error
Markus Armbruster
2023-10-11
1
-6
/
+13
*
migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() to Error
Markus Armbruster
2023-10-11
1
-13
/
+13
*
migration/rdma: Convert qemu_rdma_exchange_get_response() to Error
Markus Armbruster
2023-10-11
1
-11
/
+11
*
migration/rdma: Convert qemu_rdma_exchange_send() to Error
Markus Armbruster
2023-10-11
1
-13
/
+27
*
migration/rdma: Convert qemu_rdma_exchange_recv() to Error
Markus Armbruster
2023-10-11
1
-6
/
+9
*
migration/rdma: Drop "@errp is clear" guards around error_setg()
Markus Armbruster
2023-10-11
1
-113
/
+51
*
migration/rdma: Fix error handling around rdma_getaddrinfo()
Markus Armbruster
2023-10-11
1
-4
/
+21
*
migration/rdma: Retire macro ERROR()
Markus Armbruster
2023-10-11
1
-48
/
+120
*
migration/rdma: Delete inappropriate error_report() in macro ERROR()
Markus Armbruster
2023-10-11
1
-4
/
+0
*
migration/rdma: Plug a memory leak and improve a message
Markus Armbruster
2023-10-11
1
-2
/
+2
*
migration/rdma: Check negative error values the same way everywhere
Markus Armbruster
2023-10-11
1
-41
/
+41
*
migration/rdma: Drop superfluous assignments to @ret
Markus Armbruster
2023-10-11
1
-25
/
+10
*
migration/rdma: Replace int error_state by bool errored
Markus Armbruster
2023-10-11
1
-33
/
+33
*
migration/rdma: Dumb down remaining int error values to -1
Markus Armbruster
2023-10-11
1
-22
/
+23
*
migration/rdma: Return -1 instead of negative errno code
Markus Armbruster
2023-10-11
1
-22
/
+22
*
migration/rdma: Fix rdma_getaddrinfo() error checking
Markus Armbruster
2023-10-11
1
-8
/
+6
[next]