From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Vivek Kasireddy <vivek.kasireddy@intel.com>, qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [RFC v1 1/1] ui: Add a plain Wayland backend for Qemu UI
Date: Thu, 24 Jun 2021 10:07:34 +0200 [thread overview]
Message-ID: <18be0a83-ea61-c622-4d80-60a0651e1386@redhat.com> (raw)
In-Reply-To: <20210624041040.1250631-2-vivek.kasireddy@intel.com>
On 6/24/21 6:10 AM, Vivek Kasireddy wrote:
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com>
> ---
> configure | 17 ++
> meson.build | 25 +++
> meson_options.txt | 2 +
> qapi/ui.json | 19 ++-
> ui/meson.build | 52 ++++++
> ui/wayland.c | 402 ++++++++++++++++++++++++++++++++++++++++++++++
> 6 files changed, 516 insertions(+), 1 deletion(-)
> create mode 100644 ui/wayland.c
> diff --git a/qapi/ui.json b/qapi/ui.json
> index 1052ca9c38..55e5967889 100644
> --- a/qapi/ui.json
> +++ b/qapi/ui.json
> @@ -1057,6 +1057,20 @@
> { 'struct' : 'DisplayEGLHeadless',
> 'data' : { '*rendernode' : 'str' } }
>
> +##
> +# @DisplayWayland:
> +#
> +# Wayland display options.
> +#
> +# @rendernode: Which DRM render node should be used. Default is the first
> +# available node on the host.
> +#
> +# Since: 3.1
Likely 6.1 :)
(no need to respin for this single comment).
next prev parent reply other threads:[~2021-06-24 8:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-24 4:10 [RFC v1 0/1] ui: Add a Wayland backend for Qemu UI Vivek Kasireddy
2021-06-24 4:10 ` [RFC v1 1/1] ui: Add a plain " Vivek Kasireddy
2021-06-24 8:07 ` Philippe Mathieu-Daudé [this message]
2021-06-24 8:31 ` Thomas Huth
2021-06-24 4:30 ` [RFC v1 0/1] ui: Add a " no-reply
2021-06-24 8:28 ` Gerd Hoffmann
2021-06-24 18:17 ` Kasireddy, Vivek
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=18be0a83-ea61-c622-4d80-60a0651e1386@redhat.com \
--to=philmd@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=vivek.kasireddy@intel.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).