qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 01/13] target-arm: Add vexpress class and machin


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 01/13] target-arm: Add vexpress class and machine types
Date: Fri, 5 Dec 2014 15:16:16 +0000

On 3 December 2014 at 20:05, Greg Bellows <address@hidden> wrote:
> Adds base Vexpress class and machine objects and infrastructure.  This is in
> preparation for switching to the full QEMU object model.  The base vexpress
> infrastructure is intended to handle common vexpress details.
>
> Signed-off-by: Greg Bellows <address@hidden>

This patch results in an incorrect extra line appearing in
the "-M help output":
vexpress             ARM Versatile Express
and if you try to use it we dump core:

e104462:trusty:qemu$ ./build/x86/arm-softmmu/qemu-system-arm -M vexpress
Segmentation fault (core dumped)

We need to either figure out a way for indicating that
a subclass of MACHINE is actually an abstract subclass,
or just have the a15 and a9 directly inherit from MACHINE.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]