The 'sim' machine name is an alias for 'most up-to-date/capable hexagon-sim-style-memory-map machine', so with new v81 machines available, we'll update the alias.
Signed-off-by: Brian Cain <[email protected]> --- hw/hexagon/hexagon_dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/hexagon/hexagon_dsp.c b/hw/hexagon/hexagon_dsp.c index be17a32ee12..8824fe10a59 100644 --- a/hw/hexagon/hexagon_dsp.c +++ b/hw/hexagon/hexagon_dsp.c @@ -194,7 +194,6 @@ static void v68n_1024_init(ObjectClass *oc, const void *data) MachineClass *mc = MACHINE_CLASS(oc); mc->desc = "Hexagon V68N_1024"; - mc->alias = "sim"; mc->init = v68n_1024_config_init; init_mc(mc); mc->default_cpu_type = TYPE_HEXAGON_CPU_V68; @@ -228,6 +227,7 @@ static void v81qa_1_init(ObjectClass *oc, const void *data) MachineClass *mc = MACHINE_CLASS(oc); mc->desc = "Hexagon V81QA_1"; + mc->alias = "sim"; mc->init = v81qa_1_config_init; init_mc(mc); mc->default_cpu_type = TYPE_HEXAGON_CPU_V81; -- 2.34.1
