Hi, This series intends to provide a simple and common way to deprecate machines between releases. It may be extended to deprecate devices.
I started with the machines list from: https://wiki.qemu.org/Features/LegacyRemoval#Deprecated_machines Comment welcomed :) Regards, Phil. Alistair Francis (1): hw/arm: deprecate the EP108 board Philippe Mathieu-Daudé (5): machine: add a deprecated_reason property hw/arm: deprecate the Gumstix boards hw/ppc: deprecate the PReP machine hw/i386: deprecate the pc-0.10 and pc-0.11 machines hw/i386: deprecate the "isapc" machine include/hw/boards.h | 1 + hw/arm/gumstix.c | 2 ++ hw/arm/xlnx-zcu102.c | 6 +++++- hw/i386/pc_piix.c | 3 +++ hw/ppc/prep.c | 1 + vl.c | 7 +++++++ 6 files changed, 19 insertions(+), 1 deletion(-) -- 2.15.0