From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Gurchetan Singh <gurchetansingh@chromium.org>, qemu-devel@nongnu.org
Cc: marcandre.lureau@redhat.com, kraxel@redhat.com,
akihiko.odaki@gmail.com, ray.huang@amd.com,
alex.bennee@linaro.org, shentey@gmail.com, hi@alyssa.is,
ernunes@redhat.com, manos.pitsidianakis@linaro.org
Subject: Re: [PATCH v10 6/9] gfxstream + rutabaga: add initial support for gfxstream
Date: Tue, 22 Aug 2023 09:37:31 +0200 [thread overview]
Message-ID: <7999d76e-d30a-d364-336b-4d4bd8a5ec4f@linaro.org> (raw)
In-Reply-To: <20230822000025.501-6-gurchetansingh@chromium.org>
Hi,
On 22/8/23 02:00, Gurchetan Singh wrote:
> This adds initial support for gfxstream and cross-domain. Both
> features rely on virtio-gpu blob resources and context types, which
> are also implemented in this patch.
[...]
> hw/display/virtio-gpu-pci-rutabaga.c | 48 ++
> hw/display/virtio-gpu-rutabaga.c | 1119 ++++++++++++++++++++++++++
> hw/display/virtio-vga-rutabaga.c | 51 ++
> 3 files changed, 1218 insertions(+)
> create mode 100644 hw/display/virtio-gpu-pci-rutabaga.c
> create mode 100644 hw/display/virtio-gpu-rutabaga.c
> create mode 100644 hw/display/virtio-vga-rutabaga.c
>
> diff --git a/hw/display/virtio-gpu-pci-rutabaga.c b/hw/display/virtio-gpu-pci-rutabaga.c
> new file mode 100644
> index 0000000000..c71173d8ca
> --- /dev/null
> +++ b/hw/display/virtio-gpu-pci-rutabaga.c
> @@ -0,0 +1,48 @@
> +// SPDX-License-Identifier: GPL-2.0
QEMU expects contributions to be GPL-2.0-or-later, see ./LICENSE:
As of July 2013, contributions under version 2 of the GNU General
Public License (and no later version) are only accepted for the
following files or directories: bsd-user/, linux-user/, hw/vfio/,
hw/xen/xen_pt*.
Also, per
https://qemu-project.gitlab.io/qemu/devel/style.html#comment-style:
We use traditional C-style /* */ comments and avoid // comments.
(You can use ./scripts/checkpatch.pl to check your patches style).
> diff --git a/hw/display/virtio-gpu-rutabaga.c b/hw/display/virtio-gpu-rutabaga.c
> new file mode 100644
> index 0000000000..bcb3885f1f
> --- /dev/null
> +++ b/hw/display/virtio-gpu-rutabaga.c
> @@ -0,0 +1,1119 @@
> +// SPDX-License-Identifier: GPL-2.0
> diff --git a/hw/display/virtio-vga-rutabaga.c b/hw/display/virtio-vga-rutabaga.c
> new file mode 100644
> index 0000000000..2b2ffed8a6
> --- /dev/null
> +++ b/hw/display/virtio-vga-rutabaga.c
> @@ -0,0 +1,51 @@
> +// SPDX-License-Identifier: GPL-2.0
next prev parent reply other threads:[~2023-08-22 7:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-22 0:00 [PATCH v10 1/9] virtio: Add shared memory capability Gurchetan Singh
2023-08-22 0:00 ` [PATCH v10 2/9] virtio-gpu: CONTEXT_INIT feature Gurchetan Singh
2023-08-22 0:00 ` [PATCH v10 3/9] virtio-gpu: hostmem Gurchetan Singh
2023-08-22 0:00 ` [PATCH v10 4/9] virtio-gpu: blob prep Gurchetan Singh
2023-08-22 0:00 ` [PATCH v10 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options Gurchetan Singh
2023-08-22 0:00 ` [PATCH v10 6/9] gfxstream + rutabaga: add initial support for gfxstream Gurchetan Singh
2023-08-22 7:37 ` Philippe Mathieu-Daudé [this message]
2023-08-22 0:00 ` [PATCH v10 7/9] gfxstream + rutabaga: meson support Gurchetan Singh
2023-08-22 0:00 ` [PATCH v10 8/9] gfxstream + rutabaga: enable rutabaga Gurchetan Singh
2023-08-22 0:00 ` [PATCH v10 9/9] docs/system: add basic virtio-gpu documentation Gurchetan Singh
2023-08-22 7:45 ` Philippe Mathieu-Daudé
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=7999d76e-d30a-d364-336b-4d4bd8a5ec4f@linaro.org \
--to=philmd@linaro.org \
--cc=akihiko.odaki@gmail.com \
--cc=alex.bennee@linaro.org \
--cc=ernunes@redhat.com \
--cc=gurchetansingh@chromium.org \
--cc=hi@alyssa.is \
--cc=kraxel@redhat.com \
--cc=manos.pitsidianakis@linaro.org \
--cc=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=ray.huang@amd.com \
--cc=shentey@gmail.com \
/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).