From: "Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>
To: qemu-devel@nongnu.org
Cc: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
xen-devel@lists.xenproject.org,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Anthony PERARD" <anthony@xenproject.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>
Subject: [PATCH 0/2] misc: Remove pre-C99/C11 checks
Date: Sat, 13 Jun 2026 19:51:49 +0200 [thread overview]
Message-ID: <20260613175151.1357-1-philmd@oss.qualcomm.com> (raw)
We uses C11 since 5 years now, time to
remove few obsolete __STDC_VERSION__ checks.
Philippe Mathieu-Daudé (2):
hw/xen/interface: Remove pre-C99 checks
qom/object: Remove pre-C11 check
include/hw/xen/interface/physdev.h | 2 +-
include/hw/xen/interface/version.h | 5 ++---
include/hw/xen/interface/xen-compat.h | 2 --
include/hw/xen/interface/xen.h | 14 --------------
qom/object.c | 14 +-------------
5 files changed, 4 insertions(+), 33 deletions(-)
--
2.53.0
next reply other threads:[~2026-06-13 17:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-13 17:51 Philippe Mathieu-Daudé [this message]
2026-06-13 17:51 ` [PATCH 1/2] hw/xen/interface: Remove pre-C99 checks Philippe Mathieu-Daudé
2026-06-13 18:13 ` Bastian Blank
2026-06-14 16:40 ` Philippe Mathieu-Daudé
2026-06-13 17:51 ` [PATCH 2/2] qom/object: Remove pre-C11 check Philippe Mathieu-Daudé
2026-06-15 5:05 ` Markus Armbruster
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=20260613175151.1357-1-philmd@oss.qualcomm.com \
--to=philmd@oss.qualcomm.com \
--cc=anthony@xenproject.org \
--cc=berrange@redhat.com \
--cc=edgar.iglesias@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.