Home
last modified time | relevance | path

Searched refs:deprecation_reason (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/
H A Dboards.h269 const char *deprecation_reason; member
702 mc->deprecation_reason = MACHINE_VER_DEPRECATION_MSG; \
/openbmc/qemu/hw/microblaze/
H A Dxlnx-zynqmp-pmu.c186 mc->deprecation_reason = "big endian support is not tested"; in xlnx_zynqmp_pmu_machine_init()
H A Dpetalogix_ml605_mmu.c218 mc->deprecation_reason = "big endian support is not tested"; in petalogix_ml605_machine_init()
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c91 info->deprecated = !!mc->deprecation_reason; in qmp_query_machines()
/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c353 mc->deprecation_reason = "machine is old and unmaintained"; in ppc405_machine_class_init()
/openbmc/qemu/system/
H A Dvl.c1585 mc->deprecation_reason ? " (deprecated)" : ""); in machine_help_func()
3716 if (!qtest_enabled() && machine_class->deprecation_reason) { in qemu_init()
3718 machine_class->name, machine_class->deprecation_reason); in qemu_init()