From: Peter Maydell <peter.maydell@linaro.org>
To: Hongbo Zhang <hongbo.zhang@linaro.org>
Cc: qemu-arm <qemu-arm@nongnu.org>,
Radoslaw Biernacki <radoslaw.biernacki@linaro.org>,
QEMU Developers <qemu-devel@nongnu.org>,
Leif Lindholm <leif.lindholm@linaro.org>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: Re: [Qemu-devel] [PATCH v9 0/2] Add Arm SBSA Reference Machine
Date: Mon, 1 Jul 2019 15:15:59 +0100 [thread overview]
Message-ID: <CAFEAcA8cut67vuwsc++H2TWa8Aq0g1ss8Gda3QnoyyP_-6WgwQ@mail.gmail.com> (raw)
In-Reply-To: <1561890034-15921-1-git-send-email-hongbo.zhang@linaro.org>
On Sun, 30 Jun 2019 at 11:21, Hongbo Zhang <hongbo.zhang@linaro.org> wrote:
>
> For the Aarch64, there is one machine 'virt', it is primarily meant to
> run on KVM and execute virtualization workloads, but we need an
> environment as faithful as possible to physical hardware, to support
> firmware and OS development for pysical Aarch64 machines.
>
> This machine comes with:
> - Re-designed memory map.
> - CPU cortex-a57.
> - EL2 and EL3 enabled.
> - GIC version 3.
> - System bus AHCI controller.
> - System bus XHCI controller.
> - CDROM and hard disc on AHCI bus.
> - E1000E ethernet card on PCIE bus.
> - VGA display adaptor on PCIE bus.
> - Only minimal device tree nodes.
> And without:
> - virtio deivces.
> - fw_cfg device.
> - ACPI tables.
>
> Arm Trusted Firmware and UEFI porting to this are done accordingly, and
> it should supply ACPI tables to load OS, the minimal device tree nodes
> supplied from this platform are only to pass the dynamic info reflecting
> command line input to firmware, not for loading OS.
Hi; this fails "make check" for me. Running the relevant bit of the
test suite standalone:
e104462:bionic:arm-clang$
QTEST_QEMU_BINARY=arm-softmmu/qemu-system-arm QTEST_QEMU_IMG=qemu-img
tests/qom-test
/arm/qom/integratorcp: OK
/arm/qom/nuri: OK
/arm/qom/mps2-an511: OK
/arm/qom/verdex: OK
/arm/qom/mps2-an505: OK
/arm/qom/ast2500-evb: OK
/arm/qom/smdkc210: OK
/arm/qom/collie: OK
/arm/qom/imx25-pdk: OK
/arm/qom/none: OK
/arm/qom/spitz: OK
/arm/qom/musca-b1: OK
/arm/qom/realview-pbx-a9: OK
/arm/qom/realview-eb: OK
/arm/qom/realview-pb-a8: OK
/arm/qom/versatilepb: OK
/arm/qom/emcraft-sf2: OK
/arm/qom/musicpal: OK
/arm/qom/sbsa-ref: **
ERROR:/home/petmay01/linaro/qemu-from-laptop/qemu/qom/object.c:628:object_new_with_type:
assertion failed: (type != NULL)
Broken pipe
/home/petmay01/linaro/qemu-from-laptop/qemu/tests/libqtest.c:145:
kill_qemu() detected QEMU death from signal 6 (Aborted) (core dumped)
Aborted (core dumped)
It looks like the new board model is being added to the
32-bit qemu-system-arm as well as to qemu-system-aarch64.
This seems wrong, since the board will only work with a
64-bit CPU.
thanks
-- PMM
next prev parent reply other threads:[~2019-07-01 14:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-30 10:20 [Qemu-devel] [PATCH v9 0/2] Add Arm SBSA Reference Machine Hongbo Zhang
2019-06-30 10:20 ` [Qemu-devel] [PATCH v9 1/2] hw/arm: Add arm SBSA reference machine, skeleton part Hongbo Zhang
2019-07-01 14:18 ` Peter Maydell
2019-07-01 14:28 ` Peter Maydell
2019-07-01 14:44 ` Peter Maydell
2019-06-30 10:20 ` [Qemu-devel] [PATCH v9 2/2] hw/arm: Add arm SBSA reference machine, devices part Hongbo Zhang
2019-07-01 14:15 ` Peter Maydell [this message]
2019-07-01 14:54 ` [Qemu-devel] [PATCH v9 0/2] Add Arm SBSA Reference Machine Peter Maydell
2019-07-01 16:08 ` Leif Lindholm
2019-07-01 16:23 ` Radoslaw Biernacki
2019-07-01 16:30 ` Peter Maydell
2019-07-02 3:54 ` Hongbo Zhang
2019-07-02 3:25 ` Hongbo Zhang
2019-07-14 15:20 ` Guenter Roeck
2019-07-14 15:40 ` Radoslaw Biernacki
2019-07-14 21:57 ` Guenter Roeck
2019-07-14 22:08 ` Radoslaw Biernacki
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=CAFEAcA8cut67vuwsc++H2TWa8Aq0g1ss8Gda3QnoyyP_-6WgwQ@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=ard.biesheuvel@linaro.org \
--cc=hongbo.zhang@linaro.org \
--cc=leif.lindholm@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=radoslaw.biernacki@linaro.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).