Age | Commit message (Expand) | Author |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-02 | rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macro | Eduardo Habkost |
2020-08-21 | meson: convert hw/rdma | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-05-04 | lockable: Replace locks with lock guard macros | Simran Singhal |
2020-05-02 | hw/rdma: Destroy list mutex when list is destroyed | Yuval Shaia |
2020-03-21 | hw/rdma: avoid suspicious strncpy() use | Stefan Hajnoczi |
2020-03-21 | hw/rdma: Skip data-path mr_id translation | Yuval Shaia |
2020-03-21 | hw/rdma: Cosmetic change - no need for two sge arrays | Yuval Shaia |
2020-03-21 | hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy | Julia Suvorova |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-11-06 | hw/rdma: Utilize ibv_reg_mr_iova for memory registration | Yuval Shaia |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-06 | hw/rdma: Delete unused headers inclusion | Yuval Shaia |
2019-05-13 | Clean up header guards that don't match their file name | Markus Armbruster |
2019-05-13 | Use #include "..." for our own headers, <...> for others | 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-05-04 | hw/rdma: Add support for managing SRQ resource | Kamal Heib |
2019-05-04 | hw/rdma: Add SRQ support to backend layer | Kamal Heib |
2019-03-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-18 | kconfig: add dependencies on CONFIG_MSI_NONBROKEN | Paolo Bonzini |
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/rdma: Remove unused parameter from rdma_poll_cq() | Kamal Heib |
2019-03-16 | hw/rdma: Fix broken paths to docs/devel/tracing.txt | Kamal Heib |
2019-03-16 | hw/rdma: another clang compilation fix | Marcel Apfelbaum |
2019-03-16 | hw/pvrdma: Provide correct value to object_get_typename | Yuval Shaia |
2019-03-16 | hw/pvrdma: Unregister from shutdown notifier when device goes down | Yuval Shaia |
2019-03-16 | hw/pvrdma: Delete pvrdma_exit function | Yuval Shaia |
2019-03-16 | hw/pvrdma: Delete unneeded function argument | Yuval Shaia |
2019-03-16 | hw/rdma: Free all receive buffers when QP is destroyed | Yuval Shaia |
2019-03-16 | hw/rdma: Free all MAD receive buffers when device is closed | Yuval Shaia |
2019-03-16 | {hmp, hw/pvrdma}: Expose device internals via monitor interface | Yuval Shaia |
2019-03-16 | hw/pvrdma: Collect debugging statistics | Yuval Shaia |
2019-03-16 | hw/rdma: Protect against concurrent execution of poll_cq | Yuval Shaia |
2019-03-16 | hw/rdma: Introduce protected qlist | Yuval Shaia |
2019-03-16 | hw/rdma: Switch to generic error reporting way | Yuval Shaia |
2019-01-19 | hw/rdma: modify struct initialization | Marcel Apfelbaum |
2019-01-19 | hw: rdma: fix an off-by-one issue | Li Qiang |
2019-01-19 | hw/rdma: Verify that ptr is not NULL before freeing | Yuval Shaia |