[PATCH v3 0/2] virtio-gpu: Shared memory capability

Antonio Caggiano posted 2 patches 1 year, 7 months ago
hw/display/virtio-gpu-pci.c    | 15 +++++++++++++++
hw/display/virtio-gpu.c        |  1 +
hw/display/virtio-vga.c        | 33 ++++++++++++++++++++++++---------
hw/virtio/virtio-pci.c         | 18 ++++++++++++++++++
include/hw/virtio/virtio-gpu.h |  5 +++++
include/hw/virtio/virtio-pci.h |  4 ++++
6 files changed, 67 insertions(+), 9 deletions(-)
[PATCH v3 0/2] virtio-gpu: Shared memory capability
Posted by Antonio Caggiano 1 year, 7 months ago
Previously part of [0], now a patch series on its own.

This patch series cherry picks two commits from [1] and applies one fix
according to [2], which should answer Gerd's comment [3] on previous
patch.

v2: Squash patch #3 into patch #2, and formatting fixes to patch #1.
v3: Reverse commits order.

[0] https://www.mail-archive.com/qemu-devel@nongnu.org/msg826897.html
[1] https://gitlab.freedesktop.org/virgl/qemu/-/commits/virtio-gpu-next/
[2] https://github.com/torvalds/linux/commit/0dd4ff93f4c8dba016ad79384007da4938cd54a1
[3] https://www.mail-archive.com/qemu-devel@nongnu.org/msg827306.html


Dr. David Alan Gilbert (1):
  virtio: Add shared memory capability

Gerd Hoffmann (1):
  virtio-gpu: hostmem

 hw/display/virtio-gpu-pci.c    | 15 +++++++++++++++
 hw/display/virtio-gpu.c        |  1 +
 hw/display/virtio-vga.c        | 33 ++++++++++++++++++++++++---------
 hw/virtio/virtio-pci.c         | 18 ++++++++++++++++++
 include/hw/virtio/virtio-gpu.h |  5 +++++
 include/hw/virtio/virtio-pci.h |  4 ++++
 6 files changed, 67 insertions(+), 9 deletions(-)

-- 
2.34.1