[PR #232] [CLOSED] virtio-dmabuf: introduce virtio-dmabuf #281

Open
opened 2026-01-31 21:30:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/232
Author: @aesteve-rh
Created: 3/22/2023
Status: Closed

Base: masterHead: virtio-shared-dma-buf


📝 Commits (1)

  • 6d0deca virtio-dmabuf: introduce virtio-dmabuf

📊 Changes

5 files changed (+193 additions, -0 deletions)

View changed files

📝 hw/display/meson.build (+1 -0)
hw/display/virtio-dmabuf.c (+72 -0)
include/hw/virtio/virtio-dmabuf.h (+28 -0)
📝 tests/unit/meson.build (+1 -0)
tests/unit/test-virtio-dmabuf.c (+91 -0)

📄 Description

This API manages objects (in this iteration,
dmabuf fds) that can be shared along different
virtio devices.

The API allows the different devices to add,
remove and/or retrieve the objects by simply
invoking the public functions that reside in the
virtio-dmabuf file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/232 **Author:** [@aesteve-rh](https://github.com/aesteve-rh) **Created:** 3/22/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `virtio-shared-dma-buf` --- ### 📝 Commits (1) - [`6d0deca`](https://github.com/qemu/qemu/commit/6d0deca0898f4773fabfb618dc75183fbfb37334) virtio-dmabuf: introduce virtio-dmabuf ### 📊 Changes **5 files changed** (+193 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `hw/display/meson.build` (+1 -0) ➕ `hw/display/virtio-dmabuf.c` (+72 -0) ➕ `include/hw/virtio/virtio-dmabuf.h` (+28 -0) 📝 `tests/unit/meson.build` (+1 -0) ➕ `tests/unit/test-virtio-dmabuf.c` (+91 -0) </details> ### 📄 Description This API manages objects (in this iteration, dmabuf fds) that can be shared along different virtio devices. The API allows the different devices to add, remove and/or retrieve the objects by simply invoking the public functions that reside in the virtio-dmabuf file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#281