summaryrefslogtreecommitdiff
path: root/hw/pc_q35.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pc_q35.c')
-rw-r--r--hw/pc_q35.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/pc_q35.c b/hw/pc_q35.c
index ef540b6a71..52d997613f 100644
--- a/hw/pc_q35.c
+++ b/hw/pc_q35.c
@@ -209,9 +209,9 @@ static void pc_q35_init(QEMUMachineInitArgs *args)
}
static QEMUMachine pc_q35_machine = {
- .name = "q35-next",
+ .name = "pc-q35-1.4",
.alias = "q35",
- .desc = "Q35 chipset PC",
+ .desc = "Standard PC (Q35 + ICH9, 2009)",
.init = pc_q35_init,
.max_cpus = 255,
};