| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/pvrdma: Some cosmetic fixes | Yuval Shaia | 2022-04-26 | 1 | -4/+5 |
* | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 2022-04-06 | 1 | -1/+1 |
* | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 2 | -4/+4 |
* | hw/dma: Use dma_addr_t type definition when relevant | Philippe Mathieu-Daudé | 2022-01-18 | 1 | -1/+1 |
* | hw/dma: Fix format string issues using dma_addr_t | Philippe Mathieu-Daudé | 2022-01-18 | 1 | -1/+1 |
* | hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argument | Philippe Mathieu-Daudé | 2022-01-18 | 2 | -8/+8 |
* | qapi: introduce x-query-rdma QMP command | Daniel P. Berrangé | 2021-11-02 | 3 | -68/+69 |
* | pvrdma: Fix the ring init error flow (CVE-2021-3608) | Marcel Apfelbaum | 2021-07-04 | 1 | -1/+1 |
* | pvrdma: Ensure correct input on ring init (CVE-2021-3607) | Marcel Apfelbaum | 2021-07-04 | 1 | -0/+5 |
* | hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582) | Marcel Apfelbaum | 2021-07-04 | 1 | -0/+7 |
* | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 2 | -2/+2 |
* | pvrdma: wean code off pvrdma_ring.h kernel header | Cornelia Huck | 2021-03-15 | 5 | -28/+37 |
* | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 2021-01-01 | 1 | -0/+1 |
|\ |
|
| * | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 1 | -0/+1 |
* | | hw/rdma: Replace QList by GQueue | Markus Armbruster | 2020-12-19 | 4 | -26/+30 |
|/ |
|
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 3 | -12/+12 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -1/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macro | Eduardo Habkost | 2020-09-02 | 1 | -1/+1 |
* | meson: convert hw/rdma | Marc-André Lureau | 2020-08-21 | 2 | -3/+10 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 2 | -0/+2 |
* | lockable: Replace locks with lock guard macros | Simran Singhal | 2020-05-04 | 2 | -27/+26 |
* | hw/rdma: Destroy list mutex when list is destroyed | Yuval Shaia | 2020-05-02 | 1 | -0/+1 |
* | hw/rdma: avoid suspicious strncpy() use | Stefan Hajnoczi | 2020-03-21 | 1 | -0/+1 |
* | hw/rdma: Skip data-path mr_id translation | Yuval Shaia | 2020-03-21 | 3 | -19/+20 |
* | hw/rdma: Cosmetic change - no need for two sge arrays | Yuval Shaia | 2020-03-21 | 1 | -24/+16 |
* | hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy | Julia Suvorova | 2020-03-21 | 1 | -2/+2 |
* | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 2020-03-16 | 1 | -2/+2 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | hw/rdma: Utilize ibv_reg_mr_iova for memory registration | Yuval Shaia | 2019-11-06 | 4 | -0/+29 |
* | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 2019-10-26 | 1 | -1/+1 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 2 | -2/+0 |
* | 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 |