From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] virtio-gpu/2d: add virtio gpu
Date: Fri, 29 May 2015 13:45:16 +0200 [thread overview]
Message-ID: <1432899918-18513-1-git-send-email-kraxel@redhat.com> (raw)
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
next reply other threads:[~2015-05-29 11:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-29 11:45 Gerd Hoffmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1432899918-18513-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).