From: Stefan Hajnoczi <stefanha@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Stefan Hajnoczi" <stefanha@gmail.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Dorinda Bassey" <dbassey@redhat.com>,
"Albert Esteve" <aesteve@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
qemu-devel <qemu-devel@nongnu.org>,
virtio-comment@lists.linux.dev, dev@lists.cloudhypervisor.org,
rust-vmm@lists.opendev.org,
"Stefano Garzarella" <sgarzare@redhat.com>,
"Manos Pitsidianakis" <manos.pitsidianakis@linaro.org>,
"Demi Marie Obenour" <demi@invisiblethingslab.com>,
"Alyssa Ross" <hi@alyssa.is>,
"Mark Burton" <MBURTON@qti.qualcomm.com>,
"Matti Moell" <matti@qti.qualcomm.com>,
"Viresh Kumar" <viresh.kumar@linaro.org>,
"Sergio Lopez" <slp@redhat.com>,
"Vishwanath Seshagiri" <vishs@meta.com>,
"Rob Bradford" <rbradford@meta.com>,
"Zhengyu Zhao" <zhaozhengyu@bytedance.com>,
"Jorge E. Moreira" <jemoreira@google.com>
Subject: Re: Where should the vhost-user specification live?
Date: Thu, 11 Jun 2026 16:17:43 -0400 [thread overview]
Message-ID: <20260611201743.GA237427@fedora> (raw)
In-Reply-To: <CAFEAcA9ZkbNK5kRL5+OiqgN2hk3JAmFN8Qd3cytqyTEm9hBkvg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3323 bytes --]
On Tue, Jun 09, 2026 at 08:51:15PM +0100, Peter Maydell wrote:
> On Tue, 9 Jun 2026 at 20:45, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> >
> > On Tue, Jun 9, 2026 at 2:51 PM Peter Maydell <peter.maydell@linaro.org> wrote:
> > >
> > > On Tue, 9 Jun 2026 at 19:00, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> > > > I'm not sure if anyone brought up this topic on qemu-devel and with
> > > > Michael before. As I mentioned in my reply, there are ways to avoid
> > > > blocking vhost-user spec changes when qemu.git is frozen:
> > > >
> > > > The simplest approach is to keep merging vhost-user.rst changes during
> > > > freeze since it does not jeopardize the release or introduce
> > > > instability.
> > >
> > > I'm not enthusiastic about having "this one document is an
> > > exception to our freeze and release process". Because it is
> > > only documentation, it is in the same "we can be relatively
> > > relaxed about allowing in documentation changes" boat as
> > > most of the rest of the docs. But docs changes can break the
> > > build (e.g. if you mess up a rST syntax thing), so as we
> >
> > CI prevents broken rST from being merged (there are multiple jobs with
> > `--enable-docs`), so I'm not sure this can happen?
>
> We've had oddball "only with some version of Sphinx" issues
> before. I agree it's not likely, which is why we're pretty
> lenient about letting in docs changes. But at the point where
> we get to "only really critical regression/bugfixes now",
> that includes "not docs changes either".
>
> > > get closer to the final release we are going to get more
> > > strict about "is this change really necessary or can it
> > > wait a few weeks?", and they must at a minimum continue to obey
> > > the "no changes of any kind between the last RC and the final
> > > release" rule.
> >
> > Why is the final release candidate special?
>
> Because we must make no changes between it and final release.
> Anything could be a cause of a regression; the week between
I don't think a vhost-user spec change can cause a regression in a QEMU
release given that there are CI jobs checking that the docs build.
In the case of old versions of sphinx, they would need to be covered by
CI jobs if QEMU still wants to support those versions (otherwise we
might not notice issues during the entire release cycle).
That said, if you prefer not to make an exception that's fine. There are
multiple solutions available.
Stefan
> last RC and release is there to catch any last minute problems,
> and if there are any then we would roll another RC and give
> it another week (or at least a few days) for that to be
> tested. We don't put in the regression fix and do the release
> without that extra RC cycle.
>
> This is the way we've run releases for the last decade;
> it's not a new rule.
>
> I tend to view the specs subsection of the docs as being
> for things where either QEMU really is the authoritative
> source (eg fw_cfg), or where the spec is for something that's
> basically moribund and has no better home. If vhost-user is
> a cross-project specification that it so active that it
> cannot live within QEMU's release process, then I think
> it deserves to have its own independent home.
>
> thanks
> -- PMM
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2026-06-11 20:17 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-27 9:13 Where should the vhost-user specification live? Alex Bennée
2026-05-27 12:55 ` Michael S. Tsirkin
2026-05-27 13:58 ` Alex Bennée
2026-06-01 12:32 ` Albert Esteve
2026-06-01 12:39 ` Michael S. Tsirkin
2026-06-01 13:05 ` Albert Esteve
2026-06-01 13:11 ` Michael S. Tsirkin
2026-06-01 13:51 ` Stefan Hajnoczi
2026-06-01 14:22 ` Michael S. Tsirkin
2026-06-01 16:58 ` Stefan Hajnoczi
2026-06-01 14:27 ` Albert Esteve
2026-06-01 14:37 ` Michael S. Tsirkin
2026-06-01 15:18 ` Stefan Hajnoczi
2026-06-01 20:04 ` Michael S. Tsirkin
2026-06-02 10:38 ` Dorinda Bassey
2026-06-04 16:28 ` Stefan Hajnoczi
2026-06-09 17:59 ` Stefan Hajnoczi
2026-06-09 18:50 ` Peter Maydell
2026-06-09 19:44 ` Stefan Hajnoczi
2026-06-09 19:51 ` Peter Maydell
2026-06-10 8:37 ` Daniel P. Berrangé
2026-06-11 20:39 ` Stefan Hajnoczi
2026-06-11 20:45 ` Michael S. Tsirkin
2026-06-12 7:49 ` Stefano Garzarella
2026-06-12 9:31 ` Sergio Lopez Pascual
2026-06-11 20:17 ` Stefan Hajnoczi [this message]
2026-06-09 20:36 ` Michael S. Tsirkin
2026-06-10 13:03 ` Stefan Hajnoczi
2026-06-10 16:39 ` Daniel P. Berrangé
2026-06-11 20:43 ` Stefan Hajnoczi
2026-06-09 18:55 ` Manos Pitsidianakis
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=20260611201743.GA237427@fedora \
--to=stefanha@redhat.com \
--cc=MBURTON@qti.qualcomm.com \
--cc=aesteve@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=dbassey@redhat.com \
--cc=demi@invisiblethingslab.com \
--cc=dev@lists.cloudhypervisor.org \
--cc=hi@alyssa.is \
--cc=jemoreira@google.com \
--cc=manos.pitsidianakis@linaro.org \
--cc=matti@qti.qualcomm.com \
--cc=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rbradford@meta.com \
--cc=rust-vmm@lists.opendev.org \
--cc=sgarzare@redhat.com \
--cc=slp@redhat.com \
--cc=stefanha@gmail.com \
--cc=viresh.kumar@linaro.org \
--cc=virtio-comment@lists.linux.dev \
--cc=vishs@meta.com \
--cc=zhaozhengyu@bytedance.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 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.