Linux EDAC development
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Borislav Petkov <bp@alien8.de>
Cc: "John Snow" <jsnow@redhat.com>,
	qemu-devel@nongnu.org,
	"Richard Henderson" <richard.henderson@linaro.org>,
	linux-edac@vger.kernel.org,
	"Markus Armbruster" <armbru@redhat.com>,
	"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
	"Alex Williamson" <alex@shazbot.org>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"zhenwei pi" <zhenwei.pi@linux.dev>,
	"Gonglei (Arei)" <arei.gonglei@huawei.com>,
	"Philippe Mathieu-Daudé" <philmd@mailo.com>,
	"Eric Blake" <eblake@redhat.com>,
	"Cédric Le Goater" <clg@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Zhao Liu" <zhao1.liu@intel.com>,
	"Lukas Straub" <lukasstraub2@web.de>,
	"Stefan Hajnoczi" <stefanha@redhat.com>
Subject: Re: [PATCH 00/14] qapi: convert to explicit intro section syntax
Date: Tue, 30 Jun 2026 09:27:32 +0100	[thread overview]
Message-ID: <akN99Ov2ngf2BwbG@redhat.com> (raw)
In-Reply-To: <20260629230756.GCakL6zDDd_g8DIeGD@fat_crate.local>

On Mon, Jun 29, 2026 at 04:07:56PM -0700, Borislav Petkov wrote:
> On Mon, Jun 29, 2026 at 05:36:10PM -0400, John Snow wrote:
> > GitLab CI: https://gitlab.com/jsnow/qemu/-/pipelines/2638342206
> > 
> > Hi, this patchset converts some of the most trivial modules to use the
> > new explicit intro syntax. This particular patchset does not
> > differentiate between "trivial" conversions and those that take
> > slightly more liberty in refactoring, but there are (debatably?) no
> > such cases in this patchset.
> > 
> > John Snow (14):
> >   qapi: convert intro sections for error.json
> >   qapi: convert intro sections for acpi-hest.json
> >   qapi: convert intro sections for ebpf.json
> >   qapi: convert intro sections for uefi.json
> >   qapi: convert intro sections for compat.json
> >   qapi: convert intro sections for vfio.json
> >   qapi: convert intro sections for trace.json
> >   qapi: convert intro sections for misc-arm.json
> >   qapi: convert intro sections for cryptodev.json
> >   qapi: convert intro sections for machine-common.json
> >   qapi: convert intro sections for accelerator.json
> >   qapi: convert intro sections for authz.json
> >   qapi: convert intro sections for yank.json
> >   qapi: convert intro sections for replay.json
> > 
> >  qapi/accelerator.json    | 18 ++++++----------
> >  qapi/acpi-hest.json      |  4 ++--
> >  qapi/authz.json          | 21 +++++++------------
> >  qapi/compat.json         |  9 +++-----
> >  qapi/cryptodev.json      | 18 ++++++----------
> >  qapi/ebpf.json           | 14 ++++++-------
> >  qapi/error.json          |  3 +--
> >  qapi/machine-common.json | 19 +++++++----------
> >  qapi/misc-arm.json       | 24 +++++++++------------
> >  qapi/replay.json         | 45 ++++++++++++++++++----------------------
> >  qapi/trace.json          | 12 ++++-------
> >  qapi/uefi.json           |  5 ++---
> >  qapi/vfio.json           | 19 ++++++++---------
> >  qapi/yank.json           | 28 ++++++++++---------------
> >  14 files changed, 94 insertions(+), 145 deletions(-)
> 
> Why is this thread CCing linux-edac?
> 
> I don't see any relation here...

The linux-edac list was recently added to the QEMU MAINTAINERS
file:

  https://gitlab.com/qemu-project/qemu/-/commit/4c5e70b9a42744401fc10b17cc61820586ba4a13

and the entry matches the qapi/acpi-hest.json file that John has
modified, so gets auto-CC'd.

Admittedly the content in this series is not especially relevant
to the liunux-edac list in this case, but the patch submission
tools are just following the declared MAINTAINERS file entry.

With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|


  reply	other threads:[~2026-06-30  8:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 21:36 [PATCH 00/14] qapi: convert to explicit intro section syntax John Snow
2026-06-29 21:36 ` [PATCH 01/14] qapi: convert intro sections for error.json John Snow
2026-06-29 21:36 ` [PATCH 02/14] qapi: convert intro sections for acpi-hest.json John Snow
2026-06-29 21:36 ` [PATCH 03/14] qapi: convert intro sections for ebpf.json John Snow
2026-06-29 21:36 ` [PATCH 04/14] qapi: convert intro sections for uefi.json John Snow
2026-06-29 21:36 ` [PATCH 05/14] qapi: convert intro sections for compat.json John Snow
2026-06-29 21:36 ` [PATCH 06/14] qapi: convert intro sections for vfio.json John Snow
2026-06-29 21:36 ` [PATCH 07/14] qapi: convert intro sections for trace.json John Snow
2026-06-29 21:36 ` [PATCH 08/14] qapi: convert intro sections for misc-arm.json John Snow
2026-06-29 21:36 ` [PATCH 09/14] qapi: convert intro sections for cryptodev.json John Snow
2026-06-29 21:36 ` [PATCH 10/14] qapi: convert intro sections for machine-common.json John Snow
2026-06-29 21:36 ` [PATCH 11/14] qapi: convert intro sections for accelerator.json John Snow
2026-06-29 21:36 ` [PATCH 12/14] qapi: convert intro sections for authz.json John Snow
2026-06-29 21:36 ` [PATCH 13/14] qapi: convert intro sections for yank.json John Snow
2026-06-29 21:59   ` Lukas Straub
2026-06-29 21:36 ` [PATCH 14/14] qapi: convert intro sections for replay.json John Snow
2026-06-29 23:07 ` [PATCH 00/14] qapi: convert to explicit intro section syntax Borislav Petkov
2026-06-30  8:27   ` Daniel P. Berrangé [this message]
2026-06-30 19:21     ` Borislav Petkov
2026-07-03 15:25       ` [PATCH] MAINTAINERS: Remove linux-edac Borislav Petkov

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=akN99Ov2ngf2BwbG@redhat.com \
    --to=berrange@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=alex@shazbot.org \
    --cc=arei.gonglei@huawei.com \
    --cc=armbru@redhat.com \
    --cc=bp@alien8.de \
    --cc=clg@redhat.com \
    --cc=eblake@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=linux-edac@vger.kernel.org \
    --cc=lukasstraub2@web.de \
    --cc=mchehab+huawei@kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=philmd@mailo.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=stefanha@redhat.com \
    --cc=zhao1.liu@intel.com \
    --cc=zhenwei.pi@linux.dev \
    /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