]> Git Repo - qemu.git/blame - stubs/arch-query-cpu-def.c
target-arm: Set CPU has_el3 prop during virt init
[qemu.git] / stubs / arch-query-cpu-def.c
CommitLineData
3bc2f570 1#include "qemu-common.h"
9c17d615 2#include "sysemu/arch_init.h"
7b1b5d19 3#include "qapi/qmp/qerror.h"
3bc2f570
PB
4
5CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
6{
0b15abfc 7 error_set(errp, QERR_UNSUPPORTED);
3bc2f570
PB
8 return NULL;
9}
This page took 0.147293 seconds and 4 git commands to generate.