From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>
Subject: [PATCH 0/2 for 6.2] Fix compiler warnings on Fedora 35 / CLang
Date: Tue, 23 Nov 2021 13:43:00 +0000 [thread overview]
Message-ID: <20211123134302.45741-1-berrange@redhat.com> (raw)
Current QEMU git master caused compiler warnings on Fedora 35 when using
CLang. It is expected to affect any distro with CLang >= 13.0.0
Since QEMU builds with -Werror by default we should fix these warnings
before release, as this version of QEMU will increasing trigger the
warnings as more distros pull in CLang >= 13.0.0
The spice patch was from John's series at
https://lists.gnu.org/archive/html/qemu-devel/2021-11/msg01056.html
I pulled out this patch on its own as the above series isn't likely
suitable for merging as a whole during freeze.
The clipboard patch is an alternative impl to what John posted.
Daniel P. Berrangé (1):
ui: avoid compiler warnings from unused clipboard info variable
John Snow (1):
spice: Update QXLInterface for spice >= 0.15.0
hw/display/qxl.c | 14 +++++++++++++-
include/ui/qemu-spice.h | 6 ++++++
ui/clipboard.c | 3 +--
ui/spice-display.c | 11 +++++++++++
4 files changed, 31 insertions(+), 3 deletions(-)
--
2.33.1
next reply other threads:[~2021-11-23 13:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-23 13:43 Daniel P. Berrangé [this message]
2021-11-23 13:43 ` [PATCH 1/2] ui: avoid compiler warnings from unused clipboard info variable Daniel P. Berrangé
2021-11-23 13:50 ` Richard Henderson
2021-11-23 13:59 ` Philippe Mathieu-Daudé
2021-11-24 13:04 ` Philippe Mathieu-Daudé
2021-11-23 13:43 ` [PATCH 2/2] spice: Update QXLInterface for spice >= 0.15.0 Daniel P. Berrangé
2021-11-23 13:49 ` Richard Henderson
2021-11-24 13:07 ` 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=20211123134302.45741-1-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=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).