qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 4/6] hw/ppc: deprecate the PReP machine


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [RFC PATCH 4/6] hw/ppc: deprecate the PReP machine
Date: Tue, 7 Nov 2017 23:28:26 -0300

It is obsoleted by the "40p" machine.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/ppc/prep.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
index 6f8accc397..c032ec3af1 100644
--- a/hw/ppc/prep.c
+++ b/hw/ppc/prep.c
@@ -682,6 +682,7 @@ static void prep_machine_init(MachineClass *mc)
     mc->max_cpus = MAX_CPUS;
     mc->default_boot_order = "cad";
     mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("602");
+    mc->deprecated_reason = "Obsoleted by the \"40p\" machine";
 }
 
 static int prep_set_cmos_checksum(DeviceState *dev, void *opaque)
-- 
2.15.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]