qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <alistair.francis@xilinx.com>
To: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Cc: Alistair Francis <alistair.francis@xilinx.com>,
	Fam Zheng <famz@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] [PATCH v2 0/2] Add a property to set the ARM CPU core count
Date: Fri, 2 Mar 2018 11:14:28 -0800	[thread overview]
Message-ID: <CAKmqyKPq4cOr=jmxkusfstYRPxY8tsjgB-LB7wyUdruM+BUj5g@mail.gmail.com> (raw)
In-Reply-To: <152001667299.1335.13671168491760473180@bdbb90650ae5>

On Fri, Mar 2, 2018 at 10:51 AM,  <no-reply@patchew.org> wrote:
> Hi,
>
> This series failed build test on ppcle host. Please find the details below.
>
...
>   CC      aarch64-softmmu/target/arm/helper-a64.o
>   LINK    sparc64-softmmu/qemu-system-sparc64
>   CC      arm-softmmu/trace/control-target.o
>   CC      aarch64-softmmu/target/arm/gdbstub64.o
>   CC      aarch64-softmmu/target/arm/crypto_helper.o
>   CC      aarch64-softmmu/target/arm/arm-powerctl.o
>   LINK    armeb-linux-user/qemu-armeb
>   CC      arm-softmmu/gdbstub-xml.o
>   GEN     trace/generated-helpers.c
>   CC      arm-softmmu/trace/generated-helpers.o
>   CC      aarch64-softmmu/trace/control-target.o
>   CC      aarch64-softmmu/gdbstub-xml.o
>   CC      aarch64-softmmu/trace/generated-helpers.o
>   LINK    arm-linux-user/qemu-arm
> target/arm/cpu.o:(.toc+0x0): undefined reference to `smp_cpus'
> collect2: error: ld returned 1 exit status
> make[1]: *** [qemu-aarch64] Error 1
> make: *** [subdir-aarch64-linux-user] Error 2
> make: *** Waiting for unfinished jobs....
> target/arm/cpu.o:(.toc+0x0): undefined reference to `smp_cpus'
> collect2: error: ld returned 1 exit status
> make[1]: *** [qemu-armeb] Error 1
> make: *** [subdir-armeb-linux-user] Error 2
>   LINK    mipsel-linux-user/qemu-mipsel
> target/arm/cpu.o:(.toc+0x0): undefined reference to `smp_cpus'
> collect2: error: ld returned 1 exit status
> make[1]: *** [qemu-arm] Error 1
> make: *** [subdir-arm-linux-user] Error 2
>   LINK    aarch64_be-linux-user/qemu-aarch64_be
> target/arm/cpu.o:(.toc+0x0): undefined reference to `smp_cpus'
> collect2: error: ld returned 1 exit status
> make[1]: *** [qemu-aarch64_be] Error 1
> make: *** [subdir-aarch64_be-linux-user] Error 2
>   LINK    s390x-softmmu/qemu-system-s390x
>   LINK    mipsn32el-linux-user/qemu-mipsn32el
>   LINK    i386-softmmu/qemu-system-i386
>   LINK    ppc64-linux-user/qemu-ppc64
>   LINK    x86_64-softmmu/qemu-system-x86_64
>   LINK    ppc64le-linux-user/qemu-ppc64le
>   LINK    ppc-linux-user/qemu-ppc
>   LINK    mipsel-softmmu/qemu-system-mipsel
>   LINK    ppc64abi32-linux-user/qemu-ppc64abi32
>   LINK    arm-softmmu/qemu-system-arm
>   LINK    mips-softmmu/qemu-system-mips
>   LINK    mips64el-softmmu/qemu-system-mips64el
>   LINK    aarch64-softmmu/qemu-system-aarch64
>   LINK    mips64-softmmu/qemu-system-mips64
>   LINK    ppcemb-softmmu/qemu-system-ppcemb
>   LINK    ppc-softmmu/qemu-system-ppc
>   LINK    ppc64-softmmu/qemu-system-ppc64
> === OUTPUT END ===

Argh! I rushed this through without waiting on the CI. I'll re-send V3.

Alistair

>
> Test command exited with code: 2
>
>
> ---
> Email generated automatically by Patchew [http://patchew.org/].
> Please send your feedback to patchew-devel@freelists.org

  reply	other threads:[~2018-03-02 19:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-02 17:51 [Qemu-devel] [PATCH v2 0/2] Add a property to set the ARM CPU core count Alistair Francis
2018-03-02 17:51 ` [Qemu-devel] [PATCH v2 1/2] target/arm: Add a core count property Alistair Francis
2018-03-02 17:51 ` [Qemu-devel] [PATCH v2 2/2] hw/arm: Set the core count for Xilinx's ZynqMP Alistair Francis
2018-03-02 18:14 ` [Qemu-devel] [PATCH v2 0/2] Add a property to set the ARM CPU core count no-reply
2018-03-02 18:51 ` no-reply
2018-03-02 19:14   ` Alistair Francis [this message]
2018-03-02 19:04 ` no-reply

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='CAKmqyKPq4cOr=jmxkusfstYRPxY8tsjgB-LB7wyUdruM+BUj5g@mail.gmail.com' \
    --to=alistair.francis@xilinx.com \
    --cc=famz@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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).