qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Laurent Vivier <laurent@vivier.eu>
Cc: Riku Voipio <riku.voipio@iki.fi>,
	Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Artyom Tarasenko <atar4qemu@gmail.com>
Subject: Re: [PULL v2 00/12] Linux user for 5.1 patches
Date: Fri, 3 Jul 2020 15:23:12 +0100	[thread overview]
Message-ID: <CAFEAcA_CDZqch-dB2LhTrwQ1pGi_GGn=6RE2CWM8WvLducZigw@mail.gmail.com> (raw)
In-Reply-To: <20200702152710.84602-1-laurent@vivier.eu>

On Thu, 2 Jul 2020 at 16:31, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit e7651153a8801dad6805d450ea8bef9b46c1adf5:
>
>   Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gsoc-queue-jun-27-2020' into staging (2020-06-27 22:57:36 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-5.1-pull-request
>
> for you to fetch changes up to 89ddeec7f060a9f403aead414bb883a52f2b5024:
>
>   MAINTAINERS: update linux-user maintainer (2020-07-02 16:55:16 +0200)
>
> ----------------------------------------------------------------
> linux-user pull request 2020-07-02
>
> Update linux-user maintainer
> Improve strace output for some syscalls
> Display contents of ioctl() parameters
> Fix sparc64 flushw operation
>

Hi; I'm afraid this failed to build on 32-bit arm:

/home/peter.maydell/qemu/thunk.c: In function 'thunk_print':
/home/peter.maydell/qemu/thunk.c:304:51: error: expected expression
before ')' token
         qemu_log("%" PRIu32, tswap32(*(uint32_t *))arg);
                                                   ^
/home/peter.maydell/qemu/rules.mak:69: recipe for target 'thunk.o' failed

Looks like a misplaced close-bracket in a section of code
that's inside #if HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 32.

thanks
-- PMM


  parent reply	other threads:[~2020-07-03 14:24 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02 15:26 [PULL v2 00/12] Linux user for 5.1 patches Laurent Vivier
2020-07-02 15:26 ` [PULL v2 01/12] target/sparc: Translate flushw opcode Laurent Vivier
2020-07-02 15:27 ` [PULL v2 02/12] linux-user/sparc64: Fix the handling of window spill trap Laurent Vivier
2020-07-02 15:27 ` [PULL v2 03/12] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION Laurent Vivier
2020-07-02 15:27 ` [PULL v2 04/12] linux-user: Extend strace support to enable argument printing after syscall execution Laurent Vivier
2020-07-02 15:27 ` [PULL v2 05/12] linux-user: Add strace support for a group of syscalls Laurent Vivier
2020-07-02 15:27 ` [PULL v2 06/12] linux-user: Add strace support for printing argument of syscalls used for extended attributes Laurent Vivier
2020-07-02 15:27 ` [PULL v2 07/12] linux-user: Add strace support for printing arguments of lseek() Laurent Vivier
2020-07-02 15:27 ` [PULL v2 08/12] linux-user: Add strace support for printing arguments of chown()/lchown() Laurent Vivier
2020-07-02 15:27 ` [PULL v2 09/12] linux-user: Add strace support for printing arguments of fallocate() Laurent Vivier
2020-07-02 15:27 ` [PULL v2 10/12] linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS Laurent Vivier
2020-07-02 15:27 ` [PULL v2 11/12] linux-user: Add strace support for printing arguments of ioctl() Laurent Vivier
2020-07-02 15:27 ` [PULL v2 12/12] MAINTAINERS: update linux-user maintainer Laurent Vivier
2020-07-02 15:30 ` [PULL v2 00/12] Linux user for 5.1 patches Laurent Vivier
2020-07-02 15:58 ` no-reply
2020-07-02 16:32 ` no-reply
2020-07-02 16:33 ` no-reply
2020-07-03 14:23 ` Peter Maydell [this message]
2020-07-03 15:02   ` 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='CAFEAcA_CDZqch-dB2LhTrwQ1pGi_GGn=6RE2CWM8WvLducZigw@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=atar4qemu@gmail.com \
    --cc=laurent@vivier.eu \
    --cc=mark.cave-ayland@ilande.co.uk \
    --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 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).