index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
rdma
/
vmw
/
pvrdma_cmd.c
Age
Commit message (
Expand
)
Author
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-05-04
hw/pvrdma: Add support for SRQ
Kamal Heib
2019-05-04
hw/rdma: Modify create/destroy QP to support SRQ
Kamal Heib
2019-03-16
hw/rdma: Fix the error prints in create_qp_rings()
Kamal Heib
2019-03-16
hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qp
Kamal Heib
2019-03-16
hw/rdma: Use {} instead of {0}
Kamal Heib
2019-03-16
hw/pvrdma: Collect debugging statistics
Yuval Shaia
2019-03-16
hw/rdma: Switch to generic error reporting way
Yuval Shaia
2018-12-22
pvrdma: release ring object in case of an error
Prasad J Pandit
2018-12-22
pvrdma: check number of pages when creating rings
Prasad J Pandit
2018-12-22
hw/pvrdma: Fill error code in command's response
Yuval Shaia
2018-12-22
hw/pvrdma: Make device state depend on Ethernet function state
Yuval Shaia
2018-12-22
hw/rdma: Initialize node_guid from vmxnet3 mac address
Yuval Shaia
2018-12-22
hw/pvrdma: Add support to allow guest to configure GID table
Yuval Shaia
2018-12-22
hw/pvrdma: Check the correct return value
Yuval Shaia
2018-08-18
hw/pvrdma: remove not needed include
Marcel Apfelbaum
2018-08-18
hw/rdma: Bugfix - Support non-aligned buffers
Yuval Shaia
2018-08-18
hw/pvrdma: Make default pkey 0xFFFF
Yuval Shaia
2018-08-18
hw/pvrdma: Bugfix - provide the correct attr_mask to query_qp
Yuval Shaia
2018-05-03
hw/rdma: Fix possible out of bounds access to GID table
Yuval Shaia
2018-05-03
hw/rdma: Fix possible munmap call on a NULL pointer
Marcel Apfelbaum
2018-03-23
hw/rdma: Fix 32-bit compilation
Yuval Shaia
2018-03-23
hw/rdma: fix clang compilation errors
Marcel Apfelbaum
2018-03-23
rdma: fix up include directives
Michael S. Tsirkin
2018-03-23
hw/rdma: Add support for Query QP verb to pvrdma device
Yuval Shaia
2018-02-19
hw/rdma: PVRDMA commands and data-path ops
Yuval Shaia