qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [PATCH 3/4] RFC target/arm: Do not build pre-ARMv7 cpus w


From: Thomas Huth
Subject: Re: [Qemu-arm] [PATCH 3/4] RFC target/arm: Do not build pre-ARMv7 cpus when using KVM
Date: Fri, 23 Aug 2019 16:28:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/23/19 3:58 PM, Philippe Mathieu-Daudé wrote:
> A KVM-only build won't be able to run pre-ARMv7 cpus, disable them.
> 
> If KVM is not enabled, they are enabled by default.
[...]
>  config CHEETAH
>      bool
> +    select ARM_V4
>      select OMAP
>      select TSC210X

Are you sure about the "enabled by default" ? There is not "default y"
here, is it?

Also I'm not sure whether it's such a good idea to always disable the
config switches in default-configs/arm-softmmu.mak ... if somebody wants
to build such a restricted QEMU, don't they have to maintain their own
set of config files anyway?

I think we should maybe rather rework the default-configs directory:
Rename the default to "config/default/" instead and then we can add
other subfolders with such special configurations, e.g. config/nemu/ or
config/lean-kvm/ or however you want to call it. Then add a new switch
to the configure script to be able to use the configs from such a
different folder.

 Thomas



reply via email to

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