[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/5] virtio-gpu cleanups and obvious definitions
|
From: |
Gurchetan Singh |
|
Subject: |
[PATCH v3 0/5] virtio-gpu cleanups and obvious definitions |
|
Date: |
Thu, 4 May 2023 12:12:38 -0700 |
From: Gurchetan Singh <gurchetansingh@google.com>
v3 of "virtio-gpu cleanups and obvious definitions"
https://lists.gnu.org/archive/html/qemu-devel/2023-04/msg05392.html
All patches have been reviewed, though there was a question from
Bernhard Beschow about patch (3) and how it fits with the QOM:
https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg00057.html
I go into detail in patch 3 commit message, but I think we meet
the requirements (which are tricky/fuzzy anyways). Also, I think
this is the cleanest way to add another 3D virtgpu backend. But
if anyone has other ideas, please do reply/review.
Antonio Caggiano (1):
virtio-gpu: CONTEXT_INIT feature
Dr. David Alan Gilbert (1):
virtio: Add shared memory capability
Gurchetan Singh (3):
hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl
hw/display/virtio-gpu-virgl: make GL device more library agnostic
hw/display/virtio-gpu-virgl: define callbacks in realize function
hw/display/virtio-gpu-base.c | 3 +
hw/display/virtio-gpu-gl.c | 114 +--------------------------
hw/display/virtio-gpu-virgl.c | 137 +++++++++++++++++++++++++++++++--
hw/virtio/virtio-pci.c | 18 +++++
include/hw/virtio/virtio-gpu.h | 11 +--
include/hw/virtio/virtio-pci.h | 4 +
6 files changed, 160 insertions(+), 127 deletions(-)
--
2.40.1.521.gf1e218fcd8-goog
- [PATCH v3 0/5] virtio-gpu cleanups and obvious definitions,
Gurchetan Singh <=
- [PATCH v3 1/5] hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl, Gurchetan Singh, 2023/05/04
- [PATCH v3 2/5] hw/display/virtio-gpu-virgl: make GL device more library agnostic, Gurchetan Singh, 2023/05/04
- [PATCH v3 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function, Gurchetan Singh, 2023/05/04
- [PATCH v3 4/5] virtio: Add shared memory capability, Gurchetan Singh, 2023/05/04
- [PATCH v3 5/5] virtio-gpu: CONTEXT_INIT feature, Gurchetan Singh, 2023/05/04
- Re: [PATCH v3 0/5] virtio-gpu cleanups and obvious definitions, Akihiko Odaki, 2023/05/05
- Re: [PATCH v3 0/5] virtio-gpu cleanups and obvious definitions, Marc-André Lureau, 2023/05/09