Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dmachine.c1444 static bool is_cpu_type_supported(const MachineState *machine, Error **errp) in is_cpu_type_supported()
1558 if (machine->cpu_type && !is_cpu_type_supported(machine, errp)) { in machine_run_board_init()
1435 static bool is_cpu_type_supported(const MachineState *machine, Error **errp) is_cpu_type_supported() function