qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] virtio-gpu/2d: add virtio gpu
@ 2015-05-29 11:45 Gerd Hoffmann
  2015-05-29 11:45 ` [Qemu-devel] [PATCH 1/2] virtio: update headers, add virtio-gpu (2d) Gerd Hoffmann
  2015-05-29 11:45 ` [Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add virtio gpu core code Gerd Hoffmann
  0 siblings, 2 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2015-05-29 11:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch brings basic (2d) virtio-gpu support.  Again, as with the
virtio-input patches, only for non-pci transports for now.  virtio-pci
support has dependencies on not-yet merged virtio 1.0 patches.

First patch brings the header file, this is generated by
scripts/update-linux-headers.sh, using a linux kernel tree with the
guest driver support patch applied.

Guest driver support is here:
  https://lkml.org/lkml/2015/5/22/459
  https://www.kraxel.org/cgit/linux/commit/?h=virtio-gpu
  [ Note: git branch carries additional patches for 3d
          support which are not yet submitted upstream ]

cheers,
  Gerd

Gerd Hoffmann (2):
  virtio: update headers, add virtio-gpu (2d)
  virtio-gpu/2d: add virtio gpu core code

 hw/display/Makefile.objs                    |   2 +
 hw/display/virtio-gpu.c                     | 918 ++++++++++++++++++++++++++++
 include/hw/virtio/virtio-gpu.h              | 147 +++++
 include/standard-headers/linux/virtio_gpu.h | 204 +++++++
 include/standard-headers/linux/virtio_ids.h |   1 +
 trace-events                                |  14 +
 6 files changed, 1286 insertions(+)
 create mode 100644 hw/display/virtio-gpu.c
 create mode 100644 include/hw/virtio/virtio-gpu.h
 create mode 100644 include/standard-headers/linux/virtio_gpu.h

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-08  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 11:45 [Qemu-devel] [PATCH 0/2] virtio-gpu/2d: add virtio gpu Gerd Hoffmann
2015-05-29 11:45 ` [Qemu-devel] [PATCH 1/2] virtio: update headers, add virtio-gpu (2d) Gerd Hoffmann
2015-06-05 17:06   ` Max Reitz
2015-05-29 11:45 ` [Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add virtio gpu core code Gerd Hoffmann
2015-06-05 17:16   ` Max Reitz
2015-06-08  7:52     ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).