All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Laurent Vivier <laurent@vivier.eu>
Cc: Aleksandar Rikalo <arikalo@wavecomp.com>,
	Aleksandar Markovic <amarkovic@wavecomp.com>,
	Riku Voipio <riku.voipio@iki.fi>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [Qemu-devel] [PULL 00/10] Linux user for 4.1 patches
Date: Fri, 24 May 2019 12:07:37 +0100	[thread overview]
Message-ID: <CAFEAcA8x2bNdqkBiu4sTh9T8P=U2JYwdCZYK1dHDK7Q8MbyQ0A@mail.gmail.com> (raw)
In-Reply-To: <20190523144336.13960-1-laurent@vivier.eu>

On Thu, 23 May 2019 at 15:47, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit a4f667b6714916683408b983cfe0a615a725775f:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging (2019-05-21 16:30:13 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-4.1-pull-request
>
> for you to fetch changes up to 069a1504ee1e2943964d0357d798e11b66afd351:
>
>   linux-user: Pass through nanosecond timestamp components for stat syscalls (2019-05-22 20:50:55 +0200)
>
> ----------------------------------------------------------------
> Add /proc/hardware and /proc/cpuinfo,
> update SIOCXXX ioctls,
> update IPV6 options,
> fix shmat emulation,
> add nanoseconds in stat,
> init field fp_abi on mips
>
> ----------------------------------------------------------------

Hi; I'm afraid this fails to build on a couple of the hosts
I test on:

/home/pm215/qemu/linux-user/syscall.c: In function ‘do_setsockopt’:
/home/pm215/qemu/linux-user/syscall.c:1929:5: error:
"__UAPI_DEF_IPV6_MREQ" is not defined [-Werror=undef]
 #if __UAPI_DEF_IPV6_MREQ
     ^

(these were the ppc64 and aarch64 machines in the gcc compile farm, but
I suspect this is just "older kernel headers" rather than arch-specific.)


thanks
-- PMM


  parent reply	other threads:[~2019-05-24 11:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-23 14:43 [Qemu-devel] [PULL 00/10] Linux user for 4.1 patches Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 01/10] linux-user: add pseudo /proc/cpuinfo for sparc Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 02/10] linux-user: add pseudo /proc/hardware for m68k Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 03/10] linux-user: Fix support for SIOCATMARK and SIOCGPGRP ioctls for xtensa Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 04/10] linux-user: Add support for SIOCSPGRP ioctl for all targets Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 05/10] linux-user: Add support for SIOC<G|S>IFPFLAGS ioctls " Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 06/10] linux-user: Sanitize interp_info and, for mips only, init field fp_abi Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 07/10] linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIP Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 08/10] linux-user: Fix shmat emulation by honoring host SHMLBA Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 09/10] linux-user: Align mmap_find_vma to host page size Laurent Vivier
2019-05-23 14:43 ` [Qemu-devel] [PULL 10/10] linux-user: Pass through nanosecond timestamp components for stat syscalls Laurent Vivier
2019-05-23 16:36 ` [Qemu-devel] [PULL 00/10] Linux user for 4.1 patches no-reply
2019-05-23 17:31   ` Aleksandar Markovic
2019-05-24 11:07 ` Peter Maydell [this message]
2019-05-24 11:19   ` Laurent Vivier

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='CAFEAcA8x2bNdqkBiu4sTh9T8P=U2JYwdCZYK1dHDK7Q8MbyQ0A@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=amarkovic@wavecomp.com \
    --cc=arikalo@wavecomp.com \
    --cc=aurelien@aurel32.net \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    /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.