index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
rdma
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw/rdma: Delete unused headers inclusion
Yuval Shaia
2019-06-06
1
-7
/
+0
*
Clean up header guards that don't match their file name
Markus Armbruster
2019-05-13
1
-2
/
+2
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2019-05-13
1
-1
/
+0
*
hw/pvrdma: Add support for SRQ
Kamal Heib
2019-05-04
4
-1
/
+209
*
hw/rdma: Modify create/destroy QP to support SRQ
Kamal Heib
2019-05-04
6
-33
/
+67
*
hw/rdma: Add support for managing SRQ resource
Kamal Heib
2019-05-04
3
-0
/
+111
*
hw/rdma: Add SRQ support to backend layer
Kamal Heib
2019-05-04
5
-2
/
+134
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-03-28
2
-4
/
+5
|
\
|
*
kconfig: add dependencies on CONFIG_MSI_NONBROKEN
Paolo Bonzini
2019-03-18
2
-4
/
+5
*
|
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
2
-7
/
+7
*
|
hw/rdma: Fix the error prints in create_qp_rings()
Kamal Heib
2019-03-16
1
-3
/
+3
*
|
hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qp
Kamal Heib
2019-03-16
1
-3
/
+1
*
|
hw/rdma: Use {} instead of {0}
Kamal Heib
2019-03-16
3
-11
/
+11
*
|
hw/rdma: Remove unused parameter from rdma_poll_cq()
Kamal Heib
2019-03-16
1
-4
/
+3
*
|
hw/rdma: Fix broken paths to docs/devel/tracing.txt
Kamal Heib
2019-03-16
2
-2
/
+2
*
|
hw/rdma: another clang compilation fix
Marcel Apfelbaum
2019-03-16
1
-2
/
+2
*
|
hw/pvrdma: Provide correct value to object_get_typename
Yuval Shaia
2019-03-16
1
-1
/
+1
*
|
hw/pvrdma: Unregister from shutdown notifier when device goes down
Yuval Shaia
2019-03-16
1
-0
/
+2
*
|
hw/pvrdma: Delete pvrdma_exit function
Yuval Shaia
2019-03-16
1
-6
/
+0
*
|
hw/pvrdma: Delete unneeded function argument
Yuval Shaia
2019-03-16
3
-10
/
+7
*
|
hw/rdma: Free all receive buffers when QP is destroyed
Yuval Shaia
2019-03-16
6
-9
/
+63
*
|
hw/rdma: Free all MAD receive buffers when device is closed
Yuval Shaia
2019-03-16
2
-1
/
+35
*
|
{hmp, hw/pvrdma}: Expose device internals via monitor interface
Yuval Shaia
2019-03-16
5
-1
/
+111
*
|
hw/pvrdma: Collect debugging statistics
Yuval Shaia
2019-03-16
6
-18
/
+106
*
|
hw/rdma: Protect against concurrent execution of poll_cq
Yuval Shaia
2019-03-16
3
-0
/
+7
*
|
hw/rdma: Introduce protected qlist
Yuval Shaia
2019-03-16
4
-21
/
+55
*
|
hw/rdma: Switch to generic error reporting way
Yuval Shaia
2019-03-16
13
-577
/
+363
|
/
*
hw/rdma: modify struct initialization
Marcel Apfelbaum
2019-01-19
1
-4
/
+4
*
hw: rdma: fix an off-by-one issue
Li Qiang
2019-01-19
1
-1
/
+1
*
hw/rdma: Verify that ptr is not NULL before freeing
Yuval Shaia
2019-01-19
2
-3
/
+10
*
hw/pvrdma: Make function pvrdma_qp_send/recv return void.
Yuval Shaia
2019-01-19
2
-10
/
+8
*
hw/pvrdma: Post CQE when receive invalid gid index
Yuval Shaia
2019-01-19
2
-2
/
+5
*
hw/rdma: Delete unused struct member
Yuval Shaia
2019-01-19
2
-13
/
+14
*
hw/pvrdma: Remove max-sge command-line param
Yuval Shaia
2019-01-19
4
-26
/
+42
*
pvrdma: check return value from pvrdma_idx_ring_has_ routines
Prasad J Pandit
2018-12-22
1
-18
/
+11
*
rdma: remove unused VENDOR_ERR_NO_SGE macro
Prasad J Pandit
2018-12-22
1
-2
/
+1
*
pvrdma: release ring object in case of an error
Prasad J Pandit
2018-12-22
1
-11
/
+26
*
pvrdma: check number of pages when creating rings
Prasad J Pandit
2018-12-22
1
-0
/
+11
*
pvrdma: add uar_read routine
Prasad J Pandit
2018-12-22
1
-0
/
+6
*
rdma: check num_sge does not exceed MAX_SGE
Prasad J Pandit
2018-12-22
1
-6
/
+6
*
pvrdma: release device resources in case of an error
Prasad J Pandit
2018-12-22
1
-1
/
+2
*
hw/rdma: Do not call rdma_backend_del_gid on an empty gid
Yuval Shaia
2018-12-22
1
-0
/
+4
*
hw/rdma: Do not use bitmap_zero_extend to free bitmap
Yuval Shaia
2018-12-22
1
-1
/
+1
*
hw/pvrdma: Clean device's resource when system is shutdown
Yuval Shaia
2018-12-22
2
-0
/
+17
*
hw/rdma: Remove unneeded code that handles more that one port
Yuval Shaia
2018-12-22
3
-21
/
+19
*
hw/pvrdma: Fill error code in command's response
Yuval Shaia
2018-12-22
1
-108
/
+91
*
hw/pvrdma: Fill all CQE fields
Yuval Shaia
2018-12-22
3
-36
/
+58
*
hw/pvrdma: Make device state depend on Ethernet function state
Yuval Shaia
2018-12-22
1
-1
/
+2
*
hw/rdma: Initialize node_guid from vmxnet3 mac address
Yuval Shaia
2018-12-22
3
-11
/
+13
[next]