]> Git Repo - qemu.git/blame - stubs/arch-query-cpu-def.c
qerror: Clean up QERR_ macros to expand into a single string
[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{
c6bd8c70 7 error_setg(errp, QERR_UNSUPPORTED);
3bc2f570
PB
8 return NULL;
9}
This page took 0.161802 seconds and 4 git commands to generate.