Commit 7fee584bf4 for qemu.org

commit 7fee584bf436cfdf1509c5ec242c918d265f1363
Author: Brian Cain <brian.cain@oss.qualcomm.com>
Date:   Tue Sep 8 21:01:34 2026 -0700

    hw/hexagon: move "sim" alias to "V81QA_1"

    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.

    Reviewed-by: Marco Liebel <marco.liebel@oss.qualcomm.com>
    Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>

diff --git a/hw/hexagon/hexagon_dsp.c b/hw/hexagon/hexagon_dsp.c
index be17a32ee1..8824fe10a5 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;