qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cohuck@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-s390x <qemu-s390x@nongnu.org>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL v2 00/54] s390x update
Date: Tue, 21 May 2019 15:31:04 +0200	[thread overview]
Message-ID: <20190521153104.403980b3.cohuck@redhat.com> (raw)
In-Reply-To: <CAFEAcA_9QZRyx8_8qT208vsopquW5j-bkyZpmRCAhP-sqJ+0kg@mail.gmail.com>

On Tue, 21 May 2019 14:24:07 +0100
Peter Maydell <peter.maydell@linaro.org> wrote:

> On Tue, 21 May 2019 at 10:20, Cornelia Huck <cohuck@redhat.com> wrote:
> >
> > [Note: I'm only sending the changed headers update to spare everybody another
> > patch avalanche. The remainder of the patches is unchanged, save for the
> > changed commit ids of the cpumodel patches on top of the headers update.]
> >
> > The following changes since commit d8276573da58e8ce78dab8c46dd660efd664bcb7:
> >
> >   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging (2019-05-16 13:15:08 +0100)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/cohuck/qemu tags/s390x-20190521-2
> >
> > for you to fetch changes up to 4d727d1aa0e5cbf9f5f00968698dfa34c7b47b08:
> >
> >   s390x/cpumodel: wire up 8561 and 8562 as gen15 machines (2019-05-21 10:40:03 +0200)
> >
> > ----------------------------------------------------------------
> > s390x update:
> > - have the bios tolerate bootmap signature entries
> > - next chunk of vector instruction support in tcg
> > - a headers update against Linux 5.2-rc1
> > - add more facilities and gen15 machines to the cpu model  
> 
> Hi -- looks like the update-linux-headers change isn't quite right:
> 
> --- a/scripts/update-linux-headers.sh
> +++ b/scripts/update-linux-headers.sh
> @@ -122,6 +122,9 @@ for arch in $ARCHLIST; do
>          cp "$tmpdir/include/asm/unistd-oabi.h" "$output/linux-headers/asm-arm/"
>          cp "$tmpdir/include/asm/unistd-common.h"
> "$output/linux-headers/asm-arm/"
>      fi
> +    if [ $arch = arm64 ]; then
> +        cp "$tmpdir/include/asm/sve_context.h" "$output/linux-headers/asm-arm/"
> +    fi
>      if [ $arch = x86 ]; then
>          cp "$tmpdir/include/asm/unistd_32.h" "$output/linux-headers/asm-x86/"
>          cp "$tmpdir/include/asm/unistd_x32.h" "$output/linux-headers/asm-x86/"
> 
> ...it's copying the file into asm-arm/ rather than asm-arm64/.
> (I did a by-hand move of the file into the right directory and
> that was sufficient for the compile to succeed.)

I'm obviously not at my best at the moment :(

> 
> Also, can we keep the changes to scripts/ in a separate
> commit, please? The idea of header-update commits is that they
> should contain only the changes automatically generated
> by the script, with no hand-written additions.

This looks a bit like a chicken-and-egg problem, though... without the
change, we cannot point the script at a current kernel tree. I'd prefer
the two to stay together, but I can certainly point out the change to
the script more prominently.


  reply	other threads:[~2019-05-21 13:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-21  9:20 [Qemu-devel] [PULL v2 00/54] s390x update Cornelia Huck
2019-05-21  9:20 ` [Qemu-devel] [PULL v2 46/54] linux headers: update against Linux 5.2-rc1 Cornelia Huck
2019-05-21 13:24 ` [Qemu-devel] [PULL v2 00/54] s390x update Peter Maydell
2019-05-21 13:31   ` Cornelia Huck [this message]
2019-05-21 13:53     ` Peter Maydell

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=20190521153104.403980b3.cohuck@redhat.com \
    --to=cohuck@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@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).