index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
rdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-01
migration/rdma: Fix out of order wrid
Li Zhijian
1
-37
/
+101
2021-10-19
migration/rdma: advise prefetch write for ODP region
Li Zhijian
1
-0
/
+42
2021-10-19
migration/rdma: Try to register On-Demand Paging memory region
Li Zhijian
1
-20
/
+53
2021-07-13
migration/rdma: prevent from double free the same mr
Li Zhijian
1
-0
/
+1
2021-07-09
misc: Remove redundant new line in perror()
Li Zhijian
1
-1
/
+1
2021-07-05
migration/rdma: Use error_report to suppress errno message
Li Zhijian
1
-2
/
+2
2021-06-08
migration/rdma: Fix cm event use after free
Li Zhijian
1
-3
/
+8
2021-05-26
migration/rdma: source: poll cm_event from return path
Li Zhijian
1
-4
/
+38
2021-05-26
migration/rdma: destination: create the return patch after the first accept
Li Zhijian
1
-11
/
+21
2021-05-26
migration/rdma: Fix rdma_addrinfo res leaks
Li Zhijian
1
-0
/
+3
2021-05-26
migration/rdma: cleanup rdma in rdma_start_incoming_migration error path
Li Zhijian
1
-2
/
+5
2021-05-26
migration/rdma: Fix cm_event used before being initialized
Li Zhijian
1
-1
/
+0
2020-10-26
migration: Delete redundant spaces
Bihong Yu
1
-1
/
+1
2020-10-26
migration: Open brace '{' following function declarations go on the next line
Bihong Yu
1
-1
/
+2
2020-10-26
migration: Do not use C99 // comments
Bihong Yu
1
-1
/
+1
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-17
/
+17
2020-09-22
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-4
/
+4
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-17
migration/: fix some comment spelling errors
zhaolichang
1
-4
/
+4
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-1
/
+2
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+16
2020-07-02
migration/rdma: Use ram_block_discard_disable()
David Hildenbrand
1
-2
/
+16
2020-07-02
migration/rdma: Plug memory leaks in qemu_rdma_registration_stop()
Markus Armbruster
1
-10
/
+9
2020-06-01
migration/rdma: cleanup rdma context before g_free to avoid memleaks
Pan Nengyuan
1
-3
/
+5
2020-06-01
migration/rdma: fix potential nullptr access in rdma_start_incoming_migration
Pan Nengyuan
1
-1
/
+3
2020-05-07
migration/rdma: fix a memleak on error path in rdma_start_incoming_migration
Pan Nengyuan
1
-0
/
+1
2020-02-13
migration/rdma: rdma_accept_incoming_migration fix error handling
Dr. David Alan Gilbert
1
-4
/
+7
2020-01-29
multifd: Make multifd_load_setup() get an Error parameter
Juan Quintela
1
-1
/
+1
2019-10-11
migration: Use automatic rcu_read unlock in rdma.c
Dr. David Alan Gilbert
1
-46
/
+11
2019-09-25
migration/rdma.c: Swap synchronize_rcu for call_rcu
Dr. David Alan Gilbert
1
-12
/
+27
2019-09-25
migration/rdma: Don't moan about disconnects at the end
Dr. David Alan Gilbert
1
-4
/
+8
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
1
-0
/
+1
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
1
-0
/
+1
2019-08-14
migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE
Wei Yang
1
-3
/
+3
2019-07-04
migration: move port_attr inside CONFIG_LINUX
Alex Bennée
1
-2
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+2
2019-03-25
migration/rdma: Check qemu_rdma_init_one_block
Dr. David Alan Gilbert
1
-1
/
+5
2019-03-06
migration: Add an ability to ignore shared RAM blocks
Yury Kotov
1
-1
/
+1
2019-03-06
exec: Change RAMBlockIterFunc definition
Yury Kotov
1
-2
/
+5
2019-03-06
migration/rdma: clang compilation fix
Marcel Apfelbaum
1
-1
/
+4
2019-03-06
migration/rdma: Fix qemu_rdma_cleanup null check
Dr. David Alan Gilbert
1
-1
/
+3
2019-01-23
migration/rdma: unregister fd handler
Dr. David Alan Gilbert
1
-0
/
+1
2018-09-26
migration/rdma: Fix uninitialised rdma_return_path
Dr. David Alan Gilbert
1
-1
/
+1
2018-08-22
migration: poll the cm event for destination qemu
Lidong Chen
1
-1
/
+31
2018-08-22
migration: implement the shutdown for RDMA QIOChannel
Lidong Chen
1
-0
/
+40
2018-08-22
migration: poll the cm event while wait RDMA work request completion
Lidong Chen
1
-3
/
+30
2018-08-22
migration: implement io_set_aio_fd_handler function for RDMA QIOChannel
Lidong Chen
1
-0
/
+16
2018-08-22
migration: Stop rdma yielding during incoming postcopy
Lidong Chen
1
-1
/
+3
2018-08-22
migration: implement bi-directional RDMA QIOChannel
Lidong Chen
1
-26
/
+170
[next]