On 8/23/19 6:58 AM, 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. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > Sadly this does not work with --enable-tcg --enable-kvm dual config. > ---
Huh? --enable-kvm does not imply --disable-tcg. > +config ARM_V4 > + default y > + depends on !KVM > + bool This should surely be "depends on TCG". r~