diff --git a/hw/pc.c b/hw/pc.c index a50f23d42c..c55c303bc1 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -1512,7 +1512,8 @@ void cmos_set_s3_resume(void) } static QEMUMachine pc_machine = { - .name = "pc", + .name = "pc-0.11", + .alias = "pc", .desc = "Standard PC", .init = pc_init_pci, .max_cpus = 255,