Age | Commit message (Expand) | Author | Files | Lines |
2023-10-21 | hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port() | Peter Maydell | 1 | -7/+11 |
2023-10-12 | hw/rdma: Deprecate the pvrdma device and the rdma subsystem | Thomas Huth | 1 | -0/+2 |
2023-10-12 | hw/pvrdma: Protect against buggy or malicious guest driver | Yuval Shaia | 1 | -1/+15 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-04-28 | hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCI | Thomas Huth | 1 | -1/+1 |
2023-04-28 | hw/rdma: Compile target-independent parts of the rdma code only once | Thomas Huth | 1 | -3/+5 |
2023-04-28 | hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ | Thomas Huth | 1 | -4/+0 |
2023-02-08 | Drop duplicate #include | Markus Armbruster | 1 | -1/+0 |
2023-01-16 | hw/pvrdma: Protect against buggy or malicious guest driver | Yuval Shaia | 1 | -0/+6 |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster | 2 | -1/+2 |
2023-01-08 | include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h | Markus Armbruster | 3 | -2/+1 |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster | 1 | -37/+20 |
2022-12-14 | Drop more useless casts from void * to pointer | Markus Armbruster | 2 | -9/+6 |
2022-11-07 | msix: Assert that specified vector is in range | Akihiko Odaki | 1 | -6/+1 |
2022-04-26 | hw/pvrdma: Some cosmetic fixes | Yuval Shaia | 1 | -4/+5 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -1/+1 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2 | -4/+4 |
2022-01-18 | hw/dma: Use dma_addr_t type definition when relevant | Philippe Mathieu-Daudé | 1 | -1/+1 |
2022-01-18 | hw/dma: Fix format string issues using dma_addr_t | Philippe Mathieu-Daudé | 1 | -1/+1 |
2022-01-18 | hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argument | Philippe Mathieu-Daudé | 2 | -8/+8 |
2021-11-02 | qapi: introduce x-query-rdma QMP command | Daniel P. Berrangé | 3 | -68/+69 |
2021-07-04 | pvrdma: Fix the ring init error flow (CVE-2021-3608) | Marcel Apfelbaum | 1 | -1/+1 |
2021-07-04 | pvrdma: Ensure correct input on ring init (CVE-2021-3607) | Marcel Apfelbaum | 1 | -0/+5 |
2021-07-04 | hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582) | Marcel Apfelbaum | 1 | -0/+7 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2 | -2/+2 |
2021-03-15 | pvrdma: wean code off pvrdma_ring.h kernel header | Cornelia Huck | 5 | -28/+37 |
2021-01-01 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 1 | -0/+1 |
2020-12-19 | hw/rdma: Replace QList by GQueue | Markus Armbruster | 4 | -26/+30 |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 1 | -0/+1 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 3 | -12/+12 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-09-02 | rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macro | Eduardo Habkost | 1 | -1/+1 |
2020-08-21 | meson: convert hw/rdma | Marc-André Lureau | 2 | -3/+10 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2 | -0/+2 |
2020-05-04 | lockable: Replace locks with lock guard macros | Simran Singhal | 2 | -27/+26 |
2020-05-02 | hw/rdma: Destroy list mutex when list is destroyed | Yuval Shaia | 1 | -0/+1 |
2020-03-21 | hw/rdma: avoid suspicious strncpy() use | Stefan Hajnoczi | 1 | -0/+1 |
2020-03-21 | hw/rdma: Skip data-path mr_id translation | Yuval Shaia | 3 | -19/+20 |
2020-03-21 | hw/rdma: Cosmetic change - no need for two sge arrays | Yuval Shaia | 1 | -24/+16 |
2020-03-21 | hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy | Julia Suvorova | 1 | -2/+2 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-11-06 | hw/rdma: Utilize ibv_reg_mr_iova for memory registration | Yuval Shaia | 4 | -0/+29 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -1/+1 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 2 | -2/+0 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-06-06 | hw/rdma: Delete unused headers inclusion | Yuval Shaia | 1 | -7/+0 |