On Mon, 6 Jul 2026 at 03:38, Kuan-Jui Chiu <kchiu@axiado.com> wrote:
>
>
> Peter Maydell 於 2026/7/3 下午 07:38 寫道:
> > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
> >
> >
> > On Mon, 22 Jun 2026 at 07:05, Kuan-Jui Chiu <kchiu@axiado.com> wrote:
> >> This patchset introduces Axiado SoC AX3000 and a EVK SCM3003 for emulation
> >> The model for Axiado SoC AX3000 supports
> >> 4 Cortex-A53 CPUs
> >> Arm Generic Interrupt Controller v3
> >> 4 Cadence UARTs
> >> 1 SDHCI controller with PHY
> >> 8 Cadence GPIOs
> > This causes 'make check' to fail. Please test this kind of
> > thing before submission.
> >
> > Hint: running QEMU without any other arguments crashes:
> > qemu-system-aarch64 -machine axiado-scm3003
>
> Hi PMM
>
> Does you mean this patch set is not buildable or it must be passed
> without any other arguments?
I mean that the code you add must not cause our standard
test suite (which you can run with "make check" and
"make check-functional") to fail. One of the things it does
involves running every board model with no extra arguments.
More generally, regardless of what command line arguments the
user gives, QEMU should not crash. If the arguments don't
make sense, report an error message.
-- PMM