Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging
commited4916e8f88f53a344d4eb636e289c6d5ca34e17
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 24 Mar 2018 16:34:06 +0000 (24 16:34 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 24 Mar 2018 16:34:06 +0000 (24 16:34 +0000)
tree2b669b6e5513feab52a8d5bf31498e8f66e20c50
parent66793daa03f38af64cbed3a54c1059d03d48aea7
parent6f559013c86d16255991ca23e47bd161407b95c8
Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging

* fix PVRDMA compilation errors and warnings
* implement query_qp for the PVRDMA device
* fix make - switch from -I to -iquote

# gpg: Signature made Fri 23 Mar 2018 15:39:23 GMT
# gpg:                using RSA key 36D4C0F0CF2FE46D
# gpg: Good signature from "Marcel Apfelbaum <marcel@redhat.com>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: B1C6 3A57 F92E 08F2 640F  31F5 36D4 C0F0 CF2F E46D

* remotes/marcel/tags/rdma-pull-request:
  hw/rdma: Fix 32-bit compilation
  hw/rdma: Use correct print format in CHK_ATTR macro
  hw/rdma: Change host_virt to void *
  hw/rdma: fix clang compilation errors
  make: switch from -I to -iquote
  rdma: fix up include directives
  hw/rdma: Add support for Query QP verb to pvrdma device
  hw/rdma: Add Query QP operation

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>