From: Peter Maydell <peter.maydell@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Cornelia Huck <cohuck@redhat.com>,
QEMU Developers <qemu-devel@nongnu.org>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 1/2] scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1)
Date: Fri, 4 Jan 2019 11:58:28 +0000 [thread overview]
Message-ID: <CAFEAcA-SC_XLAmreYz61CczMdvheDvtLifnioQyY7SF_uOUhpA@mail.gmail.com> (raw)
In-Reply-To: <c60f6b8a-810a-cf50-aafd-8ca3991e23c2@redhat.com>
On Fri, 4 Jan 2019 at 11:02, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> On 04/01/19 10:26, Cornelia Huck wrote:
> > On Fri, 4 Jan 2019 09:27:30 +0100
> > Paolo Bonzini <pbonzini@redhat.com> wrote:
> >
> >> There are three new indirect inclusions: vhost_types.h, which we'll
> >> shortly put to use as a portable header and thus is copied to
> >> standard-headers; and new per-subtarget versions of MIPS unistd.h
> >> and PowerPC unistd.h.
> >>
> >> Because vhost.h includes vhost_types.h, we also need a proxy include
> >> from linux/vhost.h to standard-headers.
> >>
> >> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> >> ---
> >> scripts/update-linux-headers.sh | 11 +++++++++++
> >> 1 file changed, 11 insertions(+)
> >
> > I still think we could squash this change (and the description :) with
> > the headers update, but I don't object to a separate change, either.
>
> Me too, but I figured I'd rather not pull another tantrum like I did for
> multiline comments...
I do find it more easily reviewable this way, so thanks for doing
the split. Admittedly this is partly because my mail client's UI is
not very good for long messages, so this biases me towards
preferring shorter patches rather than ones which are longer
but where only a subsection of them requires close review.
I notice that we now have 3 uses of
+cat <<EOF >$output/linux-headers/linux/foo.h
+#include "standard-headers/linux/foo.h"
+EOF
(for virtio_config.h, virtio_ring.h and vhost_types.h);
next time we add one we could probably switch to a for loop,
but it doesn't make enough benefit to justify respinning
this patch.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
next prev parent reply other threads:[~2019-01-04 11:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-04 8:27 [Qemu-devel] [PATCH 0/2] include: update Linux headers to 4.21-rc1/5.0-rc1 Paolo Bonzini
2019-01-04 8:27 ` [Qemu-devel] [PATCH 1/2] scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1) Paolo Bonzini
2019-01-04 9:26 ` Cornelia Huck
2019-01-04 11:02 ` Paolo Bonzini
2019-01-04 11:58 ` Peter Maydell [this message]
2019-01-04 14:17 ` Aleksandar Markovic
2019-01-04 8:27 ` [Qemu-devel] [PATCH 2/2] include: update Linux headers to 4.21-rc1/5.0-rc1 Paolo Bonzini
2019-01-04 9:27 ` Cornelia Huck
2019-01-04 15:18 ` [Qemu-devel] [PATCH 0/2] " Michael S. Tsirkin
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=CAFEAcA-SC_XLAmreYz61CczMdvheDvtLifnioQyY7SF_uOUhpA@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=cohuck@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@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).