On 01/17/2018 04:43 PM, Igor Mammedov wrote: > it will be used for for 2 purposes, 1st is to > provide to cpu name resolving class for machine 'none' > cpu_parse_cpu_model(machine_class->default_cpu_type, cpu_model) > and later to drop a bunch of ifdefs *-user/main.c that > set default cpu_model. > > linux-user defaults to catch all 'any' which is bogus > and results into error. Pick arbitrary model "tc1796" > for TARGET_DEFAULT_CPU_TYPE to use and it would fix > missing default when *-user is switched to using types > instead of cpu_model. > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > --- > CC: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > --- > target/tricore/cpu.h | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> Cheers, Bastian